From ab444f2f231f4a4574a86a7b368a128bcb8056ab Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Fri, 10 May 2019 19:29:12 -0400 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c28fb54..879b910 100644 --- a/manifest.json +++ b/manifest.json @@ -13,9 +13,9 @@ "sizes": "192x192" } ], - "start_url": "/messaging", + "start_url": "/TextnowWebApp/index.html", "background_color": "#FFFFFF", "display": "standalone", - "scope": "/", + "scope": "/TextnowWebApp", "theme_color": "#525659" }