diff --git a/apple-app-site-association.json b/apple-app-site-association.json new file mode 100644 index 00000000..3c3a8b7e --- /dev/null +++ b/apple-app-site-association.json @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "3A359E86ZF.com.HMG.HMG-Smartphone", + "paths": ["*"] + } + ] + } + } \ No newline at end of file diff --git a/assetlinks.json b/assetlinks.json new file mode 100644 index 00000000..d68ca550 --- /dev/null +++ b/assetlinks.json @@ -0,0 +1,26 @@ +[ + { + "relation": [ + "delegate_permission/common.handle_all_urls" + ], + "target": { + "namespace": "android_app", + "package_name": "com.ejada.hmg", + "sha256_cert_fingerprints": [ + "57:EA:97:F9:C2:03:52:83:C1:13:E7:D9:9E:AD:55:B3:77:07:C5:14:6C:AA:1E:C8:70:24:73:DD:7F:25:A8:7B" + ] + } + }, + { + "relation": [ + "delegate_permission/common.handle_all_urls" + ], + "target": { + "namespace": "android_app", + "package_name": "com.ejada.hmg", + "sha256_cert_fingerprints": [ + "10:AC:36:05:DD:D5:63:3F:FF:0D:88:C3:9C:92:F1:12:1D:EE:1A:A8:4D:0C:85:AE:6C:B9:A9:C0:0C:7F:03:B5" + ] + } + } +] \ No newline at end of file