2022-04-11 01:42:18 +08:00
|
|
|
{
|
2022-06-28 20:44:01 +08:00
|
|
|
"theme_color": "#050505",
|
2022-06-21 06:44:39 +08:00
|
|
|
"background_color": "#050505",
|
|
|
|
"display": "minimal-ui",
|
|
|
|
"scope": "/",
|
|
|
|
"start_url": "/",
|
|
|
|
"name": "SVGL",
|
|
|
|
"short_name": "SVGL",
|
|
|
|
"description": "Beautiful SVG vector logos",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/icons/icon-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/icons/icon-256x256.png",
|
|
|
|
"sizes": "256x256",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/icons/icon-384x384.png",
|
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/icons/icon-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2022-06-28 20:44:01 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/icons/maskable_icon.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2022-06-21 06:44:39 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|