Files
jellyfin-web/dashboard-ui/manifest.json
T
Andrew Rabert 7e766f8dad Reformat JSON using JQ with sorted keys
cat "$f" | jq -S | sponge "$f"
2018-12-25 12:10:08 -05:00

33 lines
658 B
JSON

{
"_comment": "This should be Jellyfin, but that breaks apps...",
"description": "Jellyfin: the Free Software media system.",
"display": "minimal-ui",
"icons": [
{
"sizes": "72x72",
"src": "touchicon72.png",
"type": "image/png"
},
{
"sizes": "114x114",
"src": "touchicon114.png",
"type": "image/png"
},
{
"sizes": "144x144",
"src": "touchicon144.png",
"type": "image/png"
}
],
"lang": "en-US",
"name": "Emby",
"related_applications": [
{
"platform": "web"
}
],
"short_name": "Emby",
"start_url": "/web/index.html",
"theme_color": "#52B54B"
}