From ad4df3bac53b617a1ced5874fd65d80d7f7d21fb Mon Sep 17 00:00:00 2001 From: AlvinHV Date: Thu, 17 Apr 2025 01:15:10 +0400 Subject: [PATCH] fix: use wildcard for app site association --- .well-known/apple-app-site-association | 89 +++++++------------------- 1 file changed, 24 insertions(+), 65 deletions(-) diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association index 54b0dd1bf..296ae88ad 100644 --- a/.well-known/apple-app-site-association +++ b/.well-known/apple-app-site-association @@ -1,67 +1,26 @@ { - "applinks": { - "apps": [], - "details": [ - { - "appID": "9EWRZ4QP3J.com.stremio.one", - "paths": [ - "/", - "/#/player/*", - "/#/discover/*", - "/#/detail/*", - "/#/library/*", - "/#/addons/*", - "/#/settings", - "/#/search/*" - ], - "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" - } - ] - } + "applinks": { + "apps": [], + "details": [ + { + "appIDs": [ + "9EWRZ4QP3J.com.stremio.one" + ], + "appID": "9EWRZ4QP3J.com.stremio.one", + "paths": [ + "*" ] - }, - "activitycontinuation": { - "apps": [ - "9EWRZ4QP3J.com.stremio.one" - ] - }, - "webcredentials": { - "apps": [ - "9EWRZ4QP3J.com.stremio.one" - ] - } -} + } + ] + }, + "activitycontinuation": { + "apps": [ + "9EWRZ4QP3J.com.stremio.one" + ] + }, + "webcredentials": { + "apps": [ + "9EWRZ4QP3J.com.stremio.one" + ] + } +} \ No newline at end of file