diff --git a/.well-known/assetlinks.json b/.well-known/assetlinks.json new file mode 100644 index 000000000000..a28004b45b08 --- /dev/null +++ b/.well-known/assetlinks.json @@ -0,0 +1,8 @@ +[{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.expensify.chat", + "sha256_cert_fingerprints": ["2E:65:6F:1C:34:F5:7E:BF:FC:C0:2D:A3:14:0E:83:FE:61:51:F2:9B:5D:59:58:61:C4:4D:A9:99:0C:CA:F4:8E"] + } +}] \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c8678771bdbf..5b4e43c86366 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -29,16 +29,16 @@ - + - + @@ -46,7 +46,7 @@ - + diff --git a/config/webpack/webpack.common.js b/config/webpack/webpack.common.js index a10bea368e89..8385a7e85426 100644 --- a/config/webpack/webpack.common.js +++ b/config/webpack/webpack.common.js @@ -56,6 +56,7 @@ const webpackConfig = ({envFile = '.env', platform = 'web'}) => ({ {from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'}, {from: 'assets/images/shadow.png', to: 'images/shadow.png'}, {from: '.well-known/apple-app-site-association', to: '.well-known/apple-app-site-association', toType: 'file'}, + {from: '.well-known/assetlinks.json', to: '.well-known/assetlinks.json'}, // These files are copied over as per instructions here // https://github.com/wojtekmaj/react-pdf#copying-cmaps