Skip to content

Commit 1f67dbc

Browse files
chore: add new cert fingerprint given by Google Play Console... (#2053)
... and add the permission get_login_creds
1 parent 73fbd87 commit 1f67dbc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[{
2-
"relation": ["delegate_permission/common.handle_all_urls"],
2+
"relation": [
3+
"delegate_permission/common.get_login_creds",
4+
"delegate_permission/common.handle_all_urls"
5+
],
36
"target": {
47
"namespace": "android_app",
58
"package_name": "app.tournesol.twa",
6-
"sha256_cert_fingerprints": ["27:C5:B9:36:69:2E:5A:46:96:50:4A:3F:BB:65:A1:44:BE:46:6D:CC:93:0E:BE:18:70:EF:80:2D:DC:87:BC:8E"]
9+
"sha256_cert_fingerprints": [
10+
"27:C5:B9:36:69:2E:5A:46:96:50:4A:3F:BB:65:A1:44:BE:46:6D:CC:93:0E:BE:18:70:EF:80:2D:DC:87:BC:8E",
11+
"7F:59:66:CF:30:10:94:F4:C2:1C:88:A9:6A:BC:AB:B9:16:10:D9:7F:87:56:79:AB:DC:98:18:CF:27:B9:CE:6B"
12+
]
713
}
8-
}]
14+
}]

0 commit comments

Comments
 (0)