Spaces:
Running
Running
Update manifest.json
Browse files- manifest.json +4 -3
manifest.json
CHANGED
|
@@ -3,8 +3,9 @@
|
|
| 3 |
"short_name": "eUM",
|
| 4 |
"start_url": "/",
|
| 5 |
"display": "fullscreen",
|
| 6 |
-
"
|
| 7 |
-
"
|
|
|
|
| 8 |
"icons": [
|
| 9 |
{
|
| 10 |
"src": "/icon.png",
|
|
@@ -12,4 +13,4 @@
|
|
| 12 |
"type": "image/png"
|
| 13 |
}
|
| 14 |
]
|
| 15 |
-
}
|
|
|
|
| 3 |
"short_name": "eUM",
|
| 4 |
"start_url": "/",
|
| 5 |
"display": "fullscreen",
|
| 6 |
+
"orientation": "portrait",
|
| 7 |
+
"background_color": "#000000",
|
| 8 |
+
"theme_color": "#000000",
|
| 9 |
"icons": [
|
| 10 |
{
|
| 11 |
"src": "/icon.png",
|
|
|
|
| 13 |
"type": "image/png"
|
| 14 |
}
|
| 15 |
]
|
| 16 |
+
}
|