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