Skip to content

Commit

Permalink
Add ggt.gaa.st/.well-known/assetlinks.json to complete Play Store d…
Browse files Browse the repository at this point in the history
…eeplink domain names verification.
  • Loading branch information
Wilm0r committed Nov 24, 2023
1 parent d0007f8 commit 3c475d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ggt/app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python310
runtime: python311

inbound_services:
- warmup
Expand All @@ -10,15 +10,20 @@ handlers:
static_files: index.html
upload: index.html

- url: /_ah/warmup
secure: optional
script: auto

- url: /nodatapolicy.*
secure: always
redirect_http_response_code: 301
static_files: nodatapolicy.html
upload: nodatapolicy.html

- url: /_ah/warmup
- url: /.well-known/assetlinks.json
secure: optional
script: auto
static_files: assetlinks.json
upload: assetlinks.json

- url: /.*
secure: always
Expand Down
14 changes: 14 additions & 0 deletions ggt/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "net.gaast.giggity",
"sha256_cert_fingerprints": [
"99:A5:DE:A0:63:C4:27:9F:42:09:3A:3B:97:92:94:DD:04:86:1F:7D:C8:68:77:8B:CB:36:2B:A5:EB:CF:E4:7F"
]
}
}
]

0 comments on commit 3c475d2

Please sign in to comment.