Skip to content

Commit

Permalink
Add link thingy?
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Dec 23, 2024
1 parent adc8aca commit 7b54711
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@
"supportsTablet": true
},
"android": {
"intentFilters": [
{
"autoVerify": true,
"data": {
"scheme": "https",
"host": "new.echogame.xyz",
"pathPrefix": "/"
},
"action": "VIEW",
"category": [
"BROWSABLE",
"DEFAULT"
]
}
],
"package": "dk.novusgroup.echo",
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
Expand Down
12 changes: 12 additions & 0 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "dk.novusgroup.echo",
"sha256_cert_fingerprints": [
"AB:6A:EF:DC:6E:9C:21:EA:3B:17:EA:32:9A:32:3D:49:49:14:D9:C9:84:C7:AE:19:63:A2:5D:61:5C:85:DB:F4"
]
}
}
]

0 comments on commit 7b54711

Please sign in to comment.