mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-07 12:19:23 +00:00
fullscreen behaviour improvement, PiP improvement, subtitle handling, multi-track support for player and parser, PWA work
22 lines
No EOL
476 B
JSON
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"
|
|
}
|
|
]
|
|
} |