Conform icons by making transparent icons cropped version of maskable icons (#201)
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 56 KiB |
|
@ -1,29 +1,30 @@
|
||||||
{
|
{
|
||||||
"name": "PairDrop",
|
"name": "PairDrop",
|
||||||
"short_name": "PairDrop",
|
"short_name": "PairDrop",
|
||||||
"icons": [{
|
"icons": [
|
||||||
|
{
|
||||||
"src": "images/android-chrome-192x192.png",
|
"src": "images/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/android-chrome-512x512.png",
|
"src": "images/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/android-chrome-192x192-maskable.png",
|
"src": "images/android-chrome-192x192-maskable.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/android-chrome-512x512-maskable.png",
|
"src": "images/android-chrome-512x512-maskable.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},{
|
}
|
||||||
"src": "images/favicon-96x96.png",
|
],
|
||||||
"sizes": "96x96",
|
|
||||||
"type": "image/png"
|
|
||||||
}],
|
|
||||||
"background_color": "#efefef",
|
"background_color": "#efefef",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
|
|