miru/manifest.json

41 lines
No EOL
863 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": "https",
"scope_url_host": "mirumoe.netlify.app",
"scope_url_path": "/app/"
},
"protocol_handlers": [
{
"protocol": "magnet",
"url": "/app/#home&file=%s"
}
]
}