mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
PWA icons
This commit is contained in:
BIN
webassets/img/icon-192-pwa.png
Normal file
BIN
webassets/img/icon-192-pwa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
webassets/img/icon-512-pwa.png
Normal file
BIN
webassets/img/icon-512-pwa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@@ -13,14 +13,16 @@
|
|||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/img/icon-192.png",
|
"src": "/img/icon-192-pwa.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "192x192"
|
"sizes": "192x192",
|
||||||
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/img/icon-512.png",
|
"src": "/img/icon-512-pwa.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512",
|
||||||
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://spothole.m0trt.radio"
|
"url": "https://spothole.m0trt.radio"
|
||||||
|
|||||||
Reference in New Issue
Block a user