31e0412232
* favicon + ci workflow + makefile changes * fix lint * run workflows on any branch/pr * fix workflow
20 lines
380 B
JSON
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"
|
|
}
|