Updated site accociation
This commit is contained in:
parent
ea3efbc6b5
commit
03b3239d26
3 changed files with 7 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"build": "esbuild src/index.ts --bundle --outfile=workers-site/index.js",
|
||||
"test": "eslint src/**/*.ts && tsc --noEmit",
|
||||
"format": "prettier --write 'src/**/*.{ts,tsx,json}'"
|
||||
"format": "prettier --write 'src/**/*.{ts,tsx,json}' public/*.json"
|
||||
},
|
||||
"author": "Alexander Borsuk <me@alex.bio>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -4,24 +4,15 @@
|
|||
"details": [
|
||||
{
|
||||
"appID": "9Z6432XD7L.app.organicmaps",
|
||||
"paths": [
|
||||
"NOT /",
|
||||
"*"
|
||||
]
|
||||
"paths": ["NOT /googleplay", "/??????????*"]
|
||||
},
|
||||
{
|
||||
"appID": "9Z6432XD7L.app.organicmaps.debug",
|
||||
"paths": [
|
||||
"NOT /",
|
||||
"*"
|
||||
]
|
||||
"paths": ["NOT /googleplay", "/??????????*"]
|
||||
},
|
||||
{
|
||||
"appID": "9Z6432XD7L.app.organicmaps.beta",
|
||||
"paths": [
|
||||
"NOT /",
|
||||
"*"
|
||||
]
|
||||
"paths": ["NOT /googleplay", "/??????????*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[
|
||||
{
|
||||
"relation": [
|
||||
"delegate_permission/common.handle_all_urls"
|
||||
],
|
||||
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||
"target": {
|
||||
"namespace": "android_app",
|
||||
"package_name": "app.organicmaps",
|
||||
|
@ -12,9 +10,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"relation": [
|
||||
"delegate_permission/common.handle_all_urls"
|
||||
],
|
||||
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||
"target": {
|
||||
"namespace": "android_app",
|
||||
"package_name": "app.organicmaps.beta",
|
||||
|
@ -24,9 +20,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"relation": [
|
||||
"delegate_permission/common.handle_all_urls"
|
||||
],
|
||||
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||
"target": {
|
||||
"namespace": "android_app",
|
||||
"package_name": "app.organicmaps.debug",
|
||||
|
|
Loading…
Add table
Reference in a new issue