]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
add 512x512 appicon 3606/head
authormritzmann <github@markus-mail.com>
Tue, 20 Mar 2018 07:43:46 +0000 (08:43 +0100)
committermritzmann <github@markus-mail.com>
Tue, 20 Mar 2018 07:43:46 +0000 (08:43 +0100)
web/manifest.json
web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png [new file with mode: 0644]

index cd46d6ba77f9b317e722500cf4793eebc2144445..72638eef46f30ec94658ba2fc6723f314404b7bb 100644 (file)
       "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 (file)
index 0000000..7385c25
Binary files /dev/null and b/web/wallassets/themes/_global/img/appicon/apple-touch-icon-512.png differ