Update manifest.json

This commit is contained in:
2019-05-10 19:31:57 -04:00
committed by GitHub
parent ab444f2f23
commit f434cffd5e
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"short_name": "Textnow", "short_name": "TextNow",
"name": "Textnow", "name": "TextNow",
"icons": [ "icons": [
{ {
"src": "https://i.imgur.com/wcJUkRg.png", "src": "https://i.imgur.com/wcJUkRg.png",
@@ -14,8 +14,8 @@
} }
], ],
"start_url": "/TextnowWebApp/index.html", "start_url": "/TextnowWebApp/index.html",
"background_color": "#FFFFFF", "background_color": "#5222B4",
"display": "standalone", "display": "standalone",
"scope": "/TextnowWebApp", "scope": "/TextnowWebApp",
"theme_color": "#525659" "theme_color": "#5222B4"
} }