diff --git a/src/manifest.json b/src/manifest.json index c676b8f7..4622e0a5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -74,6 +74,14 @@ "parameters" : {} } } + }, + "icons" : { + "android" : { + "hdpi" : "src/static/logo/72x72.png", + "xhdpi" : "src/static/logo/96x96.png", + "xxhdpi" : "src/static/logo/144x144.png", + "xxxhdpi" : "src/static/logo/196x196.png" + } } }, "nativePlugins" : { diff --git a/src/static/logo/144x144.png b/src/static/logo/144x144.png new file mode 100644 index 00000000..ac2d53de Binary files /dev/null and b/src/static/logo/144x144.png differ diff --git a/src/static/logo/196x196.png b/src/static/logo/196x196.png new file mode 100644 index 00000000..931a7447 Binary files /dev/null and b/src/static/logo/196x196.png differ diff --git a/src/static/logo/72x72.png b/src/static/logo/72x72.png new file mode 100644 index 00000000..db7a5f75 Binary files /dev/null and b/src/static/logo/72x72.png differ diff --git a/src/static/logo/96x96.png b/src/static/logo/96x96.png new file mode 100644 index 00000000..4589c786 Binary files /dev/null and b/src/static/logo/96x96.png differ