diff --git a/docs/manifest.json b/docs/manifest.json index 18a3c13..422eac9 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -9,7 +9,7 @@ "sizes": "32x32" } ], - "start_url": "/edit", + "start_url": "/index", "background_color": "#3367D6", "display": "browser", "scope": "/", @@ -19,8 +19,8 @@ "name": "New", "short_name": "New Site", "description": "New Site", - "url": "/edit", + "url": "/index", "icons": [{ "src": "/favicon.svg", "sizes": "32x32" }] } ] -} \ No newline at end of file +}