fix/apple-app-site-association

This commit is contained in:
AlvinHV 2025-03-17 18:00:05 +04:00
parent ebea8b9222
commit 2b069ecd3d

View file

@ -4,25 +4,35 @@
"details": [ "details": [
{ {
"appID": "9EWRZ4QP3J.com.stremio.one", "appID": "9EWRZ4QP3J.com.stremio.one",
"paths": [
"/",
"#/player/*",
"#/discover/*",
"#/detail/*",
"#/library/*",
"#/addons",
"#/settings",
"#/search/*"
],
"components": [ "components": [
{ {
"/": "/", "/": "/",
"#": "/player", "#": "/player/*",
"comment": "Matches deep link for player" "comment": "Matches deep link for player"
}, },
{ {
"/": "/", "/": "/",
"#": "/discover", "#": "/discover/*",
"comment": "Matches deep link for discover" "comment": "Matches deep link for discover"
}, },
{ {
"/": "/", "/": "/",
"#": "/detail", "#": "/detail/*",
"comment": "Matches deep link for detail" "comment": "Matches deep link for detail"
}, },
{ {
"/": "/", "/": "/",
"#": "/library", "#": "/library/*",
"comment": "Matches deep link for library" "comment": "Matches deep link for library"
}, },
{ {
@ -37,7 +47,7 @@
}, },
{ {
"/": "/", "/": "/",
"#": "/search", "#": "/search/*",
"comment": "Matches deep link for search" "comment": "Matches deep link for search"
} }
] ]