From: mritzmann Date: Tue, 20 Mar 2018 07:43:46 +0000 (+0100) Subject: add 512x512 appicon X-Git-Tag: 2.3.4~11^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=ed148f668583b1d502b4981cd212797b7d69ce5c add 512x512 appicon --- 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 @@ "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-152.png", "type": "image/png", "sizes": "152x152" + }, + { + "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-512.png", + "type": "image/png", + "sizes": "512x512" } ], "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 Binary files /dev/null and b/web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png differ