2022-04-10 18:42:18 +01:00
|
|
|
{
|
2023-03-15 11:30:45 +00:00
|
|
|
"theme_color": "#161616",
|
|
|
|
"background_color": "#161616",
|
|
|
|
"display": "standalone",
|
2022-06-20 23:44:39 +01:00
|
|
|
"scope": "/",
|
|
|
|
"start_url": "/",
|
2023-03-16 10:23:28 +00:00
|
|
|
"name": "Svgl",
|
|
|
|
"short_name": "Svgl",
|
|
|
|
"description": "A beautiful library with SVG logos",
|
2022-06-20 23:44:39 +01:00
|
|
|
"icons": [
|
|
|
|
{
|
2023-03-16 10:23:28 +00:00
|
|
|
"src": "/images/icons/icon-192x192.png",
|
2022-06-20 23:44:39 +01:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2023-03-16 10:23:28 +00:00
|
|
|
"src": "/images/icons/icon-256x256.png",
|
2022-06-20 23:44:39 +01:00
|
|
|
"sizes": "256x256",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2023-03-16 10:23:28 +00:00
|
|
|
"src": "/images/icons/icon-384x384.png",
|
2022-06-20 23:44:39 +01:00
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2023-03-16 10:23:28 +00:00
|
|
|
"src": "/images/icons/icon-512x512.png",
|
2022-06-20 23:44:39 +01:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2022-06-28 13:44:01 +01:00
|
|
|
},
|
|
|
|
{
|
2023-03-16 10:23:28 +00:00
|
|
|
"src": "/images/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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|