feat(config) request_permissions + network_config

This commit is contained in:
Dylan Hurd
2026-03-11 09:49:02 -07:00
parent 93bba98319
commit f4601fb038
30 changed files with 933 additions and 69 deletions

View File

@@ -53,6 +53,21 @@
},
"AdditionalNetworkPermissions": {
"properties": {
"allowLocalBinding": {
"type": [
"boolean",
"null"
]
},
"allowedDomains": {
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"enabled": {
"type": [
"boolean",