feat: Associate site with the iOS app

This commit is contained in:
AlvinHV 2025-03-17 16:53:25 +04:00
parent 45f8afea91
commit 5cb5578420
2 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,57 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "9EWRZ4QP3J.com.stremio.one",
"components": [
{
"/": "/",
"#": "/player",
"comment": "Matches deep link for player"
},
{
"/": "/",
"#": "/discover",
"comment": "Matches deep link for discover"
},
{
"/": "/",
"#": "/detail",
"comment": "Matches deep link for detail"
},
{
"/": "/",
"#": "/library",
"comment": "Matches deep link for library"
},
{
"/": "/",
"#": "/addons",
"comment": "Matches deep link for addons"
},
{
"/": "/",
"#": "/settings",
"comment": "Matches deep link for settings"
},
{
"/": "/",
"#": "/search",
"comment": "Matches deep link for search"
}
]
}
]
},
"activitycontinuation": {
"apps": [
"9EWRZ4QP3J.com.stremio.one"
]
},
"webcredentials": {
"apps": [
"9EWRZ4QP3J.com.stremio.one"
]
}
}

View file

@ -234,6 +234,7 @@ module.exports = (env, argv) => ({
{ from: 'favicons', to: 'favicons' },
{ from: 'images', to: 'images' },
{ from: 'screenshots/*.webp', to: './' },
{ from: '.well-known', to: '.well-known' },
]
}),
new MiniCssExtractPlugin({