miru/manifest.json
2020-11-08 21:37:59 +01:00

33 lines
No EOL
690 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": "mirumoe.netlify.app",
"scope_url_path": "/app/"
},
"protocol_handlers": [
{
"protocol": "magnet",
"url": "/app/#&m=%s"
}
]
}