From cc038c3ac336c7b81932b1300c3041910289605b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 25 Apr 2019 23:27:46 -0400 Subject: add launcher icons --- static/manifest.webmanifest | 29 +++++++++++++++++++++++++++++ static/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3337 bytes static/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2109 bytes static/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4726 bytes static/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 7506 bytes static/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 10843 bytes 6 files changed, 29 insertions(+) create mode 100644 static/manifest.webmanifest create mode 100644 static/res/mipmap-hdpi/ic_launcher.png create mode 100644 static/res/mipmap-mdpi/ic_launcher.png create mode 100644 static/res/mipmap-xhdpi/ic_launcher.png create mode 100644 static/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 static/res/mipmap-xxxhdpi/ic_launcher.png (limited to 'static') 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 -- cgit v1.3.1