diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association index 931a44760..54b0dd1bf 100644 --- a/.well-known/apple-app-site-association +++ b/.well-known/apple-app-site-association @@ -4,30 +4,40 @@ "details": [ { "appID": "9EWRZ4QP3J.com.stremio.one", + "paths": [ + "/", + "/#/player/*", + "/#/discover/*", + "/#/detail/*", + "/#/library/*", + "/#/addons/*", + "/#/settings", + "/#/search/*" + ], "components": [ { "/": "/", - "#": "/player", + "#": "/player/*", "comment": "Matches deep link for player" }, { "/": "/", - "#": "/discover", + "#": "/discover/*", "comment": "Matches deep link for discover" }, { "/": "/", - "#": "/detail", + "#": "/detail/*", "comment": "Matches deep link for detail" }, { "/": "/", - "#": "/library", + "#": "/library/*", "comment": "Matches deep link for library" }, { "/": "/", - "#": "/addons", + "#": "/addons/*", "comment": "Matches deep link for addons" }, { @@ -37,7 +47,7 @@ }, { "/": "/", - "#": "/search", + "#": "/search/*", "comment": "Matches deep link for search" } ]