mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
feat: Associate site with the iOS app
This commit is contained in:
parent
45f8afea91
commit
5cb5578420
2 changed files with 58 additions and 0 deletions
57
.well-known/apple-app-site-association
Normal file
57
.well-known/apple-app-site-association
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue