Add TWA signing fingerprint and asset links

This commit is contained in:
beatz174-bit
2025-11-23 11:38:10 +10:00
parent c20375c52b
commit 9dd5cca7df
2 changed files with 20 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "com.ddnsgeek.lan.stockfill.twa",
"sha256_cert_fingerprints": [
"E9:9D:1B:C9:75:3E:CF:5B:8B:CF:3D:92:26:82:C5:CE:06:7E:8B:FC:DC:9D:61:C0:04:B4:C4:9D:76:08:ED:AF"
]
}
}
]
+6 -1
View File
@@ -35,7 +35,12 @@
"fullScopeUrl": "https://stockfill.lan.ddnsgeek.com/", "fullScopeUrl": "https://stockfill.lan.ddnsgeek.com/",
"minSdkVersion": 21, "minSdkVersion": 21,
"orientation": "any", "orientation": "any",
"fingerprints": [], "fingerprints": [
{
"type": "sha256_cert",
"value": "E9:9D:1B:C9:75:3E:CF:5B:8B:CF:3D:92:26:82:C5:CE:06:7E:8B:FC:DC:9D:61:C0:04:B4:C4:9D:76:08:ED:AF"
}
],
"additionalTrustedOrigins": [], "additionalTrustedOrigins": [],
"retainedBundles": [], "retainedBundles": [],
"protocolHandlers": [], "protocolHandlers": [],