Spaces:
Running
Running
Update static/manifest.json
Browse files- static/manifest.json +20 -20
static/manifest.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "TaskBot
|
| 3 |
-
"short_name": "TaskBot",
|
| 4 |
-
"start_url": "/",
|
| 5 |
-
"display": "standalone",
|
| 6 |
-
"background_color": "#
|
| 7 |
-
"theme_color": "#
|
| 8 |
-
"icons": [
|
| 9 |
-
{
|
| 10 |
-
"src": "/static/icon-192.png",
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
},
|
| 14 |
-
{
|
| 15 |
-
"src": "/static/icon-512.png",
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
}
|
| 19 |
-
]
|
| 20 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "TaskBot v1",
|
| 3 |
+
"short_name": "TaskBot",
|
| 4 |
+
"start_url": "/",
|
| 5 |
+
"display": "standalone",
|
| 6 |
+
"background_color": "#2f2f2f",
|
| 7 |
+
"theme_color": "#2f2f2f",
|
| 8 |
+
"icons": [
|
| 9 |
+
{
|
| 10 |
+
"src": "/static/icons/icon-192.png",
|
| 11 |
+
"sizes": "192x192",
|
| 12 |
+
"type": "image/png"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"src": "/static/icons/icon-512.png",
|
| 16 |
+
"sizes": "512x512",
|
| 17 |
+
"type": "image/png"
|
| 18 |
+
}
|
| 19 |
+
]
|
| 20 |
+
}
|