try to fix manifest issues and create responsive app
Browse files
assets/web/manifest.json
CHANGED
|
@@ -3,16 +3,14 @@
|
|
| 3 |
"short_name": "makerspace",
|
| 4 |
"icons": [
|
| 5 |
{
|
| 6 |
-
"src": "
|
| 7 |
"sizes": "192x192",
|
| 8 |
-
"type": "image/png"
|
| 9 |
-
"purpose": "any maskable"
|
| 10 |
},
|
| 11 |
{
|
| 12 |
-
"src": "
|
| 13 |
"sizes": "512x512",
|
| 14 |
-
"type": "image/png"
|
| 15 |
-
"purpose": "any maskable"
|
| 16 |
}
|
| 17 |
],
|
| 18 |
"theme_color": "#1a1c1e",
|
|
|
|
| 3 |
"short_name": "makerspace",
|
| 4 |
"icons": [
|
| 5 |
{
|
| 6 |
+
"src": "icon192x192.png",
|
| 7 |
"sizes": "192x192",
|
| 8 |
+
"type": "image/png"
|
|
|
|
| 9 |
},
|
| 10 |
{
|
| 11 |
+
"src": "icon-512x512.png",
|
| 12 |
"sizes": "512x512",
|
| 13 |
+
"type": "image/png"
|
|
|
|
| 14 |
}
|
| 15 |
],
|
| 16 |
"theme_color": "#1a1c1e",
|
assets/{manifest.json → web/manifest.json.bak}
RENAMED
|
@@ -3,14 +3,16 @@
|
|
| 3 |
"short_name": "makerspace",
|
| 4 |
"icons": [
|
| 5 |
{
|
| 6 |
-
"src": "icon192x192.png",
|
| 7 |
"sizes": "192x192",
|
| 8 |
-
"type": "image/png"
|
|
|
|
| 9 |
},
|
| 10 |
{
|
| 11 |
-
"src": "icon-512x512.png",
|
| 12 |
"sizes": "512x512",
|
| 13 |
-
"type": "image/png"
|
|
|
|
| 14 |
}
|
| 15 |
],
|
| 16 |
"theme_color": "#1a1c1e",
|
|
|
|
| 3 |
"short_name": "makerspace",
|
| 4 |
"icons": [
|
| 5 |
{
|
| 6 |
+
"src": "../icon192x192.png",
|
| 7 |
"sizes": "192x192",
|
| 8 |
+
"type": "image/png",
|
| 9 |
+
"purpose": "any maskable"
|
| 10 |
},
|
| 11 |
{
|
| 12 |
+
"src": "../icon-512x512.png",
|
| 13 |
"sizes": "512x512",
|
| 14 |
+
"type": "image/png",
|
| 15 |
+
"purpose": "any maskable"
|
| 16 |
}
|
| 17 |
],
|
| 18 |
"theme_color": "#1a1c1e",
|