diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association new file mode 100644 index 000000000..931a44760 --- /dev/null +++ b/.well-known/apple-app-site-association @@ -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" + ] + } +} diff --git a/webpack.config.js b/webpack.config.js index 36f6b6e50..ea1685592 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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({