mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
39 lines
831 B
JSON
39 lines
831 B
JSON
{
|
|
"theme_color": "#161616",
|
|
"background_color": "#161616",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"name": "Svgl",
|
|
"short_name": "Svgl",
|
|
"description": "A beautiful library with SVG logos",
|
|
"icons": [
|
|
{
|
|
"src": "/images/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/icons/icon-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/icons/maskable_icon.png",
|
|
"sizes": "196x196",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|