Spaces:
Running
on
Zero
Running
on
Zero
Update manifest.json
Browse files- manifest.json +10 -6
manifest.json
CHANGED
@@ -1,21 +1,25 @@
|
|
1 |
{
|
2 |
"name": "PawMatch AI",
|
3 |
"short_name": "PawMatch",
|
4 |
-
"start_url": "
|
5 |
"display": "standalone",
|
6 |
"background_color": "#ffffff",
|
7 |
"theme_color": "#4299e1",
|
8 |
"description": "Your Smart Dog Breed Guide",
|
9 |
"icons": [
|
10 |
{
|
11 |
-
"src": "assets/icon-192.png",
|
12 |
"sizes": "192x192",
|
13 |
-
"type": "image/png"
|
|
|
14 |
},
|
15 |
{
|
16 |
-
"src": "assets/icon-512.png",
|
17 |
"sizes": "512x512",
|
18 |
-
"type": "image/png"
|
|
|
19 |
}
|
20 |
-
]
|
|
|
|
|
21 |
}
|
|
|
1 |
{
|
2 |
"name": "PawMatch AI",
|
3 |
"short_name": "PawMatch",
|
4 |
+
"start_url": "/",
|
5 |
"display": "standalone",
|
6 |
"background_color": "#ffffff",
|
7 |
"theme_color": "#4299e1",
|
8 |
"description": "Your Smart Dog Breed Guide",
|
9 |
"icons": [
|
10 |
{
|
11 |
+
"src": "/assets/icon-192.png",
|
12 |
"sizes": "192x192",
|
13 |
+
"type": "image/png",
|
14 |
+
"purpose": "any maskable"
|
15 |
},
|
16 |
{
|
17 |
+
"src": "/assets/icon-512.png",
|
18 |
"sizes": "512x512",
|
19 |
+
"type": "image/png",
|
20 |
+
"purpose": "any maskable"
|
21 |
}
|
22 |
+
],
|
23 |
+
"scope": "/",
|
24 |
+
"orientation": "portrait"
|
25 |
}
|