diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 00000000..d7756d9b --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,44 @@ +{ + "applinks": { + "details": [ + { + "appIDs": [ + "ABCDE12345.online.binarapps" + ], + "components": [ + { + "#": "no_universal_links", + "exclude": true, + "comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link." + }, + { + "/": "/buy/*", + "comment": "Matches any URL with a path that starts with /buy/." + }, + { + "/": "/help/website/*", + "exclude": true, + "comment": "Matches any URL with a path that starts with /help/website/ and instructs the system not to open it as a universal link." + }, + { + "/": "/help/*", + "?": { + "articleNumber": "????" + }, + "comment": "Matches any URL with a path that starts with /help/ and that has a query item with name 'articleNumber' and a value of exactly four characters." + } + ] + } + ] + }, + "webcredentials": { + "apps": [ + "ABCDE12345.online.binarapps" + ] + }, + "appclips": { + "apps": [ + "ABCED12345.online.binarapps" + ] + } +} diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json new file mode 100644 index 00000000..de78d5f7 --- /dev/null +++ b/public/.well-known/assetlinks.json @@ -0,0 +1,12 @@ +[ + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "online.binarapps", + "sha256_cert_fingerprints": [ + "B9:77:35:F2:94:7B:EC:53:F9:60:5F:32:1C:12:5C:E9:4E:27:9E:E2:A7:EE:6F:62:A4:77:21:98:AD:11:2A:B1" + ] + } + } +]