From 04d67cf24390b0fadf305f9d99080feb06339f3f Mon Sep 17 00:00:00 2001 From: jay3779 <31307383+jay3779@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:54:20 +0000 Subject: [PATCH] Update manifest.json --- docs/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}