diff --git a/manifest.json b/manifest.json
@@ -1,6 +1,7 @@
{
"name": "RawSvg",
"short_name": "RawSvg",
+ "display": "standalone",
"icons": [
{
"src": "assets/icons/android-chrome-192x192.png",
@@ -13,9 +14,7 @@
"type": "image/png"
}
],
- "start_url": "/index.html",
+ "start_url": "index.html",
"background_color": "#2D2B55",
- "display": "standalone",
- "scope": "/",
"theme_color": "#B362FF"
}
\ No newline at end of file