From ccc72d6cb0446a150a2bbe2e780daa64226d9453 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 21 Jan 2018 17:06:15 +0530 Subject: Added Icon --- assets/520x520.png | Bin 0 -> 6605 bytes manifest.json | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 assets/520x520.png diff --git a/assets/520x520.png b/assets/520x520.png new file mode 100644 index 0000000..8683c44 Binary files /dev/null and b/assets/520x520.png differ diff --git a/manifest.json b/manifest.json index 57a9d0f..738d401 100644 --- a/manifest.json +++ b/manifest.json @@ -43,6 +43,11 @@ "sizes": "192x192", "type": "image/png", "density": "4.0" - } + }, + { +"src": "assets/520x520.png", +"sizes": "520x520", +"type": "image/png" +} ] } -- cgit v1.2.3