From e93daded5f4bfbcb97eb31f4fed9c8d4f0bfebcc Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 28 Aug 2019 19:09:17 -0400 Subject: [PATCH] Update manifest.json --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d345304..d16cc79 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,9 @@ "sizes": "512x512" } ], - "start_url": "/LAX18/General/messaging2/index.html", + "start_url": "/WebJROTC/index.html", + "scope": "/", "background_color": "#3f51b5", "display": "standalone", "theme_color": "#3f51b5" -} \ No newline at end of file +}