mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-05 05:05:59 +00:00
New maskable icon for Android
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
+14
-1
@@ -4,8 +4,21 @@
|
|||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "images/android-chrome-192x192.png",
|
"src": "images/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},{
|
||||||
|
"src": "images/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
},{
|
||||||
|
"src": "images/android-chrome-192x192-maskable.png",
|
||||||
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "maskable"
|
||||||
|
},{
|
||||||
|
"src": "images/android-chrome-512x512-maskable.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
},{
|
},{
|
||||||
"src": "images/favicon-96x96.png",
|
"src": "images/favicon-96x96.png",
|
||||||
"sizes": "96x96",
|
"sizes": "96x96",
|
||||||
|
|||||||
Reference in New Issue
Block a user