From ed148f668583b1d502b4981cd212797b7d69ce5c Mon Sep 17 00:00:00 2001 From: mritzmann Date: Tue, 20 Mar 2018 08:43:46 +0100 Subject: add 512x512 appicon --- web/manifest.json | 5 +++++ .../themes/_global/img/appicon/apple-touch-icon-512.png | Bin 0 -> 28102 bytes 2 files changed, 5 insertions(+) create mode 100644 web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png (limited to 'web') 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 -- cgit v1.2.3