miru/manifest.json
2021-05-11 15:50:55 +02:00

47 lines
No EOL
961 B
JSON

{
"name": "Miru",
"short_name": "Miru",
"start_url": "/app/#home",
"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"
}
],
"share_target": {
"action": "/app/#home",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"url": "link"
}
},
"intent_filters": {
"scope_url_scheme": "http",
"scope_url_host": "localhost",
"scope_url_path": "/app/"
},
"capture_links": "existing_client_event",
"url_handlers": [
{
"origin": "localhost"
}
],
"protocol_handlers": [
{
"protocol": "magnet",
"url": "/app/#home&file=%s"
}
]
}