Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jan 4, 2025
1 parent 1174397 commit e7e9b42
Showing 1 changed file with 1 addition and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
//#if (sample == "Admin")
{
"relation": [
"delegate_permission/common.handle_all_urls",
Expand All @@ -13,11 +12,9 @@
]
}
},
//#elif (sample == "Todo")
{
"relation": [
"delegate_permission/common.handle_all_urls",
"delegate_permission/common.get_login_creds"
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
Expand All @@ -26,29 +23,5 @@
"7E:F0:3C:AE:55:06:1D:9F:A1:0C:96:86:C0:C3:64:84:23:C0:9F:AE:17:45:FF:0E:76:34:99:5C:8E:74:40:65"
]
}
},
//#else
{
"relation": [
"delegate_permission/common.handle_all_urls",
"delegate_permission/common.get_login_creds"
],
"target": {
"namespace": "android_app",
"package_name": "com.bitplatform.template",
"sha256_cert_fingerprints": [
"7E:F0:3C:AE:55:06:1D:9F:A1:0C:96:86:C0:C3:64:84:23:C0:9F:AE:17:45:FF:0E:76:34:99:5C:8E:74:40:65"
]
}
},
//#endif
{
"relation": [
"delegate_permission/common.get_login_creds"
],
"target": {
"namespace": "web",
"site": "https://use-your-web-app-url-here.com/"
}
}
]

0 comments on commit e7e9b42

Please sign in to comment.