From f434cffd5e0485fe482e7ce13ab001c953d93a4b Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Fri, 10 May 2019 19:31:57 -0400 Subject: [PATCH] Update manifest.json --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 879b910..21fbb61 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Textnow", - "name": "Textnow", + "short_name": "TextNow", + "name": "TextNow", "icons": [ { "src": "https://i.imgur.com/wcJUkRg.png", @@ -14,8 +14,8 @@ } ], "start_url": "/TextnowWebApp/index.html", - "background_color": "#FFFFFF", + "background_color": "#5222B4", "display": "standalone", "scope": "/TextnowWebApp", - "theme_color": "#525659" + "theme_color": "#5222B4" }