Update manifest.json
Browse files- manifest.json +2 -0
manifest.json
CHANGED
@@ -4,5 +4,7 @@
|
|
4 |
"theme_color": "#000000",
|
5 |
"background_color": "#000000",
|
6 |
"display": "fullscreen",
|
|
|
|
|
7 |
"orientation": "landscape",
|
8 |
}
|
|
|
4 |
"theme_color": "#000000",
|
5 |
"background_color": "#000000",
|
6 |
"display": "fullscreen",
|
7 |
+
"scope": "./",
|
8 |
+
"start_url": "/index.html",
|
9 |
"orientation": "landscape",
|
10 |
}
|