Files
Iris/mopidy_iris/static/manifest.json
Colin Powell a60ecc941d
All checks were successful
CI / test (push) Successful in 1m26s
CI / deploy (push) Successful in 1m57s
[packaging] Add static files to the repo
2026-06-29 14:41:40 -04:00

35 lines
671 B
JSON
Executable File

{
"start_url": ".",
"scope": ".",
"manifest_version": "3.70.0",
"short_name": "Iris",
"name": "Iris",
"icons": [
{
"src": "assets/app-icon_64.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "assets/app-icon_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/app-icon_256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "assets/app-icon_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"background_color": "#08d58f",
"theme_color": "#181818",
"display": "standalone",
"app": {
"background": {}
}
}