fixed service worker
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.3 KiB |
BIN
public/assets/images/pwa-thetool-192.png
Normal file
BIN
public/assets/images/pwa-thetool-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
BIN
public/assets/images/pwa-thetool-512.png
Normal file
BIN
public/assets/images/pwa-thetool-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@@ -9,14 +9,14 @@
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/images/pwa-thetool-192.jpeg",
|
||||
"src": "/assets/images/pwa-thetool-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/jpeg"
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/images/pwa-thetool-512.jpeg",
|
||||
"src": "/assets/images/pwa-thetool-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/jpeg"
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user