mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚒️ Fix manifest.
This commit is contained in:
+30
-30
@@ -1,32 +1,32 @@
|
|||||||
{
|
{
|
||||||
"theme_color": "#36558F",
|
"theme_color": "#4343E5",
|
||||||
"background_color": "#36558F",
|
"background_color": "#050505",
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"name": "SVGL",
|
"name": "SVGL",
|
||||||
"short_name": "SVGL",
|
"short_name": "SVGL",
|
||||||
"description": "Beautiful SVG vector logos",
|
"description": "Beautiful SVG vector logos",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-192x192.png",
|
"src": "/icons/icon-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-256x256.png",
|
"src": "/icons/icon-256x256.png",
|
||||||
"sizes": "256x256",
|
"sizes": "256x256",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-384x384.png",
|
"src": "/icons/icon-384x384.png",
|
||||||
"sizes": "384x384",
|
"sizes": "384x384",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-512x512.png",
|
"src": "/icons/icon-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user