svgl/static/manifest.json

39 lines
831 B
JSON
Raw Permalink Normal View History

2022-04-11 01:42:18 +08:00
{
2023-03-15 19:30:45 +08:00
"theme_color": "#161616",
"background_color": "#161616",
"display": "standalone",
2022-06-21 06:44:39 +08:00
"scope": "/",
"start_url": "/",
2023-03-16 18:23:28 +08:00
"name": "Svgl",
"short_name": "Svgl",
"description": "A beautiful library with SVG logos",
2022-06-21 06:44:39 +08:00
"icons": [
{
2023-03-16 18:23:28 +08:00
"src": "/images/icons/icon-192x192.png",
2022-06-21 06:44:39 +08:00
"sizes": "192x192",
"type": "image/png"
},
{
2023-03-16 18:23:28 +08:00
"src": "/images/icons/icon-256x256.png",
2022-06-21 06:44:39 +08:00
"sizes": "256x256",
"type": "image/png"
},
{
2023-03-16 18:23:28 +08:00
"src": "/images/icons/icon-384x384.png",
2022-06-21 06:44:39 +08:00
"sizes": "384x384",
"type": "image/png"
},
{
2023-03-16 18:23:28 +08:00
"src": "/images/icons/icon-512x512.png",
2022-06-21 06:44:39 +08:00
"sizes": "512x512",
"type": "image/png"
2022-06-28 20:44:01 +08:00
},
{
2023-03-16 18:23:28 +08:00
"src": "/images/icons/maskable_icon.png",
2022-06-29 01:39:26 +08:00
"sizes": "196x196",
2022-06-28 20:44:01 +08:00
"type": "image/png",
"purpose": "maskable"
2022-06-21 06:44:39 +08:00
}
]
}