diff --git a/images/icons/android-maskable-192x192.png b/images/icons/android-maskable-192x192.png new file mode 100644 index 0000000..70fe590 Binary files /dev/null and b/images/icons/android-maskable-192x192.png differ diff --git a/images/icons/android-maskable-512x512.png b/images/icons/android-maskable-512x512.png new file mode 100644 index 0000000..06784c2 Binary files /dev/null and b/images/icons/android-maskable-512x512.png differ diff --git a/images/icons/apple-touch-icon.png b/images/icons/apple-touch-icon.png index 98acba2..53fccfa 100644 Binary files a/images/icons/apple-touch-icon.png and b/images/icons/apple-touch-icon.png differ diff --git a/manifest.json b/manifest.json index c7ff905..049efe6 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,19 @@ "src": "./images/icons/android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" - } + }, + { + "src": "./images/icons/android-maskable-192x192.png", + "type": "image/png", + "sizes": "192x192", + "purpose": "maskable" + }, + { + "src": "./images/icons/android-maskable-512x512.png", + "type": "image/png", + "sizes": "512x512", + "purpose": "maskable" + } ], "author": { "name": "Gokulakrishnan Kalaikovan",