dashy/public/manifest.json

39 lines
814 B
JSON
Raw Permalink Normal View History

2019-07-19 14:07:26 +00:00
{
"name": "Dashy Web",
2021-04-17 18:42:48 +00:00
"short_name": "Dashy",
"description": "A Dashboard for your Homelab",
"scope": "/",
"start_url": "./",
"display": "standalone",
"background_color": "#0b1021",
"theme_color": "#4DBA87",
"lang": "en-GB",
"orientation": "portrait-primary",
2019-07-19 14:07:26 +00:00
"icons": [
{
"src": "./web-icons/dashy-pwa_512x512.png",
2021-05-04 13:48:28 +00:00
"sizes": "512x512"
},
{
"src": "./web-icons/dashy-pwa_192x192.png",
2021-05-04 13:48:28 +00:00
"sizes": "192x192"
},
{
"src": "./web-icons/dashy-pwa_144x144.png",
2021-05-04 13:48:28 +00:00
"sizes": "144x144"
},
{
"src": "./web-icons/dashy-pwa_96x96.png",
2021-05-04 13:48:28 +00:00
"sizes": "96x96"
},
{
"src": "./web-icons/dashy-pwa_72x72.png",
2021-05-04 13:48:28 +00:00
"sizes": "72x72"
},
{
"src": "./web-icons/dashy-pwa_48x48.png",
2021-05-04 13:48:28 +00:00
"sizes": "48x48"
}
]
}