diff --git a/static/.well-known/apple-app-site-association b/static/.well-known/apple-app-site-association new file mode 100644 index 0000000..87c64b9 --- /dev/null +++ b/static/.well-known/apple-app-site-association @@ -0,0 +1,13 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "8R8C9BJNAX.de.itsblue.bluerock", + "paths": [ + "*" + ] + } + ] + } +} \ No newline at end of file diff --git a/static/.well-known/assetlinks.json b/static/.well-known/assetlinks.json new file mode 100644 index 0000000..d83b12b --- /dev/null +++ b/static/.well-known/assetlinks.json @@ -0,0 +1,19 @@ +[{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.itsblue.blueROCK", + "sha256_cert_fingerprints": + ["7F:CD:A1:55:B7:98:1A:AB:66:A7:D2:DC:E1:AD:10:0F:A7:A0:17:C6:92:65:DE:9B:08:43:A8:EF:07:B1:72:A0"] + } + }, + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.itsblue.blueROCKtest", + "sha256_cert_fingerprints": + ["08:B3:A8:2C:BD:16:D5:45:E5:0B:82:C3:B3:50:BC:1F:02:C2:25:4F:1E:84:A5:70:F6:22:99:BD:E7:2A:08:F8"] + } + }] + \ No newline at end of file