Files
musicseerr/frontend/static/site.webmanifest
T
Harvey 31e0412232 favicon + ci workflow + makefile changes (#33)
* favicon + ci workflow + makefile changes

* fix lint

* run workflows on any branch/pr

* fix workflow
2026-04-08 02:06:17 +01:00

20 lines
380 B
JSON

{
"name": "MusicSeerr",
"short_name": "MusicSeerr",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#1d232a",
"background_color": "#1d232a",
"display": "standalone"
}