1
0
Эх сурвалжийг харах

Add a 512x512 icon to the web app manifest

Jasper van Merle 7 жил өмнө
parent
commit
8e37605d9f

BIN
public/images/webapp-icon-512.png


+ 5 - 0
public/manifest.json

@@ -29,6 +29,11 @@
       "src": "/images/webapp-icon-256.png",
       "sizes": "256x256",
       "type": "image/png"
+    },
+    {
+      "src": "/images/webapp-icon-512.png",
+      "sizes": "512x512",
+      "type": "image/png"
     }
   ]
 }