Merge pull request #867 from Stremio/feat/apple-app-site-association

Feat: Associate site with the iOS app
This commit is contained in:
Владимир Борисов 2025-03-17 15:04:38 +02:00 committed by GitHub
commit ebea8b9222
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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({