miru/manifest.json
ThaUnknown ec85666615 forgot to commit in a while, torrent lookup fixes, logo changes, player container fixes, subtitles button,
fullscreen behaviour improvement, PiP improvement, subtitle handling, multi-track support for player and parser, PWA work
2020-09-11 01:15:37 +02:00

22 lines
No EOL
476 B
JSON

{
"name": "Miru",
"short_name": "Miru",
"start_url": "/app/app.html",
"display": "standalone",
"categories": [
"entertainment"
],
"lang": "en-US",
"orientation": "landscape",
"background_color": "#25282c",
"theme_color": "#25282c",
"scope": "/app/",
"description": "Way too high quality anime for streaming, ad free in a simple solution.",
"icons": [
{
"src": "/logo.png",
"sizes": "768x768",
"type": "image/png"
}
]
}