From f0a9f537616c33d10f22a515ff984da7e0bd3a22 Mon Sep 17 00:00:00 2001 From: Keanu Lee Date: Mon, 2 Oct 2017 12:03:04 -0700 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 2aab3da07..708be9201 100644 --- a/manifest.json +++ b/manifest.json @@ -2,21 +2,20 @@ "name": "My App", "short_name": "My App", "description": "My App description", - "start_url": "./?utm_source=web_app_manifest", - "scope": "./", - "display": "standalone", - "theme_color": "#3f51b5", - "background_color": "#3f51b5", "icons": [ { - "src": "./images/manifest/icon-192x192.png", + "src": "images/manifest/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "./images/manifest/icon-512x512.png", + "src": "images/manifest/icon-512x512.png", "sizes": "512x512", "type": "image/png" } - ] + ], + "start_url": "/", + "display": "standalone", + "theme_color": "#3f51b5", + "background_color": "#3f51b5", } From 51edd85691e1e37bb7df29dddc1a03ad1d3f4027 Mon Sep 17 00:00:00 2001 From: Keanu Lee Date: Mon, 2 Oct 2017 12:40:29 -0700 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 708be9201..6e78569cd 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "start_url": "/", "display": "standalone", "theme_color": "#3f51b5", - "background_color": "#3f51b5", + "background_color": "#3f51b5" }