Update pwa icons
BIN
static/icons/icon-128x128.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
static/icons/icon-144x144.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
static/icons/icon-152x152.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/icons/icon-192x192.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
static/icons/icon-384x384.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
static/icons/icon-48x48.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
static/icons/icon-512x512.png
Normal file
|
After Width: | Height: | Size: 214 KiB |
BIN
static/icons/icon-72x72.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
static/icons/icon-96x96.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
@@ -1,7 +1,56 @@
|
||||
{
|
||||
"name": "Mokuro Reader",
|
||||
"short_name": "Mokuro",
|
||||
"icons": [],
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"background_color": "#0d0d0f",
|
||||
"display": "standalone",
|
||||
|
||||