From bd8d9f9a3eff90bd470bac739d3dd9481c8cd61f Mon Sep 17 00:00:00 2001 From: Manas Khurana Date: Sat, 26 Aug 2017 02:29:32 +0530 Subject: [PATCH] new images added plus new theme colour --- manifest.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e982461..56128a2 100644 --- a/manifest.json +++ b/manifest.json @@ -3,14 +3,30 @@ "version": "1.0.1", "short_name": "YouCount", "name": "YouCount", + "start_url": "/index.html", "icons": [ { "src": "/apple-touch-icon-precomposed.png", "type": "image/png", "sizes": "196x196" + }, + { + "src": "/images/logo-256.png", + "type": "image/png", + "sizes": "256x256" + }, + { + "src": "/images/logo-384.png", + "type": "image/png", + "sizes": "384x384" + }, + { + "src": "/images/logo-512.png", + "type": "image/png", + "sizes": "512x512" } ], - "theme_color": "#e52d27", + "theme_color": "#e61919", "background_color": "#fafafa", "display": "standalone" }