Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
This commit is contained in:
12
frontend/public/.well-known/assetlinks.json.example
Normal file
12
frontend/public/.well-known/assetlinks.json.example
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||
"target": {
|
||||
"namespace": "android_app",
|
||||
"package_name": "de.yourpart.nativeapp",
|
||||
"sha256_cert_fingerprints": [
|
||||
"REPLACE_WITH_THE_PRODUCTION_SIGNING_CERTIFICATE_SHA256_FINGERPRINT"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user