aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormritzmann <github@markus-mail.com>2018-03-20 08:43:46 +0100
committermritzmann <github@markus-mail.com>2018-03-20 08:43:46 +0100
commited148f668583b1d502b4981cd212797b7d69ce5c (patch)
treec0fec4f454749827c351ec88ed805df49a6e3ce9
parent10f31ac572cd7a1d3243ce0a53bb52ece024581d (diff)
downloadwallabag-ed148f668583b1d502b4981cd212797b7d69ce5c.tar.gz
wallabag-ed148f668583b1d502b4981cd212797b7d69ce5c.tar.zst
wallabag-ed148f668583b1d502b4981cd212797b7d69ce5c.zip
add 512x512 appicon
-rw-r--r--web/manifest.json5
-rw-r--r--web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.pngbin0 -> 28102 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/web/manifest.json b/web/manifest.json
index cd46d6ba..72638eef 100644
--- a/web/manifest.json
+++ b/web/manifest.json
@@ -36,6 +36,11 @@
36 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-152.png", 36 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-152.png",
37 "type": "image/png", 37 "type": "image/png",
38 "sizes": "152x152" 38 "sizes": "152x152"
39 },
40 {
41 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-512.png",
42 "type": "image/png",
43 "sizes": "512x512"
39 } 44 }
40 ], 45 ],
41 "display": "standalone", 46 "display": "standalone",
diff --git a/web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png b/web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png
new file mode 100644
index 00000000..7385c256
--- /dev/null
+++ b/web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png
Binary files differ