implemented lazy loading and other small fixes
This commit is contained in:
@ -3,20 +3,18 @@
|
||||
"short_name": "libremdb",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon/android-chrome-192x192.png",
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/favicon/android-chrome-512x512.png",
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#0f2c67",
|
||||
"background_color": "#0f2c67",
|
||||
"display": "standalone",
|
||||
"start_url": "."
|
||||
"background_color": "#0f2c67"
|
||||
}
|
||||
|
Reference in New Issue
Block a user