svgl/static/manifest.json

39 lines
788 B
JSON
Raw Normal View History

2022-04-10 18:42:18 +01:00
{
2022-06-28 14:00:30 +01:00
"theme_color": "#4343E5",
2022-06-20 23:44:39 +01: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 13:44:01 +01:00
},
{
"src": "/icons/maskable_icon.png",
2022-06-28 18:39:26 +01:00
"sizes": "196x196",
2022-06-28 13:44:01 +01:00
"type": "image/png",
"purpose": "maskable"
2022-06-20 23:44:39 +01:00
}
]
}