diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 00000000..03663e3b --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,29 @@ +{ + "icons": [ + { + "src": "res/mipmap-mdpi/ic_launcher.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "res/mipmap-hdpi/ic_launcher.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "res/mipmap-xhdpi/ic_launcher.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "res/mipmap-xxhdpi/ic_launcher.png", + "sizes": "168x168", + "type": "image/png" + }, + { + "src": "res/mipmap-xxxhdpi/ic_launcher.png", + "sizes": "192x192", + "type": "image/png" + } + ] +} diff --git a/static/res/mipmap-hdpi/ic_launcher.png b/static/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..c7d4e833 Binary files /dev/null and b/static/res/mipmap-hdpi/ic_launcher.png differ diff --git a/static/res/mipmap-mdpi/ic_launcher.png b/static/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..14e293a2 Binary files /dev/null and b/static/res/mipmap-mdpi/ic_launcher.png differ diff --git a/static/res/mipmap-xhdpi/ic_launcher.png b/static/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..a19dfb8b Binary files /dev/null and b/static/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/static/res/mipmap-xxhdpi/ic_launcher.png b/static/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..e8efd605 Binary files /dev/null and b/static/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/static/res/mipmap-xxxhdpi/ic_launcher.png b/static/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..10e24489 Binary files /dev/null and b/static/res/mipmap-xxxhdpi/ic_launcher.png differ