mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-11 19:20:20 +00:00
33 lines
No EOL
690 B
JSON
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"
|
|
}
|
|
]
|
|
} |