godash/assets/favicon/site.webmanifest

23 lines
647 B
Text
Raw Normal View History

2023-06-14 21:53:27 +02:00
{
"name": "GoDash: A blazing fast start-page written in Go",
"short_name": "GoDash",
"icons": [
{
"src": "/static/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#d07915",
"background_color": "#d07915",
"display": "standalone",
"description": "A blazing fast start page for your services written with Go and TailwindCSS",
"start_url": "/",
"scope": "/"
}