summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-04-25 23:27:46 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-04-25 23:27:46 -0400
commitcc038c3ac336c7b81932b1300c3041910289605b (patch)
tree2de639b4883bfb2540cd67dcb2127f943f38d245 /static
parent55ed3d710b5cd8e86c00ab7be83a02e7ec42c433 (diff)
add launcher icons
Diffstat (limited to 'static')
-rw-r--r--static/manifest.webmanifest29
-rw-r--r--static/res/mipmap-hdpi/ic_launcher.pngbin0 -> 3337 bytes
-rw-r--r--static/res/mipmap-mdpi/ic_launcher.pngbin0 -> 2109 bytes
-rw-r--r--static/res/mipmap-xhdpi/ic_launcher.pngbin0 -> 4726 bytes
-rw-r--r--static/res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 7506 bytes
-rw-r--r--static/res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 10843 bytes
6 files changed, 29 insertions, 0 deletions
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
--- /dev/null
+++ b/static/res/mipmap-hdpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/static/res/mipmap-mdpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/static/res/mipmap-xhdpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/static/res/mipmap-xxhdpi/ic_launcher.png
Binary files 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
--- /dev/null
+++ b/static/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ