diff options
author | mritzmann <github@markus-mail.com> | 2018-03-20 08:43:46 +0100 |
---|---|---|
committer | mritzmann <github@markus-mail.com> | 2018-03-20 08:43:46 +0100 |
commit | ed148f668583b1d502b4981cd212797b7d69ce5c (patch) | |
tree | c0fec4f454749827c351ec88ed805df49a6e3ce9 /web/manifest.json | |
parent | 10f31ac572cd7a1d3243ce0a53bb52ece024581d (diff) | |
download | wallabag-ed148f668583b1d502b4981cd212797b7d69ce5c.tar.gz wallabag-ed148f668583b1d502b4981cd212797b7d69ce5c.tar.zst wallabag-ed148f668583b1d502b4981cd212797b7d69ce5c.zip |
add 512x512 appicon
Diffstat (limited to 'web/manifest.json')
-rw-r--r-- | web/manifest.json | 5 |
1 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", |