miru/manifest.json
2020-11-01 01:18:31 +01:00

33 lines
No EOL
679 B
JSON

{
"name": "Miru",
"short_name": "Miru",
"start_url": "/app/#browse",
"display": "fullscreen",
"categories": [
"entertainment"
],
"lang": "en-US",
"orientation": "landscape",
"background_color": "#111417",
"theme_color": "#111417",
"scope": "/app/",
"description": "Anime torrent streaming, ad free in a simple solution.",
"icons": [
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"intent_filters": {
"scope_url_scheme": "https",
"scope_url_host": "miru.moe",
"scope_url_path": "/app/"
},
"protocol_handlers": [
{
"protocol": "magnet",
"url": "/app/#&m=%s"
}
]
}