8274c6bc4f
This also closes #3431.
37 lines
979 B
JSON
37 lines
979 B
JSON
{
|
|
"identifier": "webdriver-testing",
|
|
"description": "Grants plugin permissions to remote URLs for Vitest browser-mode tests. Only loaded at runtime when the webdriver feature is enabled.",
|
|
"remote": {
|
|
"urls": ["http://127.0.0.1:*", "http://localhost:*"]
|
|
},
|
|
"local": false,
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"fs:default",
|
|
"fs:read-all",
|
|
"fs:write-all",
|
|
"fs:scope-appconfig-recursive",
|
|
"fs:scope-appdata-recursive",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "**/.readest-test-sandbox-tauri" },
|
|
{ "path": "**/.readest-test-sandbox-tauri/**" },
|
|
{ "path": "**/Readest" },
|
|
{ "path": "**/Readest/**" }
|
|
]
|
|
},
|
|
"os:default",
|
|
"dialog:default",
|
|
"core:window:default",
|
|
"core:path:allow-resolve-directory",
|
|
"log:default",
|
|
"shell:default",
|
|
"process:default",
|
|
"turso:default",
|
|
"native-tts:default",
|
|
"native-bridge:default"
|
|
]
|
|
}
|