diff --git a/package.json b/package.json index f535c90a..38d025b6 100644 --- a/package.json +++ b/package.json @@ -66,15 +66,15 @@ }, "dependencies": { "@mdi/font": "7.4.47", - "@tauri-apps/api": "2.0.0-beta.14", - "@tauri-apps/plugin-deep-link": "2.0.0-beta.9", - "@tauri-apps/plugin-dialog": "2.0.0-beta.7", - "@tauri-apps/plugin-fs": "2.0.0-beta.7", - "@tauri-apps/plugin-http": "2.0.0-beta.8", - "@tauri-apps/plugin-log": "2.0.0-beta.8", - "@tauri-apps/plugin-os": "2.0.0-beta.7", - "@tauri-apps/plugin-process": "2.0.0-beta.7", - "@tauri-apps/plugin-shell": "2.0.0-beta.8", + "@tauri-apps/api": "2.0.0-rc.0", + "@tauri-apps/plugin-deep-link": "2.0.0-beta.10", + "@tauri-apps/plugin-dialog": "2.0.0-beta.8", + "@tauri-apps/plugin-fs": "2.0.0-beta.8", + "@tauri-apps/plugin-http": "2.0.0-beta.9", + "@tauri-apps/plugin-log": "2.0.0-beta.9", + "@tauri-apps/plugin-os": "2.0.0-beta.8", + "@tauri-apps/plugin-process": "2.0.0-beta.8", + "@tauri-apps/plugin-shell": "2.0.0-beta.9", "@tauri-apps/plugin-sql": "2.0.0-beta.7", "ajv": "^8.17.1", "artplayer": "^5.1.6", @@ -91,8 +91,8 @@ "vue": "^3.4.35", "vue-echarts": "^6.7.3", "vue-json-viewer": "^3.0.4", - "vue-router": "^4.4.0", - "vuetify": "^3.6.13", + "vue-router": "^4.4.2", + "vuetify": "^3.6.14", "wcag-color": "^1.1.1", "xml-js": "^1.6.11" }, @@ -102,10 +102,10 @@ "@tauri-apps/cli": "2.0.0-beta.21", "@types/color-convert": "^2.0.3", "@types/js-md5": "^0.7.2", - "@types/node": "^22.0.0", + "@types/node": "^22.1.0", "@types/uuid": "^10.0.0", - "@typescript-eslint/parser": "^7.18.0", - "@vitejs/plugin-vue": "^5.1.1", + "@typescript-eslint/parser": "^8.0.0", + "@vitejs/plugin-vue": "^5.1.2", "concurrently": "^8.2.2", "eslint": "^9.8.0", "eslint-config-love": "^62.0.0", @@ -117,7 +117,7 @@ "eslint-plugin-promise": "^7.0.0", "eslint-plugin-vue": "^9.27.0", "eslint-plugin-yml": "^1.14.0", - "globals": "^15.8.0", + "globals": "^15.9.0", "husky": "^9.1.4", "jsonc-eslint-parser": "^2.4.0", "lint-staged": "^15.2.7", @@ -131,7 +131,7 @@ "stylelint-order": "^6.0.4", "stylelint-prettier": "^5.0.2", "typescript": "^5.5.4", - "typescript-eslint": "^7.18.0", + "typescript-eslint": "^8.0.0", "vite": "^5.3.5", "vite-plugin-node-polyfills": "^0.22.0", "vite-plugin-vue-devtools": "^7.3.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbb4e024..81806181 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,32 +12,32 @@ importers: specifier: 7.4.47 version: 7.4.47 '@tauri-apps/api': - specifier: 2.0.0-beta.14 - version: 2.0.0-beta.14 + specifier: 2.0.0-rc.0 + version: 2.0.0-rc.0 '@tauri-apps/plugin-deep-link': - specifier: 2.0.0-beta.9 - version: 2.0.0-beta.9 + specifier: 2.0.0-beta.10 + version: 2.0.0-beta.10 '@tauri-apps/plugin-dialog': - specifier: 2.0.0-beta.7 - version: 2.0.0-beta.7 + specifier: 2.0.0-beta.8 + version: 2.0.0-beta.8 '@tauri-apps/plugin-fs': - specifier: 2.0.0-beta.7 - version: 2.0.0-beta.7 - '@tauri-apps/plugin-http': specifier: 2.0.0-beta.8 version: 2.0.0-beta.8 + '@tauri-apps/plugin-http': + specifier: 2.0.0-beta.9 + version: 2.0.0-beta.9 '@tauri-apps/plugin-log': + specifier: 2.0.0-beta.9 + version: 2.0.0-beta.9 + '@tauri-apps/plugin-os': specifier: 2.0.0-beta.8 version: 2.0.0-beta.8 - '@tauri-apps/plugin-os': - specifier: 2.0.0-beta.7 - version: 2.0.0-beta.7 '@tauri-apps/plugin-process': - specifier: 2.0.0-beta.7 - version: 2.0.0-beta.7 - '@tauri-apps/plugin-shell': specifier: 2.0.0-beta.8 version: 2.0.0-beta.8 + '@tauri-apps/plugin-shell': + specifier: 2.0.0-beta.9 + version: 2.0.0-beta.9 '@tauri-apps/plugin-sql': specifier: 2.0.0-beta.7 version: 2.0.0-beta.7 @@ -87,11 +87,11 @@ importers: specifier: ^3.0.4 version: 3.0.4(vue@3.4.35(typescript@5.5.4)) vue-router: - specifier: ^4.4.0 - version: 4.4.0(vue@3.4.35(typescript@5.5.4)) + specifier: ^4.4.2 + version: 4.4.2(vue@3.4.35(typescript@5.5.4)) vuetify: - specifier: ^3.6.13 - version: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)) + specifier: ^3.6.14 + version: 3.6.14(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)) wcag-color: specifier: ^1.1.1 version: 1.1.1 @@ -115,17 +115,17 @@ importers: specifier: ^0.7.2 version: 0.7.2 '@types/node': - specifier: ^22.0.0 - version: 22.0.0 + specifier: ^22.1.0 + version: 22.1.0 '@types/uuid': specifier: ^10.0.0 version: 10.0.0 '@typescript-eslint/parser': - specifier: ^7.18.0 - version: 7.18.0(eslint@9.8.0)(typescript@5.5.4) + specifier: ^8.0.0 + version: 8.0.0(eslint@9.8.0)(typescript@5.5.4) '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4)) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4)) concurrently: specifier: ^8.2.2 version: 8.2.2 @@ -134,13 +134,13 @@ importers: version: 9.8.0 eslint-config-love: specifier: ^62.0.0 - version: 62.0.0(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) + version: 62.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@9.8.0) eslint-plugin-import: specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0) + version: 2.29.1(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0) eslint-plugin-jsonc: specifier: ^2.16.0 version: 2.16.0(eslint@9.8.0) @@ -160,8 +160,8 @@ importers: specifier: ^1.14.0 version: 1.14.0(eslint@9.8.0) globals: - specifier: ^15.8.0 - version: 15.8.0 + specifier: ^15.9.0 + version: 15.9.0 husky: specifier: ^9.1.4 version: 9.1.4 @@ -202,20 +202,20 @@ importers: specifier: ^5.5.4 version: 5.5.4 typescript-eslint: - specifier: ^7.18.0 - version: 7.18.0(eslint@9.8.0)(typescript@5.5.4) + specifier: ^8.0.0 + version: 8.0.0(eslint@9.8.0)(typescript@5.5.4) vite: specifier: ^5.3.5 - version: 5.3.5(@types/node@22.0.0) + version: 5.3.5(@types/node@22.1.0) vite-plugin-node-polyfills: specifier: ^0.22.0 - version: 0.22.0(rollup@4.14.3)(vite@5.3.5(@types/node@22.0.0)) + version: 0.22.0(rollup@4.14.3)(vite@5.3.5(@types/node@22.1.0)) vite-plugin-vue-devtools: specifier: ^7.3.7 - version: 7.3.7(rollup@4.14.3)(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4)) + version: 7.3.7(rollup@4.14.3)(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4)) vite-plugin-vuetify: specifier: ^2.0.3 - version: 2.0.3(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.13) + version: 2.0.3(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.14) vue-eslint-parser: specifier: ^9.4.3 version: 9.4.3(eslint@9.8.0) @@ -791,14 +791,14 @@ packages: cpu: [x64] os: [win32] - '@tauri-apps/api@2.0.0-beta.14': - resolution: {integrity: sha512-YLYgHqdwWswr4Y70+hRzaLD6kLIUgHhE3shLXNquPiTaQ9+cX3Q2dB0AFfqsua6NXYFNe7LfkmMzaqEzqv3yQg==} - engines: {node: '>= 18.18', npm: '>= 6.6.0', yarn: '>= 1.19.1'} - '@tauri-apps/api@2.0.0-beta.15': resolution: {integrity: sha512-H9w6iISmR+NvH4XuyCZB4zDN10tf9RFt6i/9JHEjaRhAowdAaJ+oiXq/3kedizNClHMtbTQ5j0oqDVPkZDAI8g==} engines: {node: '>= 18.18', npm: '>= 6.6.0', yarn: '>= 1.19.1'} + '@tauri-apps/api@2.0.0-rc.0': + resolution: {integrity: sha512-v454Qs3REHc3Za59U+/eSmBsdmF+3NE5+76+lFDaitVqN4ZglDHENDaMARYKGJVZuxiSkzyqG0SeG7lLQjVkPA==} + engines: {node: '>= 18.18', npm: '>= 6.6.0', yarn: '>= 1.19.1'} + '@tauri-apps/cli-darwin-arm64@2.0.0-beta.21': resolution: {integrity: sha512-okI7PRSC6RO4JfrOTqu4oWf0IfBPbkGHisyDOTay6K5uhz4zzry5fFJVa8S/DTrKtdjau4vcik/EDCxiGRun9Q==} engines: {node: '>= 10'} @@ -868,29 +868,29 @@ packages: engines: {node: '>= 10'} hasBin: true - '@tauri-apps/plugin-deep-link@2.0.0-beta.9': - resolution: {integrity: sha512-phYfWEv3wOzswCUYumQCFiQDddUGeNVRpbtgF/658SCweFzgye09o/Qkq98XjjzE1qDswO9EofdUkrQ4QIG+Tw==} + '@tauri-apps/plugin-deep-link@2.0.0-beta.10': + resolution: {integrity: sha512-UIBOMsMwF28GpK3Lp0FATU24Uuvmq1EIO9h2Bn2F3xyfbf8kG4zAi1otYizPhQ3h4FVHmgdo0fmbGnJQZA73xw==} - '@tauri-apps/plugin-dialog@2.0.0-beta.7': - resolution: {integrity: sha512-myywwpsKbquDDzl5zaOmmLLv5O8EJ/GgHDAoVSPwO97R4iWzkDvj3HFF91tNh7i25Tu/bP6jYPAdZA1NCRxxtg==} + '@tauri-apps/plugin-dialog@2.0.0-beta.8': + resolution: {integrity: sha512-6iVhEBceWYLUgX6ygBc4/yJ1o/D4YwgoAGt7ebFUTjEyIhp79PeFtE8OTjdyJbtVOc6bAcDeAn4+pbWtSw9/4w==} - '@tauri-apps/plugin-fs@2.0.0-beta.7': - resolution: {integrity: sha512-hsZyhzvy+xtRfbrKI2rmU1ZfmgbSs7Zu/6a12MFlJKVzqXmUwJvggcjYdm1cEFdLbnOOsszENXbwMnkzmxtirA==} + '@tauri-apps/plugin-fs@2.0.0-beta.8': + resolution: {integrity: sha512-m0lLmEIHL6J+dH6A1lgIwQ7JYArgTlZORhUcl2xzeef18llMp6Gjs272jCMRAnYEREhu7Wd3zk7PxSR+DsLXYg==} - '@tauri-apps/plugin-http@2.0.0-beta.8': - resolution: {integrity: sha512-FhZP4WtS1o69Mn7z2RpNIdVS+2nPqmXyz6LhqweuP1FTjgTVraVxIfGLQCOMLpEUwo8zWY2uChllolV6WGYZ/A==} + '@tauri-apps/plugin-http@2.0.0-beta.9': + resolution: {integrity: sha512-wTw4rTYif8tAn6i3aZOmzT3NRiFQsEeSQQ01i9CZZ7DKzyj4nRn6cWR+DqaUe8nWBnhixITmHNrRU6PjgJf2Uw==} - '@tauri-apps/plugin-log@2.0.0-beta.8': - resolution: {integrity: sha512-l214keCBJqj8jNb5MkaS44oF+1xen5miaKxNH3SIGE4uyFIweDGmbwxqIxRhtb18gxy/mu/ykDmEuKc5+8uzfQ==} + '@tauri-apps/plugin-log@2.0.0-beta.9': + resolution: {integrity: sha512-/nymduVti2r9OKXkjLGr1ByHBOzbPglsAvnmFaPUPmIwvY+ZYZaE7yBYYVGXE0rwkVE5pdXPeC5X5gY/UlAOVw==} - '@tauri-apps/plugin-os@2.0.0-beta.7': - resolution: {integrity: sha512-CHo09ecxUU0NFkAqctXeQzdaXw02EXulqcaZnbjrBfRJ2ulmGq7zaUCsHihfcqWcdnmNwmP9Wh/gyznMc1JF9Q==} + '@tauri-apps/plugin-os@2.0.0-beta.8': + resolution: {integrity: sha512-1685HUe4tGePalYfCWRKaTcLLCVIFyqyO7IMDiMNq23jT+LMJmd8xRBn/d3fDH3NLaI1r52RDpIOrnLx0XU6cw==} - '@tauri-apps/plugin-process@2.0.0-beta.7': - resolution: {integrity: sha512-iK4HYnzeyqAZE5HAKd0mDI7ekYXUqA9azjA9AgL4LscOEHma1XGEP0DlcHn+RrXIvVbI4LwCol9DSNNoIrB0+w==} + '@tauri-apps/plugin-process@2.0.0-beta.8': + resolution: {integrity: sha512-+B25JhnBnYp58ydc4HLQJk95+lCDuZlBWzdxAwdgfCr3jq4HtucPly2Ti9yDtdlxoz0JcoX9KNextttArHBKSA==} - '@tauri-apps/plugin-shell@2.0.0-beta.8': - resolution: {integrity: sha512-rFXI6MvsCdSGbuKbDu/NaOePREb9YTVTdeugHdvvljnKWW3dvmThBb2h/8Hxj+Z7Cd8MUoRxPeJWUZbPbJ2Imw==} + '@tauri-apps/plugin-shell@2.0.0-beta.9': + resolution: {integrity: sha512-BXBWRM9uaW3poT7O6py0Hm50dJUu6zuB/v4HOX727euF7uetKU79+W/0KBjtuLxIzXloCPNecg6Ti7x7XsGYjw==} '@tauri-apps/plugin-sql@2.0.0-beta.7': resolution: {integrity: sha512-VPJntJtyY0Y3UEwgRrG3C/BUNgFuWNdw1w2DuOvdiQtz97VT6DuJO7IPY+T9iYG0JfVqpKmJSHiuLvI6jZ/IMw==} @@ -910,8 +910,8 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@22.0.0': - resolution: {integrity: sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==} + '@types/node@22.1.0': + resolution: {integrity: sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==} '@types/uuid@10.0.0': resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} @@ -927,6 +927,17 @@ packages: typescript: optional: true + '@typescript-eslint/eslint-plugin@8.0.0': + resolution: {integrity: sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/parser@7.18.0': resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==} engines: {node: ^18.18.0 || >=20.0.0} @@ -937,10 +948,24 @@ packages: typescript: optional: true + '@typescript-eslint/parser@8.0.0': + resolution: {integrity: sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/scope-manager@7.18.0': resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/scope-manager@8.0.0': + resolution: {integrity: sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/type-utils@7.18.0': resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} engines: {node: ^18.18.0 || >=20.0.0} @@ -951,10 +976,23 @@ packages: typescript: optional: true + '@typescript-eslint/type-utils@8.0.0': + resolution: {integrity: sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/types@7.18.0': resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/types@8.0.0': + resolution: {integrity: sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@7.18.0': resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} engines: {node: ^18.18.0 || >=20.0.0} @@ -964,18 +1002,37 @@ packages: typescript: optional: true + '@typescript-eslint/typescript-estree@8.0.0': + resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/utils@7.18.0': resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 + '@typescript-eslint/utils@8.0.0': + resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + '@typescript-eslint/visitor-keys@7.18.0': resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} engines: {node: ^18.18.0 || >=20.0.0} - '@vitejs/plugin-vue@5.1.1': - resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==} + '@typescript-eslint/visitor-keys@8.0.0': + resolution: {integrity: sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@vitejs/plugin-vue@5.1.2': + resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -1021,9 +1078,6 @@ packages: '@vue/compiler-ssr@3.4.35': resolution: {integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==} - '@vue/devtools-api@6.6.1': - resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - '@vue/devtools-api@6.6.3': resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} @@ -1857,8 +1911,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.8.0: - resolution: {integrity: sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==} + globals@15.9.0: + resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==} engines: {node: '>=18'} globalthis@1.0.3: @@ -2988,6 +3042,15 @@ packages: typescript: optional: true + typescript-eslint@8.0.0: + resolution: {integrity: sha512-yQWBJutWL1PmpmDddIOl9/Mi6vZjqNCjqSGBMQ4vsc2Aiodk0SnbQQWPXbSy0HNuKCuGkw1+u4aQ2mO40TdhDQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + typescript@5.5.4: resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} @@ -2996,8 +3059,8 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - undici-types@6.11.1: - resolution: {integrity: sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==} + undici-types@6.13.0: + resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==} universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} @@ -3148,8 +3211,8 @@ packages: peerDependencies: vue: ^3.2.2 - vue-router@4.4.0: - resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} + vue-router@4.4.2: + resolution: {integrity: sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==} peerDependencies: vue: ^3.2.0 @@ -3161,8 +3224,8 @@ packages: typescript: optional: true - vuetify@3.6.13: - resolution: {integrity: sha512-Gz7jxXAkmff2m6CM0EUWOo/72TM322/3I6aDna++k1nPOW1/hNx4td1MZG4u75fzdn3r+uIe0dbF7SWuhu6DWA==} + vuetify@3.6.14: + resolution: {integrity: sha512-iSa3CgdTEt/7B0aGDmkBARe8rxDDycEYHu1zNtOf1Xpvs/Tv7Ql5yHGqM2XCY0h7SL8Dme39pJIovzg3q4JLbQ==} engines: {node: ^12.20 || >=14.13} peerDependencies: typescript: '>=4.7' @@ -3731,10 +3794,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.14.3': optional: true - '@tauri-apps/api@2.0.0-beta.14': {} - '@tauri-apps/api@2.0.0-beta.15': {} + '@tauri-apps/api@2.0.0-rc.0': {} + '@tauri-apps/cli-darwin-arm64@2.0.0-beta.21': optional: true @@ -3778,37 +3841,37 @@ snapshots: '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-beta.21 '@tauri-apps/cli-win32-x64-msvc': 2.0.0-beta.21 - '@tauri-apps/plugin-deep-link@2.0.0-beta.9': + '@tauri-apps/plugin-deep-link@2.0.0-beta.10': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-dialog@2.0.0-beta.7': + '@tauri-apps/plugin-dialog@2.0.0-beta.8': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-fs@2.0.0-beta.7': + '@tauri-apps/plugin-fs@2.0.0-beta.8': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-http@2.0.0-beta.8': + '@tauri-apps/plugin-http@2.0.0-beta.9': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-log@2.0.0-beta.8': + '@tauri-apps/plugin-log@2.0.0-beta.9': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-os@2.0.0-beta.7': + '@tauri-apps/plugin-os@2.0.0-beta.8': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-process@2.0.0-beta.7': + '@tauri-apps/plugin-process@2.0.0-beta.8': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 - '@tauri-apps/plugin-shell@2.0.0-beta.8': + '@tauri-apps/plugin-shell@2.0.0-beta.9': dependencies: - '@tauri-apps/api': 2.0.0-beta.15 + '@tauri-apps/api': 2.0.0-rc.0 '@tauri-apps/plugin-sql@2.0.0-beta.7': dependencies: @@ -3826,9 +3889,9 @@ snapshots: '@types/json5@0.0.29': {} - '@types/node@22.0.0': + '@types/node@22.1.0': dependencies: - undici-types: 6.11.1 + undici-types: 6.13.0 '@types/uuid@10.0.0': {} @@ -3850,6 +3913,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@eslint-community/regexpp': 4.11.0 + '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.0.0 + eslint: 9.8.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/scope-manager': 7.18.0 @@ -3863,11 +3944,29 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.0.0 + debug: 4.3.6 + eslint: 9.8.0 + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/scope-manager@7.18.0': dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 + '@typescript-eslint/scope-manager@8.0.0': + dependencies: + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/visitor-keys': 8.0.0 + '@typescript-eslint/type-utils@7.18.0(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) @@ -3880,8 +3979,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/type-utils@8.0.0(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) + debug: 4.3.6 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - eslint + - supports-color + '@typescript-eslint/types@7.18.0': {} + '@typescript-eslint/types@8.0.0': {} + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 7.18.0 @@ -3897,6 +4010,21 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/typescript-estree@8.0.0(typescript@5.5.4)': + dependencies: + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/visitor-keys': 8.0.0 + debug: 4.3.6 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/utils@7.18.0(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) @@ -3908,14 +4036,30 @@ snapshots: - supports-color - typescript + '@typescript-eslint/utils@8.0.0(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4) + eslint: 9.8.0 + transitivePeerDependencies: + - supports-color + - typescript + '@typescript-eslint/visitor-keys@7.18.0': dependencies: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@vitejs/plugin-vue@5.1.1(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4))': + '@typescript-eslint/visitor-keys@8.0.0': dependencies: - vite: 5.3.5(@types/node@22.0.0) + '@typescript-eslint/types': 8.0.0 + eslint-visitor-keys: 3.4.3 + + '@vitejs/plugin-vue@5.1.2(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4))': + dependencies: + vite: 5.3.5(@types/node@22.1.0) vue: 3.4.35(typescript@5.5.4) '@vue/babel-helper-vue-transform-on@1.2.2': {} @@ -4007,18 +4151,16 @@ snapshots: '@vue/compiler-dom': 3.4.35 '@vue/shared': 3.4.35 - '@vue/devtools-api@6.6.1': {} - '@vue/devtools-api@6.6.3': {} - '@vue/devtools-core@7.3.7(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4))': + '@vue/devtools-core@7.3.7(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4))': dependencies: '@vue/devtools-kit': 7.3.7 '@vue/devtools-shared': 7.3.7 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.3.5(@types/node@22.0.0)) + vite-hot-client: 0.2.3(vite@5.3.5(@types/node@22.1.0)) vue: 3.4.35(typescript@5.5.4) transitivePeerDependencies: - vite @@ -4063,11 +4205,11 @@ snapshots: '@vue/shared@3.4.35': {} - '@vuetify/loader-shared@2.0.3(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)))': + '@vuetify/loader-shared@2.0.3(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.14(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)))': dependencies: upath: 2.0.1 vue: 3.4.35(typescript@5.5.4) - vuetify: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)) + vuetify: 3.6.14(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)) acorn-jsx@5.3.2(acorn@8.11.3): dependencies: @@ -4701,10 +4843,10 @@ snapshots: eslint: 9.8.0 semver: 7.6.0 - eslint-config-love@62.0.0(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4): + eslint-config-love@62.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4): dependencies: eslint: 9.8.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0) eslint-plugin-n: 17.10.1(eslint@9.8.0) eslint-plugin-promise: 7.0.0(eslint@9.8.0) typescript: 5.5.4 @@ -4727,11 +4869,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.8.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.8.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4) eslint: 9.8.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -4744,7 +4886,7 @@ snapshots: eslint: 9.8.0 eslint-compat-utils: 0.5.0(eslint@9.8.0) - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -4754,7 +4896,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.8.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.8.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.8.0) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -4765,7 +4907,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -4789,7 +4931,7 @@ snapshots: eslint: 9.8.0 eslint-plugin-es-x: 7.6.0(eslint@9.8.0) get-tsconfig: 4.7.3 - globals: 15.8.0 + globals: 15.9.0 ignore: 5.3.1 minimatch: 9.0.5 semver: 7.6.0 @@ -5067,7 +5209,7 @@ snapshots: globals@14.0.0: {} - globals@15.8.0: {} + globals@15.9.0: {} globalthis@1.0.3: dependencies: @@ -6261,6 +6403,17 @@ snapshots: transitivePeerDependencies: - supports-color + typescript-eslint@8.0.0(eslint@9.8.0)(typescript@5.5.4): + dependencies: + '@typescript-eslint/eslint-plugin': 8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - eslint + - supports-color + typescript@5.5.4: {} unbox-primitive@1.0.2: @@ -6270,7 +6423,7 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - undici-types@6.11.1: {} + undici-types@6.13.0: {} universalify@2.0.1: {} @@ -6307,11 +6460,11 @@ snapshots: uuid@10.0.0: {} - vite-hot-client@0.2.3(vite@5.3.5(@types/node@22.0.0)): + vite-hot-client@0.2.3(vite@5.3.5(@types/node@22.1.0)): dependencies: - vite: 5.3.5(@types/node@22.0.0) + vite: 5.3.5(@types/node@22.1.0) - vite-plugin-inspect@0.8.4(rollup@4.14.3)(vite@5.3.5(@types/node@22.0.0)): + vite-plugin-inspect@0.8.4(rollup@4.14.3)(vite@5.3.5(@types/node@22.1.0)): dependencies: '@antfu/utils': 0.7.7 '@rollup/pluginutils': 5.1.0(rollup@4.14.3) @@ -6322,36 +6475,36 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.0.1 sirv: 2.0.4 - vite: 5.3.5(@types/node@22.0.0) + vite: 5.3.5(@types/node@22.1.0) transitivePeerDependencies: - rollup - supports-color - vite-plugin-node-polyfills@0.22.0(rollup@4.14.3)(vite@5.3.5(@types/node@22.0.0)): + vite-plugin-node-polyfills@0.22.0(rollup@4.14.3)(vite@5.3.5(@types/node@22.1.0)): dependencies: '@rollup/plugin-inject': 5.0.5(rollup@4.14.3) node-stdlib-browser: 1.2.0 - vite: 5.3.5(@types/node@22.0.0) + vite: 5.3.5(@types/node@22.1.0) transitivePeerDependencies: - rollup - vite-plugin-vue-devtools@7.3.7(rollup@4.14.3)(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4)): + vite-plugin-vue-devtools@7.3.7(rollup@4.14.3)(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4)): dependencies: - '@vue/devtools-core': 7.3.7(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4)) + '@vue/devtools-core': 7.3.7(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4)) '@vue/devtools-kit': 7.3.7 '@vue/devtools-shared': 7.3.7 execa: 8.0.1 sirv: 2.0.4 - vite: 5.3.5(@types/node@22.0.0) - vite-plugin-inspect: 0.8.4(rollup@4.14.3)(vite@5.3.5(@types/node@22.0.0)) - vite-plugin-vue-inspector: 5.1.3(vite@5.3.5(@types/node@22.0.0)) + vite: 5.3.5(@types/node@22.1.0) + vite-plugin-inspect: 0.8.4(rollup@4.14.3)(vite@5.3.5(@types/node@22.1.0)) + vite-plugin-vue-inspector: 5.1.3(vite@5.3.5(@types/node@22.1.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.1.3(vite@5.3.5(@types/node@22.0.0)): + vite-plugin-vue-inspector@5.1.3(vite@5.3.5(@types/node@22.1.0)): dependencies: '@babel/core': 7.24.4 '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) @@ -6362,28 +6515,28 @@ snapshots: '@vue/compiler-dom': 3.4.32 kolorist: 1.8.0 magic-string: 0.30.10 - vite: 5.3.5(@types/node@22.0.0) + vite: 5.3.5(@types/node@22.1.0) transitivePeerDependencies: - supports-color - vite-plugin-vuetify@2.0.3(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.13): + vite-plugin-vuetify@2.0.3(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.14): dependencies: - '@vuetify/loader-shared': 2.0.3(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4))) + '@vuetify/loader-shared': 2.0.3(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.14(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4))) debug: 4.3.4 upath: 2.0.1 - vite: 5.3.5(@types/node@22.0.0) + vite: 5.3.5(@types/node@22.1.0) vue: 3.4.35(typescript@5.5.4) - vuetify: 3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)) + vuetify: 3.6.14(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)) transitivePeerDependencies: - supports-color - vite@5.3.5(@types/node@22.0.0): + vite@5.3.5(@types/node@22.1.0): dependencies: esbuild: 0.21.5 postcss: 8.4.39 rollup: 4.14.3 optionalDependencies: - '@types/node': 22.0.0 + '@types/node': 22.1.0 fsevents: 2.3.3 vm-browserify@1.1.2: {} @@ -6423,9 +6576,9 @@ snapshots: clipboard: 2.0.11 vue: 3.4.35(typescript@5.5.4) - vue-router@4.4.0(vue@3.4.35(typescript@5.5.4)): + vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)): dependencies: - '@vue/devtools-api': 6.6.1 + '@vue/devtools-api': 6.6.3 vue: 3.4.35(typescript@5.5.4) vue@3.4.35(typescript@5.5.4): @@ -6438,12 +6591,12 @@ snapshots: optionalDependencies: typescript: 5.5.4 - vuetify@3.6.13(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)): + vuetify@3.6.14(typescript@5.5.4)(vite-plugin-vuetify@2.0.3)(vue@3.4.35(typescript@5.5.4)): dependencies: vue: 3.4.35(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 - vite-plugin-vuetify: 2.0.3(vite@5.3.5(@types/node@22.0.0))(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.13) + vite-plugin-vuetify: 2.0.3(vite@5.3.5(@types/node@22.1.0))(vue@3.4.35(typescript@5.5.4))(vuetify@3.6.14) wcag-color@1.1.1: {} diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b12c45d7..89bd16ae 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3915,9 +3915,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa 1.0.11", "memchr", @@ -4629,9 +4629,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tauri" -version = "2.0.0-beta.25" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4339c67eb7700fe4a80ad6507e3b9af0b4159959f3d74aae48feed298baf4cbf" +checksum = "255e746089a370802ec4eb896dccc6f27c1dd2a203c1dc484fd996db954e2300" dependencies = [ "anyhow", "bytes", @@ -4678,9 +4678,9 @@ dependencies = [ [[package]] name = "tauri-build" -version = "2.0.0-beta.19" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498f587026501e4bbc5d6273b63f8956b03c37b3d3b2027f9c756fcd468e9c62" +checksum = "85ceb8d082c3b17b4b2eb134a39363a22c696ddba473d6e5c0ab1caadad4cfca" dependencies = [ "anyhow", "cargo_toml", @@ -4700,9 +4700,9 @@ dependencies = [ [[package]] name = "tauri-codegen" -version = "2.0.0-beta.19" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bbc731067e319ef60601bf5716d1e706ee9ae28e38c0587f7165c7d6824cdf" +checksum = "2407c7d37a491b16e530445c9611d91091cae198eea2ed424913b740215605f2" dependencies = [ "base64 0.22.1", "brotli", @@ -4727,9 +4727,9 @@ dependencies = [ [[package]] name = "tauri-macros" -version = "2.0.0-beta.19" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b4a44346577ccde75a24c62405a4c3b4f7a3a76614ee6cf1ed14a0b756795c" +checksum = "d210893b693be00f569b4f54456803debe104b7675f368205f2b6e94bac09b34" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -4932,9 +4932,9 @@ dependencies = [ [[package]] name = "tauri-runtime" -version = "2.0.0-beta.21" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "189510033be50f6fde35cfa50b50c7ab4e0ced0c867ae0f643b4907b8385bbe5" +checksum = "6624fdf383ccafc9e8ad9205fe6e5c976b318efcd6b3662dde658c74e4254792" dependencies = [ "dpi", "gtk", @@ -4951,9 +4951,9 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" -version = "2.0.0-beta.21" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6938bd63b6658e7b08f0fe2151390148ee5a8ccdba100d4dff961d2c8734d9a9" +checksum = "9fd1a785c4281f8231b091593393b40cb3a800810c407b1ffed52de27ff1640a" dependencies = [ "cocoa", "gtk", @@ -4975,9 +4975,9 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "2.0.0-beta.19" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e20e51856f343c503892749b27d34042e6ca83a0369a12de3c5552d9874d04e8" +checksum = "6f435eeaae1e69cf93cf19da0f727989eed2e5eb6fc63a8d21432f59dd3ac4ac" dependencies = [ "brotli", "cargo_metadata", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 28e7d24d..d7ffe0be 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,9 +16,9 @@ tauri-build = { version = "2.0.0-beta.19", features = [] } chrono = "0.4.38" log = "0.4.22" serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.121" -tauri = { version = "2.0.0-beta.25", features = [] } -tauri-utils = "2.0.0-beta.19" +serde_json = "1.0.122" +tauri = { version = "2.0.0-rc.0", features = [] } +tauri-utils = "2.0.0-rc.0" url = "2.5.2" walkdir = "2.5.0" diff --git a/src-tauri/capabilities/DevJson.json b/src-tauri/capabilities/DevJson.json index cc6dd08c..ef204f2f 100644 --- a/src-tauri/capabilities/DevJson.json +++ b/src-tauri/capabilities/DevJson.json @@ -4,28 +4,28 @@ "description": "Capability for the dev json window", "windows": ["Dev_JSON"], "permissions": [ - "app:allow-version", - "app:default", - "event:allow-listen", - "event:default", + "core:app:allow-version", + "core:app:default", + "core:event:allow-listen", + "core:event:default", "http:allow-fetch", "log:allow-log", "log:default", - "path:allow-resolve-directory", - "path:default", + "core:path:allow-resolve-directory", + "core:path:default", "sql:allow-load", "sql:allow-execute", "sql:default", - "webview:allow-set-webview-zoom", - "webview:default", - "window:allow-center", - "window:allow-close", - "window:allow-destroy", - "window:allow-set-size", - "window:allow-set-title", - "window:allow-set-fullscreen", - "window:allow-show", - "window:default", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:allow-close", + "core:window:allow-destroy", + "core:window:allow-set-size", + "core:window:allow-set-title", + "core:window:allow-set-fullscreen", + "core:window:allow-show", + "core:window:default", { "identifier": "http:default", "allow": [ diff --git a/src-tauri/capabilities/Mys.json b/src-tauri/capabilities/Mys.json index b0850e47..2011b700 100644 --- a/src-tauri/capabilities/Mys.json +++ b/src-tauri/capabilities/Mys.json @@ -6,14 +6,14 @@ "permissions": [ "dialog:allow-message", "dialog:default", - "event:allow-emit", + "core:event:allow-emit", "http:allow-fetch", - "webview:allow-set-webview-zoom", - "webview:default", - "window:allow-center", - "window:default", - "path:allow-resolve-directory", - "path:default", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:default", + "core:path:allow-resolve-directory", + "core:path:default", { "identifier": "fs:allow-exists", "allow": [ diff --git a/src-tauri/capabilities/SubWindow.json b/src-tauri/capabilities/SubWindow.json index ea2ec60e..58f66fbc 100644 --- a/src-tauri/capabilities/SubWindow.json +++ b/src-tauri/capabilities/SubWindow.json @@ -4,33 +4,33 @@ "description": "Capability for the sub window", "windows": ["Sub_window"], "permissions": [ - "app:allow-version", - "app:default", + "core:app:allow-version", + "core:app:default", "dialog:allow-save", "dialog:default", - "event:allow-listen", - "event:default", + "core:event:allow-listen", + "core:event:default", "fs:default", "http:allow-fetch", "log:allow-log", "log:default", - "path:allow-resolve-directory", - "path:default", + "core:path:allow-resolve-directory", + "core:path:default", "shell:allow-open", "shell:default", "sql:allow-load", "sql:allow-execute", "sql:default", - "webview:allow-set-webview-zoom", - "webview:default", - "window:allow-center", - "window:allow-close", - "window:allow-destroy", - "window:allow-set-size", - "window:allow-set-title", - "window:allow-set-fullscreen", - "window:allow-show", - "window:default", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:allow-close", + "core:window:allow-destroy", + "core:window:allow-set-size", + "core:window:allow-set-title", + "core:window:allow-set-fullscreen", + "core:window:allow-show", + "core:window:default", { "identifier": "fs:allow-exists", "allow": [{ "path": "**" }] diff --git a/src-tauri/capabilities/TeyvatGuide.json b/src-tauri/capabilities/TeyvatGuide.json index f857f8a4..efb746f0 100644 --- a/src-tauri/capabilities/TeyvatGuide.json +++ b/src-tauri/capabilities/TeyvatGuide.json @@ -4,18 +4,18 @@ "description": "Capability for the main window", "windows": ["TeyvatGuide"], "permissions": [ - "app:allow-version", - "app:default", + "core:app:allow-version", + "core:app:default", "dialog:allow-save", "dialog:default", - "event:allow-listen", - "event:default", + "core:event:allow-listen", + "core:event:default", "fs:default", "http:allow-fetch", "log:allow-log", "log:default", - "path:allow-resolve-directory", - "path:default", + "core:path:allow-resolve-directory", + "core:path:default", "process:allow-exit", "process:default", "shell:allow-execute", @@ -24,19 +24,19 @@ "sql:allow-load", "sql:allow-execute", "sql:default", - "webview:allow-create-webview-window", - "webview:allow-set-webview-zoom", - "webview:default", - "window:allow-center", - "window:allow-close", - "window:allow-destroy", - "window:allow-set-size", - "window:default", - "window:allow-is-minimized", - "window:allow-set-title", - "window:allow-set-focus", - "window:allow-show", - "window:allow-unminimize", + "core:webview:allow-create-webview-window", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:allow-close", + "core:window:allow-destroy", + "core:window:allow-set-size", + "core:window:default", + "core:window:allow-is-minimized", + "core:window:allow-set-title", + "core:window:allow-set-focus", + "core:window:allow-show", + "core:window:allow-unminimize", { "identifier": "fs:allow-exists", "allow": [{ "path": "**" }] diff --git a/src-tauri/gen/schemas/acl-manifests.json b/src-tauri/gen/schemas/acl-manifests.json index 611e727a..1fac008e 100644 --- a/src-tauri/gen/schemas/acl-manifests.json +++ b/src-tauri/gen/schemas/acl-manifests.json @@ -1,5 +1,5 @@ { - "app": { + "core:app": { "default_permission": { "identifier": "default", "description": "Default permissions for the plugin.", @@ -70,119 +70,7 @@ "permission_sets": {}, "global_scope_schema": null }, - "deep-link": { - "default_permission": { - "identifier": "default", - "description": "Allows reading the opened deep link via the get_current command", - "permissions": ["allow-get-current"] - }, - "permissions": { - "allow-get-current": { - "identifier": "allow-get-current", - "description": "Enables the get_current command without any pre-configured scope.", - "commands": { "allow": ["get_current"], "deny": [] } - }, - "allow-is-registered": { - "identifier": "allow-is-registered", - "description": "Enables the is_registered command without any pre-configured scope.", - "commands": { "allow": ["is_registered"], "deny": [] } - }, - "allow-register": { - "identifier": "allow-register", - "description": "Enables the register command without any pre-configured scope.", - "commands": { "allow": ["register"], "deny": [] } - }, - "allow-unregister": { - "identifier": "allow-unregister", - "description": "Enables the unregister command without any pre-configured scope.", - "commands": { "allow": ["unregister"], "deny": [] } - }, - "deny-get-current": { - "identifier": "deny-get-current", - "description": "Denies the get_current command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["get_current"] } - }, - "deny-is-registered": { - "identifier": "deny-is-registered", - "description": "Denies the is_registered command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_registered"] } - }, - "deny-register": { - "identifier": "deny-register", - "description": "Denies the register command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["register"] } - }, - "deny-unregister": { - "identifier": "deny-unregister", - "description": "Denies the unregister command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["unregister"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "dialog": { - "default_permission": { - "identifier": "default", - "description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n", - "permissions": ["allow-ask", "allow-confirm", "allow-message", "allow-save", "allow-open"] - }, - "permissions": { - "allow-ask": { - "identifier": "allow-ask", - "description": "Enables the ask command without any pre-configured scope.", - "commands": { "allow": ["ask"], "deny": [] } - }, - "allow-confirm": { - "identifier": "allow-confirm", - "description": "Enables the confirm command without any pre-configured scope.", - "commands": { "allow": ["confirm"], "deny": [] } - }, - "allow-message": { - "identifier": "allow-message", - "description": "Enables the message command without any pre-configured scope.", - "commands": { "allow": ["message"], "deny": [] } - }, - "allow-open": { - "identifier": "allow-open", - "description": "Enables the open command without any pre-configured scope.", - "commands": { "allow": ["open"], "deny": [] } - }, - "allow-save": { - "identifier": "allow-save", - "description": "Enables the save command without any pre-configured scope.", - "commands": { "allow": ["save"], "deny": [] } - }, - "deny-ask": { - "identifier": "deny-ask", - "description": "Denies the ask command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["ask"] } - }, - "deny-confirm": { - "identifier": "deny-confirm", - "description": "Denies the confirm command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["confirm"] } - }, - "deny-message": { - "identifier": "deny-message", - "description": "Denies the message command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["message"] } - }, - "deny-open": { - "identifier": "deny-open", - "description": "Denies the open command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["open"] } - }, - "deny-save": { - "identifier": "deny-save", - "description": "Denies the save command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["save"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "event": { + "core:event": { "default_permission": { "identifier": "default", "description": "Default permissions for the plugin.", @@ -233,3409 +121,3521 @@ "permission_sets": {}, "global_scope_schema": null }, - "fs": { + "core:image": { "default_permission": { "identifier": "default", - "description": "This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n", + "description": "Default permissions for the plugin.", "permissions": [ - "create-app-specific-dirs", - "read-app-specific-dirs-recursive", - "deny-default" + "allow-new", + "allow-from-bytes", + "allow-from-path", + "allow-rgba", + "allow-size" ] }, "permissions": { - "allow-copy-file": { - "identifier": "allow-copy-file", - "description": "Enables the copy_file command without any pre-configured scope.", - "commands": { "allow": ["copy_file"], "deny": [] } - }, - "allow-create": { - "identifier": "allow-create", - "description": "Enables the create command without any pre-configured scope.", - "commands": { "allow": ["create"], "deny": [] } + "allow-from-bytes": { + "identifier": "allow-from-bytes", + "description": "Enables the from_bytes command without any pre-configured scope.", + "commands": { "allow": ["from_bytes"], "deny": [] } }, - "allow-exists": { - "identifier": "allow-exists", - "description": "Enables the exists command without any pre-configured scope.", - "commands": { "allow": ["exists"], "deny": [] } + "allow-from-path": { + "identifier": "allow-from-path", + "description": "Enables the from_path command without any pre-configured scope.", + "commands": { "allow": ["from_path"], "deny": [] } }, - "allow-fstat": { - "identifier": "allow-fstat", - "description": "Enables the fstat command without any pre-configured scope.", - "commands": { "allow": ["fstat"], "deny": [] } + "allow-new": { + "identifier": "allow-new", + "description": "Enables the new command without any pre-configured scope.", + "commands": { "allow": ["new"], "deny": [] } }, - "allow-ftruncate": { - "identifier": "allow-ftruncate", - "description": "Enables the ftruncate command without any pre-configured scope.", - "commands": { "allow": ["ftruncate"], "deny": [] } + "allow-rgba": { + "identifier": "allow-rgba", + "description": "Enables the rgba command without any pre-configured scope.", + "commands": { "allow": ["rgba"], "deny": [] } }, - "allow-lstat": { - "identifier": "allow-lstat", - "description": "Enables the lstat command without any pre-configured scope.", - "commands": { "allow": ["lstat"], "deny": [] } + "allow-size": { + "identifier": "allow-size", + "description": "Enables the size command without any pre-configured scope.", + "commands": { "allow": ["size"], "deny": [] } }, - "allow-mkdir": { - "identifier": "allow-mkdir", - "description": "Enables the mkdir command without any pre-configured scope.", - "commands": { "allow": ["mkdir"], "deny": [] } + "deny-from-bytes": { + "identifier": "deny-from-bytes", + "description": "Denies the from_bytes command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["from_bytes"] } }, - "allow-open": { - "identifier": "allow-open", - "description": "Enables the open command without any pre-configured scope.", - "commands": { "allow": ["open"], "deny": [] } + "deny-from-path": { + "identifier": "deny-from-path", + "description": "Denies the from_path command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["from_path"] } }, - "allow-read": { - "identifier": "allow-read", - "description": "Enables the read command without any pre-configured scope.", - "commands": { "allow": ["read"], "deny": [] } + "deny-new": { + "identifier": "deny-new", + "description": "Denies the new command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["new"] } }, - "allow-read-dir": { - "identifier": "allow-read-dir", - "description": "Enables the read_dir command without any pre-configured scope.", - "commands": { "allow": ["read_dir"], "deny": [] } + "deny-rgba": { + "identifier": "deny-rgba", + "description": "Denies the rgba command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["rgba"] } }, - "allow-read-file": { - "identifier": "allow-read-file", - "description": "Enables the read_file command without any pre-configured scope.", - "commands": { "allow": ["read_file"], "deny": [] } + "deny-size": { + "identifier": "deny-size", + "description": "Denies the size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["size"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "core:menu": { + "default_permission": { + "identifier": "default", + "description": "Default permissions for the plugin.", + "permissions": [ + "allow-new", + "allow-append", + "allow-prepend", + "allow-insert", + "allow-remove", + "allow-remove-at", + "allow-items", + "allow-get", + "allow-popup", + "allow-create-default", + "allow-set-as-app-menu", + "allow-set-as-window-menu", + "allow-text", + "allow-set-text", + "allow-is-enabled", + "allow-set-enabled", + "allow-set-accelerator", + "allow-set-as-windows-menu-for-nsapp", + "allow-set-as-help-menu-for-nsapp", + "allow-is-checked", + "allow-set-checked", + "allow-set-icon" + ] + }, + "permissions": { + "allow-append": { + "identifier": "allow-append", + "description": "Enables the append command without any pre-configured scope.", + "commands": { "allow": ["append"], "deny": [] } }, - "allow-read-text-file": { - "identifier": "allow-read-text-file", - "description": "Enables the read_text_file command without any pre-configured scope.", - "commands": { "allow": ["read_text_file"], "deny": [] } + "allow-create-default": { + "identifier": "allow-create-default", + "description": "Enables the create_default command without any pre-configured scope.", + "commands": { "allow": ["create_default"], "deny": [] } }, - "allow-read-text-file-lines": { - "identifier": "allow-read-text-file-lines", - "description": "Enables the read_text_file_lines command without any pre-configured scope.", - "commands": { "allow": ["read_text_file_lines"], "deny": [] } + "allow-get": { + "identifier": "allow-get", + "description": "Enables the get command without any pre-configured scope.", + "commands": { "allow": ["get"], "deny": [] } }, - "allow-read-text-file-lines-next": { - "identifier": "allow-read-text-file-lines-next", - "description": "Enables the read_text_file_lines_next command without any pre-configured scope.", - "commands": { "allow": ["read_text_file_lines_next"], "deny": [] } + "allow-insert": { + "identifier": "allow-insert", + "description": "Enables the insert command without any pre-configured scope.", + "commands": { "allow": ["insert"], "deny": [] } + }, + "allow-is-checked": { + "identifier": "allow-is-checked", + "description": "Enables the is_checked command without any pre-configured scope.", + "commands": { "allow": ["is_checked"], "deny": [] } + }, + "allow-is-enabled": { + "identifier": "allow-is-enabled", + "description": "Enables the is_enabled command without any pre-configured scope.", + "commands": { "allow": ["is_enabled"], "deny": [] } + }, + "allow-items": { + "identifier": "allow-items", + "description": "Enables the items command without any pre-configured scope.", + "commands": { "allow": ["items"], "deny": [] } + }, + "allow-new": { + "identifier": "allow-new", + "description": "Enables the new command without any pre-configured scope.", + "commands": { "allow": ["new"], "deny": [] } + }, + "allow-popup": { + "identifier": "allow-popup", + "description": "Enables the popup command without any pre-configured scope.", + "commands": { "allow": ["popup"], "deny": [] } + }, + "allow-prepend": { + "identifier": "allow-prepend", + "description": "Enables the prepend command without any pre-configured scope.", + "commands": { "allow": ["prepend"], "deny": [] } }, "allow-remove": { "identifier": "allow-remove", "description": "Enables the remove command without any pre-configured scope.", "commands": { "allow": ["remove"], "deny": [] } }, - "allow-rename": { - "identifier": "allow-rename", - "description": "Enables the rename command without any pre-configured scope.", - "commands": { "allow": ["rename"], "deny": [] } - }, - "allow-seek": { - "identifier": "allow-seek", - "description": "Enables the seek command without any pre-configured scope.", - "commands": { "allow": ["seek"], "deny": [] } - }, - "allow-stat": { - "identifier": "allow-stat", - "description": "Enables the stat command without any pre-configured scope.", - "commands": { "allow": ["stat"], "deny": [] } - }, - "allow-truncate": { - "identifier": "allow-truncate", - "description": "Enables the truncate command without any pre-configured scope.", - "commands": { "allow": ["truncate"], "deny": [] } + "allow-remove-at": { + "identifier": "allow-remove-at", + "description": "Enables the remove_at command without any pre-configured scope.", + "commands": { "allow": ["remove_at"], "deny": [] } }, - "allow-unwatch": { - "identifier": "allow-unwatch", - "description": "Enables the unwatch command without any pre-configured scope.", - "commands": { "allow": ["unwatch"], "deny": [] } + "allow-set-accelerator": { + "identifier": "allow-set-accelerator", + "description": "Enables the set_accelerator command without any pre-configured scope.", + "commands": { "allow": ["set_accelerator"], "deny": [] } }, - "allow-watch": { - "identifier": "allow-watch", - "description": "Enables the watch command without any pre-configured scope.", - "commands": { "allow": ["watch"], "deny": [] } + "allow-set-as-app-menu": { + "identifier": "allow-set-as-app-menu", + "description": "Enables the set_as_app_menu command without any pre-configured scope.", + "commands": { "allow": ["set_as_app_menu"], "deny": [] } }, - "allow-write": { - "identifier": "allow-write", - "description": "Enables the write command without any pre-configured scope.", - "commands": { "allow": ["write"], "deny": [] } + "allow-set-as-help-menu-for-nsapp": { + "identifier": "allow-set-as-help-menu-for-nsapp", + "description": "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "commands": { "allow": ["set_as_help_menu_for_nsapp"], "deny": [] } }, - "allow-write-file": { - "identifier": "allow-write-file", - "description": "Enables the write_file command without any pre-configured scope.", - "commands": { "allow": ["write_file"], "deny": [] } + "allow-set-as-window-menu": { + "identifier": "allow-set-as-window-menu", + "description": "Enables the set_as_window_menu command without any pre-configured scope.", + "commands": { "allow": ["set_as_window_menu"], "deny": [] } }, - "allow-write-text-file": { - "identifier": "allow-write-text-file", - "description": "Enables the write_text_file command without any pre-configured scope.", - "commands": { "allow": ["write_text_file"], "deny": [] } + "allow-set-as-windows-menu-for-nsapp": { + "identifier": "allow-set-as-windows-menu-for-nsapp", + "description": "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "commands": { "allow": ["set_as_windows_menu_for_nsapp"], "deny": [] } }, - "create-app-specific-dirs": { - "identifier": "create-app-specific-dirs", - "description": "This permissions allows to create the application specific directories.\n", - "commands": { "allow": ["mkdir"], "deny": [] }, - "scope": { - "allow": [ - { "path": "$APPCONFIG" }, - { "path": "$APPDATA" }, - { "path": "$APPLOCALDATA" }, - { "path": "$APPCACHE" }, - { "path": "$APPLOG" } - ] - } + "allow-set-checked": { + "identifier": "allow-set-checked", + "description": "Enables the set_checked command without any pre-configured scope.", + "commands": { "allow": ["set_checked"], "deny": [] } }, - "deny-copy-file": { - "identifier": "deny-copy-file", - "description": "Denies the copy_file command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["copy_file"] } + "allow-set-enabled": { + "identifier": "allow-set-enabled", + "description": "Enables the set_enabled command without any pre-configured scope.", + "commands": { "allow": ["set_enabled"], "deny": [] } }, - "deny-create": { - "identifier": "deny-create", - "description": "Denies the create command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["create"] } + "allow-set-icon": { + "identifier": "allow-set-icon", + "description": "Enables the set_icon command without any pre-configured scope.", + "commands": { "allow": ["set_icon"], "deny": [] } }, - "deny-exists": { - "identifier": "deny-exists", - "description": "Denies the exists command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["exists"] } + "allow-set-text": { + "identifier": "allow-set-text", + "description": "Enables the set_text command without any pre-configured scope.", + "commands": { "allow": ["set_text"], "deny": [] } }, - "deny-fstat": { - "identifier": "deny-fstat", - "description": "Denies the fstat command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["fstat"] } + "allow-text": { + "identifier": "allow-text", + "description": "Enables the text command without any pre-configured scope.", + "commands": { "allow": ["text"], "deny": [] } }, - "deny-ftruncate": { - "identifier": "deny-ftruncate", - "description": "Denies the ftruncate command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["ftruncate"] } + "deny-append": { + "identifier": "deny-append", + "description": "Denies the append command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["append"] } }, - "deny-lstat": { - "identifier": "deny-lstat", - "description": "Denies the lstat command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["lstat"] } + "deny-create-default": { + "identifier": "deny-create-default", + "description": "Denies the create_default command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["create_default"] } }, - "deny-mkdir": { - "identifier": "deny-mkdir", - "description": "Denies the mkdir command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["mkdir"] } + "deny-get": { + "identifier": "deny-get", + "description": "Denies the get command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["get"] } }, - "deny-open": { - "identifier": "deny-open", - "description": "Denies the open command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["open"] } + "deny-insert": { + "identifier": "deny-insert", + "description": "Denies the insert command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["insert"] } }, - "deny-read": { - "identifier": "deny-read", - "description": "Denies the read command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["read"] } + "deny-is-checked": { + "identifier": "deny-is-checked", + "description": "Denies the is_checked command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_checked"] } }, - "deny-read-dir": { - "identifier": "deny-read-dir", - "description": "Denies the read_dir command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["read_dir"] } + "deny-is-enabled": { + "identifier": "deny-is-enabled", + "description": "Denies the is_enabled command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_enabled"] } }, - "deny-read-file": { - "identifier": "deny-read-file", - "description": "Denies the read_file command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["read_file"] } + "deny-items": { + "identifier": "deny-items", + "description": "Denies the items command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["items"] } }, - "deny-read-text-file": { - "identifier": "deny-read-text-file", - "description": "Denies the read_text_file command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["read_text_file"] } + "deny-new": { + "identifier": "deny-new", + "description": "Denies the new command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["new"] } }, - "deny-read-text-file-lines": { - "identifier": "deny-read-text-file-lines", - "description": "Denies the read_text_file_lines command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["read_text_file_lines"] } + "deny-popup": { + "identifier": "deny-popup", + "description": "Denies the popup command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["popup"] } }, - "deny-read-text-file-lines-next": { - "identifier": "deny-read-text-file-lines-next", - "description": "Denies the read_text_file_lines_next command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["read_text_file_lines_next"] } + "deny-prepend": { + "identifier": "deny-prepend", + "description": "Denies the prepend command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["prepend"] } }, "deny-remove": { "identifier": "deny-remove", "description": "Denies the remove command without any pre-configured scope.", "commands": { "allow": [], "deny": ["remove"] } }, - "deny-rename": { - "identifier": "deny-rename", - "description": "Denies the rename command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["rename"] } + "deny-remove-at": { + "identifier": "deny-remove-at", + "description": "Denies the remove_at command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["remove_at"] } }, - "deny-seek": { - "identifier": "deny-seek", - "description": "Denies the seek command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["seek"] } + "deny-set-accelerator": { + "identifier": "deny-set-accelerator", + "description": "Denies the set_accelerator command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_accelerator"] } }, - "deny-stat": { - "identifier": "deny-stat", - "description": "Denies the stat command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["stat"] } + "deny-set-as-app-menu": { + "identifier": "deny-set-as-app-menu", + "description": "Denies the set_as_app_menu command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_as_app_menu"] } }, - "deny-truncate": { - "identifier": "deny-truncate", - "description": "Denies the truncate command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["truncate"] } + "deny-set-as-help-menu-for-nsapp": { + "identifier": "deny-set-as-help-menu-for-nsapp", + "description": "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_as_help_menu_for_nsapp"] } }, - "deny-unwatch": { - "identifier": "deny-unwatch", - "description": "Denies the unwatch command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["unwatch"] } + "deny-set-as-window-menu": { + "identifier": "deny-set-as-window-menu", + "description": "Denies the set_as_window_menu command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_as_window_menu"] } }, - "deny-watch": { - "identifier": "deny-watch", - "description": "Denies the watch command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["watch"] } + "deny-set-as-windows-menu-for-nsapp": { + "identifier": "deny-set-as-windows-menu-for-nsapp", + "description": "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_as_windows_menu_for_nsapp"] } }, - "deny-webview-data-linux": { - "identifier": "deny-webview-data-linux", - "description": "This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", - "commands": { "allow": [], "deny": [] } + "deny-set-checked": { + "identifier": "deny-set-checked", + "description": "Denies the set_checked command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_checked"] } }, - "deny-webview-data-windows": { - "identifier": "deny-webview-data-windows", - "description": "This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", - "commands": { "allow": [], "deny": [] } + "deny-set-enabled": { + "identifier": "deny-set-enabled", + "description": "Denies the set_enabled command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_enabled"] } }, - "deny-write": { - "identifier": "deny-write", - "description": "Denies the write command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["write"] } + "deny-set-icon": { + "identifier": "deny-set-icon", + "description": "Denies the set_icon command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_icon"] } }, - "deny-write-file": { - "identifier": "deny-write-file", - "description": "Denies the write_file command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["write_file"] } + "deny-set-text": { + "identifier": "deny-set-text", + "description": "Denies the set_text command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_text"] } }, - "deny-write-text-file": { - "identifier": "deny-write-text-file", - "description": "Denies the write_text_file command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["write_text_file"] } + "deny-text": { + "identifier": "deny-text", + "description": "Denies the text command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["text"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "core:path": { + "default_permission": { + "identifier": "default", + "description": "Default permissions for the plugin.", + "permissions": [ + "allow-resolve-directory", + "allow-resolve", + "allow-normalize", + "allow-join", + "allow-dirname", + "allow-extname", + "allow-basename", + "allow-is-absolute" + ] + }, + "permissions": { + "allow-basename": { + "identifier": "allow-basename", + "description": "Enables the basename command without any pre-configured scope.", + "commands": { "allow": ["basename"], "deny": [] } }, - "read-all": { - "identifier": "read-all", - "description": "This enables all read related commands without any pre-configured accessible paths.", - "commands": { - "allow": [ - "read_dir", - "read_file", - "read", - "open", - "read_text_file", - "read_text_file_lines", - "read_text_file_lines_next", - "seek", - "stat", - "lstat", - "fstat", - "exists", - "watch", - "unwatch" - ], - "deny": [] - } + "allow-dirname": { + "identifier": "allow-dirname", + "description": "Enables the dirname command without any pre-configured scope.", + "commands": { "allow": ["dirname"], "deny": [] } }, - "read-app-specific-dirs-recursive": { - "identifier": "read-app-specific-dirs-recursive", - "description": "This permission allows recursive read functionality on the application\nspecific base directories. \n", - "commands": { - "allow": [ - "read_dir", - "read_file", - "read_text_file", - "read_text_file_lines", - "read_text_file_lines_next", - "exists" - ], - "deny": [] - }, - "scope": { - "allow": [ - { "path": "$APPCONFIG/**" }, - { "path": "$APPDATA/**" }, - { "path": "$APPLOCALDATA/**" }, - { "path": "$APPCACHE/**" }, - { "path": "$APPLOG/**" } - ] - } + "allow-extname": { + "identifier": "allow-extname", + "description": "Enables the extname command without any pre-configured scope.", + "commands": { "allow": ["extname"], "deny": [] } }, - "read-dirs": { - "identifier": "read-dirs", - "description": "This enables directory read and file metadata related commands without any pre-configured accessible paths.", - "commands": { "allow": ["read_dir", "stat", "lstat", "fstat", "exists"], "deny": [] } + "allow-is-absolute": { + "identifier": "allow-is-absolute", + "description": "Enables the is_absolute command without any pre-configured scope.", + "commands": { "allow": ["is_absolute"], "deny": [] } }, - "read-files": { - "identifier": "read-files", - "description": "This enables file read related commands without any pre-configured accessible paths.", - "commands": { - "allow": [ - "read_file", - "read", - "open", - "read_text_file", - "read_text_file_lines", - "read_text_file_lines_next", - "seek", - "stat", - "lstat", - "fstat", - "exists" - ], - "deny": [] - } + "allow-join": { + "identifier": "allow-join", + "description": "Enables the join command without any pre-configured scope.", + "commands": { "allow": ["join"], "deny": [] } }, - "read-meta": { - "identifier": "read-meta", - "description": "This enables all index or metadata related commands without any pre-configured accessible paths.", - "commands": { "allow": ["read_dir", "stat", "lstat", "fstat", "exists"], "deny": [] } + "allow-normalize": { + "identifier": "allow-normalize", + "description": "Enables the normalize command without any pre-configured scope.", + "commands": { "allow": ["normalize"], "deny": [] } }, - "scope": { - "identifier": "scope", - "description": "An empty permission you can use to modify the global scope.", - "commands": { "allow": [], "deny": [] } + "allow-resolve": { + "identifier": "allow-resolve", + "description": "Enables the resolve command without any pre-configured scope.", + "commands": { "allow": ["resolve"], "deny": [] } }, - "scope-app": { - "identifier": "scope-app", - "description": "This scope permits access to all files and list content of top level directories in the `$APP`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APP/*" }] } + "allow-resolve-directory": { + "identifier": "allow-resolve-directory", + "description": "Enables the resolve_directory command without any pre-configured scope.", + "commands": { "allow": ["resolve_directory"], "deny": [] } }, - "scope-app-index": { - "identifier": "scope-app-index", - "description": "This scope permits to list all files and folders in the `$APP`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APP/" }] } + "deny-basename": { + "identifier": "deny-basename", + "description": "Denies the basename command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["basename"] } }, - "scope-app-recursive": { - "identifier": "scope-app-recursive", - "description": "This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APP/**" }] } + "deny-dirname": { + "identifier": "deny-dirname", + "description": "Denies the dirname command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["dirname"] } }, - "scope-appcache": { - "identifier": "scope-appcache", - "description": "This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPCACHE/*" }] } + "deny-extname": { + "identifier": "deny-extname", + "description": "Denies the extname command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["extname"] } }, - "scope-appcache-index": { - "identifier": "scope-appcache-index", - "description": "This scope permits to list all files and folders in the `$APPCACHE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPCACHE/" }] } + "deny-is-absolute": { + "identifier": "deny-is-absolute", + "description": "Denies the is_absolute command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_absolute"] } }, - "scope-appcache-recursive": { - "identifier": "scope-appcache-recursive", - "description": "This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPCACHE/**" }] } + "deny-join": { + "identifier": "deny-join", + "description": "Denies the join command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["join"] } }, - "scope-appconfig": { - "identifier": "scope-appconfig", - "description": "This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPCONFIG/*" }] } + "deny-normalize": { + "identifier": "deny-normalize", + "description": "Denies the normalize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["normalize"] } }, - "scope-appconfig-index": { - "identifier": "scope-appconfig-index", - "description": "This scope permits to list all files and folders in the `$APPCONFIG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPCONFIG/" }] } - }, - "scope-appconfig-recursive": { - "identifier": "scope-appconfig-recursive", - "description": "This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPCONFIG/**" }] } + "deny-resolve": { + "identifier": "deny-resolve", + "description": "Denies the resolve command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["resolve"] } }, - "scope-appdata": { - "identifier": "scope-appdata", - "description": "This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPDATA/*" }] } + "deny-resolve-directory": { + "identifier": "deny-resolve-directory", + "description": "Denies the resolve_directory command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["resolve_directory"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "core:resources": { + "default_permission": { + "identifier": "default", + "description": "Default permissions for the plugin.", + "permissions": ["allow-close"] + }, + "permissions": { + "allow-close": { + "identifier": "allow-close", + "description": "Enables the close command without any pre-configured scope.", + "commands": { "allow": ["close"], "deny": [] } }, - "scope-appdata-index": { - "identifier": "scope-appdata-index", - "description": "This scope permits to list all files and folders in the `$APPDATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPDATA/" }] } + "deny-close": { + "identifier": "deny-close", + "description": "Denies the close command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["close"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "core:tray": { + "default_permission": { + "identifier": "default", + "description": "Default permissions for the plugin.", + "permissions": [ + "allow-new", + "allow-get-by-id", + "allow-remove-by-id", + "allow-set-icon", + "allow-set-menu", + "allow-set-tooltip", + "allow-set-title", + "allow-set-visible", + "allow-set-temp-dir-path", + "allow-set-icon-as-template", + "allow-set-show-menu-on-left-click" + ] + }, + "permissions": { + "allow-get-by-id": { + "identifier": "allow-get-by-id", + "description": "Enables the get_by_id command without any pre-configured scope.", + "commands": { "allow": ["get_by_id"], "deny": [] } }, - "scope-appdata-recursive": { - "identifier": "scope-appdata-recursive", - "description": "This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPDATA/**" }] } + "allow-new": { + "identifier": "allow-new", + "description": "Enables the new command without any pre-configured scope.", + "commands": { "allow": ["new"], "deny": [] } }, - "scope-applocaldata": { - "identifier": "scope-applocaldata", - "description": "This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPLOCALDATA/*" }] } + "allow-remove-by-id": { + "identifier": "allow-remove-by-id", + "description": "Enables the remove_by_id command without any pre-configured scope.", + "commands": { "allow": ["remove_by_id"], "deny": [] } }, - "scope-applocaldata-index": { - "identifier": "scope-applocaldata-index", - "description": "This scope permits to list all files and folders in the `$APPLOCALDATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPLOCALDATA/" }] } + "allow-set-icon": { + "identifier": "allow-set-icon", + "description": "Enables the set_icon command without any pre-configured scope.", + "commands": { "allow": ["set_icon"], "deny": [] } }, - "scope-applocaldata-recursive": { - "identifier": "scope-applocaldata-recursive", - "description": "This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPLOCALDATA/**" }] } + "allow-set-icon-as-template": { + "identifier": "allow-set-icon-as-template", + "description": "Enables the set_icon_as_template command without any pre-configured scope.", + "commands": { "allow": ["set_icon_as_template"], "deny": [] } }, - "scope-applog": { - "identifier": "scope-applog", - "description": "This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPLOG/*" }] } + "allow-set-menu": { + "identifier": "allow-set-menu", + "description": "Enables the set_menu command without any pre-configured scope.", + "commands": { "allow": ["set_menu"], "deny": [] } }, - "scope-applog-index": { - "identifier": "scope-applog-index", - "description": "This scope permits to list all files and folders in the `$APPLOG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPLOG/" }] } + "allow-set-show-menu-on-left-click": { + "identifier": "allow-set-show-menu-on-left-click", + "description": "Enables the set_show_menu_on_left_click command without any pre-configured scope.", + "commands": { "allow": ["set_show_menu_on_left_click"], "deny": [] } }, - "scope-applog-recursive": { - "identifier": "scope-applog-recursive", - "description": "This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$APPLOG/**" }] } + "allow-set-temp-dir-path": { + "identifier": "allow-set-temp-dir-path", + "description": "Enables the set_temp_dir_path command without any pre-configured scope.", + "commands": { "allow": ["set_temp_dir_path"], "deny": [] } }, - "scope-audio": { - "identifier": "scope-audio", - "description": "This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$AUDIO/*" }] } + "allow-set-title": { + "identifier": "allow-set-title", + "description": "Enables the set_title command without any pre-configured scope.", + "commands": { "allow": ["set_title"], "deny": [] } }, - "scope-audio-index": { - "identifier": "scope-audio-index", - "description": "This scope permits to list all files and folders in the `$AUDIO`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$AUDIO/" }] } + "allow-set-tooltip": { + "identifier": "allow-set-tooltip", + "description": "Enables the set_tooltip command without any pre-configured scope.", + "commands": { "allow": ["set_tooltip"], "deny": [] } }, - "scope-audio-recursive": { - "identifier": "scope-audio-recursive", - "description": "This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$AUDIO/**" }] } + "allow-set-visible": { + "identifier": "allow-set-visible", + "description": "Enables the set_visible command without any pre-configured scope.", + "commands": { "allow": ["set_visible"], "deny": [] } }, - "scope-cache": { - "identifier": "scope-cache", - "description": "This scope permits access to all files and list content of top level directories in the `$CACHE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$CACHE/*" }] } + "deny-get-by-id": { + "identifier": "deny-get-by-id", + "description": "Denies the get_by_id command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["get_by_id"] } }, - "scope-cache-index": { - "identifier": "scope-cache-index", - "description": "This scope permits to list all files and folders in the `$CACHE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$CACHE/" }] } + "deny-new": { + "identifier": "deny-new", + "description": "Denies the new command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["new"] } }, - "scope-cache-recursive": { - "identifier": "scope-cache-recursive", - "description": "This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$CACHE/**" }] } + "deny-remove-by-id": { + "identifier": "deny-remove-by-id", + "description": "Denies the remove_by_id command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["remove_by_id"] } }, - "scope-config": { - "identifier": "scope-config", - "description": "This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$CONFIG/*" }] } + "deny-set-icon": { + "identifier": "deny-set-icon", + "description": "Denies the set_icon command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_icon"] } }, - "scope-config-index": { - "identifier": "scope-config-index", - "description": "This scope permits to list all files and folders in the `$CONFIG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$CONFIG/" }] } + "deny-set-icon-as-template": { + "identifier": "deny-set-icon-as-template", + "description": "Denies the set_icon_as_template command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_icon_as_template"] } }, - "scope-config-recursive": { - "identifier": "scope-config-recursive", - "description": "This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$CONFIG/**" }] } + "deny-set-menu": { + "identifier": "deny-set-menu", + "description": "Denies the set_menu command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_menu"] } }, - "scope-data": { - "identifier": "scope-data", - "description": "This scope permits access to all files and list content of top level directories in the `$DATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DATA/*" }] } + "deny-set-show-menu-on-left-click": { + "identifier": "deny-set-show-menu-on-left-click", + "description": "Denies the set_show_menu_on_left_click command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_show_menu_on_left_click"] } }, - "scope-data-index": { - "identifier": "scope-data-index", - "description": "This scope permits to list all files and folders in the `$DATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DATA/" }] } + "deny-set-temp-dir-path": { + "identifier": "deny-set-temp-dir-path", + "description": "Denies the set_temp_dir_path command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_temp_dir_path"] } }, - "scope-data-recursive": { - "identifier": "scope-data-recursive", - "description": "This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DATA/**" }] } + "deny-set-title": { + "identifier": "deny-set-title", + "description": "Denies the set_title command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_title"] } }, - "scope-desktop": { - "identifier": "scope-desktop", - "description": "This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DESKTOP/*" }] } + "deny-set-tooltip": { + "identifier": "deny-set-tooltip", + "description": "Denies the set_tooltip command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_tooltip"] } }, - "scope-desktop-index": { - "identifier": "scope-desktop-index", - "description": "This scope permits to list all files and folders in the `$DESKTOP`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DESKTOP/" }] } - }, - "scope-desktop-recursive": { - "identifier": "scope-desktop-recursive", - "description": "This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DESKTOP/**" }] } - }, - "scope-document": { - "identifier": "scope-document", - "description": "This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DOCUMENT/*" }] } - }, - "scope-document-index": { - "identifier": "scope-document-index", - "description": "This scope permits to list all files and folders in the `$DOCUMENT`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DOCUMENT/" }] } - }, - "scope-document-recursive": { - "identifier": "scope-document-recursive", - "description": "This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DOCUMENT/**" }] } - }, - "scope-download": { - "identifier": "scope-download", - "description": "This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DOWNLOAD/*" }] } + "deny-set-visible": { + "identifier": "deny-set-visible", + "description": "Denies the set_visible command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_visible"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "core:webview": { + "default_permission": { + "identifier": "default", + "description": "Default permissions for the plugin.", + "permissions": [ + "allow-webview-position", + "allow-webview-size", + "allow-internal-toggle-devtools" + ] + }, + "permissions": { + "allow-create-webview": { + "identifier": "allow-create-webview", + "description": "Enables the create_webview command without any pre-configured scope.", + "commands": { "allow": ["create_webview"], "deny": [] } }, - "scope-download-index": { - "identifier": "scope-download-index", - "description": "This scope permits to list all files and folders in the `$DOWNLOAD`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DOWNLOAD/" }] } + "allow-create-webview-window": { + "identifier": "allow-create-webview-window", + "description": "Enables the create_webview_window command without any pre-configured scope.", + "commands": { "allow": ["create_webview_window"], "deny": [] } }, - "scope-download-recursive": { - "identifier": "scope-download-recursive", - "description": "This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$DOWNLOAD/**" }] } + "allow-internal-toggle-devtools": { + "identifier": "allow-internal-toggle-devtools", + "description": "Enables the internal_toggle_devtools command without any pre-configured scope.", + "commands": { "allow": ["internal_toggle_devtools"], "deny": [] } }, - "scope-exe": { - "identifier": "scope-exe", - "description": "This scope permits access to all files and list content of top level directories in the `$EXE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$EXE/*" }] } + "allow-print": { + "identifier": "allow-print", + "description": "Enables the print command without any pre-configured scope.", + "commands": { "allow": ["print"], "deny": [] } }, - "scope-exe-index": { - "identifier": "scope-exe-index", - "description": "This scope permits to list all files and folders in the `$EXE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$EXE/" }] } + "allow-reparent": { + "identifier": "allow-reparent", + "description": "Enables the reparent command without any pre-configured scope.", + "commands": { "allow": ["reparent"], "deny": [] } }, - "scope-exe-recursive": { - "identifier": "scope-exe-recursive", - "description": "This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$EXE/**" }] } + "allow-set-webview-focus": { + "identifier": "allow-set-webview-focus", + "description": "Enables the set_webview_focus command without any pre-configured scope.", + "commands": { "allow": ["set_webview_focus"], "deny": [] } }, - "scope-font": { - "identifier": "scope-font", - "description": "This scope permits access to all files and list content of top level directories in the `$FONT`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$FONT/*" }] } + "allow-set-webview-position": { + "identifier": "allow-set-webview-position", + "description": "Enables the set_webview_position command without any pre-configured scope.", + "commands": { "allow": ["set_webview_position"], "deny": [] } }, - "scope-font-index": { - "identifier": "scope-font-index", - "description": "This scope permits to list all files and folders in the `$FONT`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$FONT/" }] } + "allow-set-webview-size": { + "identifier": "allow-set-webview-size", + "description": "Enables the set_webview_size command without any pre-configured scope.", + "commands": { "allow": ["set_webview_size"], "deny": [] } }, - "scope-font-recursive": { - "identifier": "scope-font-recursive", - "description": "This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$FONT/**" }] } + "allow-set-webview-zoom": { + "identifier": "allow-set-webview-zoom", + "description": "Enables the set_webview_zoom command without any pre-configured scope.", + "commands": { "allow": ["set_webview_zoom"], "deny": [] } }, - "scope-home": { - "identifier": "scope-home", - "description": "This scope permits access to all files and list content of top level directories in the `$HOME`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$HOME/*" }] } + "allow-webview-close": { + "identifier": "allow-webview-close", + "description": "Enables the webview_close command without any pre-configured scope.", + "commands": { "allow": ["webview_close"], "deny": [] } }, - "scope-home-index": { - "identifier": "scope-home-index", - "description": "This scope permits to list all files and folders in the `$HOME`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$HOME/" }] } + "allow-webview-position": { + "identifier": "allow-webview-position", + "description": "Enables the webview_position command without any pre-configured scope.", + "commands": { "allow": ["webview_position"], "deny": [] } }, - "scope-home-recursive": { - "identifier": "scope-home-recursive", - "description": "This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$HOME/**" }] } + "allow-webview-size": { + "identifier": "allow-webview-size", + "description": "Enables the webview_size command without any pre-configured scope.", + "commands": { "allow": ["webview_size"], "deny": [] } }, - "scope-localdata": { - "identifier": "scope-localdata", - "description": "This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$LOCALDATA/*" }] } + "deny-create-webview": { + "identifier": "deny-create-webview", + "description": "Denies the create_webview command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["create_webview"] } }, - "scope-localdata-index": { - "identifier": "scope-localdata-index", - "description": "This scope permits to list all files and folders in the `$LOCALDATA`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$LOCALDATA/" }] } + "deny-create-webview-window": { + "identifier": "deny-create-webview-window", + "description": "Denies the create_webview_window command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["create_webview_window"] } }, - "scope-localdata-recursive": { - "identifier": "scope-localdata-recursive", - "description": "This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$LOCALDATA/**" }] } + "deny-internal-toggle-devtools": { + "identifier": "deny-internal-toggle-devtools", + "description": "Denies the internal_toggle_devtools command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["internal_toggle_devtools"] } }, - "scope-log": { - "identifier": "scope-log", - "description": "This scope permits access to all files and list content of top level directories in the `$LOG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$LOG/*" }] } + "deny-print": { + "identifier": "deny-print", + "description": "Denies the print command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["print"] } }, - "scope-log-index": { - "identifier": "scope-log-index", - "description": "This scope permits to list all files and folders in the `$LOG`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$LOG/" }] } + "deny-reparent": { + "identifier": "deny-reparent", + "description": "Denies the reparent command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["reparent"] } }, - "scope-log-recursive": { - "identifier": "scope-log-recursive", - "description": "This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$LOG/**" }] } + "deny-set-webview-focus": { + "identifier": "deny-set-webview-focus", + "description": "Denies the set_webview_focus command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_webview_focus"] } }, - "scope-picture": { - "identifier": "scope-picture", - "description": "This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$PICTURE/*" }] } + "deny-set-webview-position": { + "identifier": "deny-set-webview-position", + "description": "Denies the set_webview_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_webview_position"] } }, - "scope-picture-index": { - "identifier": "scope-picture-index", - "description": "This scope permits to list all files and folders in the `$PICTURE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$PICTURE/" }] } + "deny-set-webview-size": { + "identifier": "deny-set-webview-size", + "description": "Denies the set_webview_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_webview_size"] } }, - "scope-picture-recursive": { - "identifier": "scope-picture-recursive", - "description": "This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$PICTURE/**" }] } + "deny-set-webview-zoom": { + "identifier": "deny-set-webview-zoom", + "description": "Denies the set_webview_zoom command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_webview_zoom"] } }, - "scope-public": { - "identifier": "scope-public", - "description": "This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$PUBLIC/*" }] } + "deny-webview-close": { + "identifier": "deny-webview-close", + "description": "Denies the webview_close command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["webview_close"] } }, - "scope-public-index": { - "identifier": "scope-public-index", - "description": "This scope permits to list all files and folders in the `$PUBLIC`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$PUBLIC/" }] } + "deny-webview-position": { + "identifier": "deny-webview-position", + "description": "Denies the webview_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["webview_position"] } }, - "scope-public-recursive": { - "identifier": "scope-public-recursive", - "description": "This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$PUBLIC/**" }] } + "deny-webview-size": { + "identifier": "deny-webview-size", + "description": "Denies the webview_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["webview_size"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "core:window": { + "default_permission": { + "identifier": "default", + "description": "Default permissions for the plugin.", + "permissions": [ + "allow-scale-factor", + "allow-inner-position", + "allow-outer-position", + "allow-inner-size", + "allow-outer-size", + "allow-is-fullscreen", + "allow-is-minimized", + "allow-is-maximized", + "allow-is-focused", + "allow-is-decorated", + "allow-is-resizable", + "allow-is-maximizable", + "allow-is-minimizable", + "allow-is-closable", + "allow-is-visible", + "allow-title", + "allow-current-monitor", + "allow-primary-monitor", + "allow-monitor-from-point", + "allow-available-monitors", + "allow-cursor-position", + "allow-theme", + "allow-internal-toggle-maximize" + ] + }, + "permissions": { + "allow-available-monitors": { + "identifier": "allow-available-monitors", + "description": "Enables the available_monitors command without any pre-configured scope.", + "commands": { "allow": ["available_monitors"], "deny": [] } }, - "scope-resource": { - "identifier": "scope-resource", - "description": "This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$RESOURCE/*" }] } + "allow-center": { + "identifier": "allow-center", + "description": "Enables the center command without any pre-configured scope.", + "commands": { "allow": ["center"], "deny": [] } }, - "scope-resource-index": { - "identifier": "scope-resource-index", - "description": "This scope permits to list all files and folders in the `$RESOURCE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$RESOURCE/" }] } + "allow-close": { + "identifier": "allow-close", + "description": "Enables the close command without any pre-configured scope.", + "commands": { "allow": ["close"], "deny": [] } }, - "scope-resource-recursive": { - "identifier": "scope-resource-recursive", - "description": "This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$RESOURCE/**" }] } + "allow-create": { + "identifier": "allow-create", + "description": "Enables the create command without any pre-configured scope.", + "commands": { "allow": ["create"], "deny": [] } }, - "scope-runtime": { - "identifier": "scope-runtime", - "description": "This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$RUNTIME/*" }] } + "allow-current-monitor": { + "identifier": "allow-current-monitor", + "description": "Enables the current_monitor command without any pre-configured scope.", + "commands": { "allow": ["current_monitor"], "deny": [] } }, - "scope-runtime-index": { - "identifier": "scope-runtime-index", - "description": "This scope permits to list all files and folders in the `$RUNTIME`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$RUNTIME/" }] } + "allow-cursor-position": { + "identifier": "allow-cursor-position", + "description": "Enables the cursor_position command without any pre-configured scope.", + "commands": { "allow": ["cursor_position"], "deny": [] } }, - "scope-runtime-recursive": { - "identifier": "scope-runtime-recursive", - "description": "This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$RUNTIME/**" }] } + "allow-destroy": { + "identifier": "allow-destroy", + "description": "Enables the destroy command without any pre-configured scope.", + "commands": { "allow": ["destroy"], "deny": [] } }, - "scope-temp": { - "identifier": "scope-temp", - "description": "This scope permits access to all files and list content of top level directories in the `$TEMP`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$TEMP/*" }] } + "allow-hide": { + "identifier": "allow-hide", + "description": "Enables the hide command without any pre-configured scope.", + "commands": { "allow": ["hide"], "deny": [] } }, - "scope-temp-index": { - "identifier": "scope-temp-index", - "description": "This scope permits to list all files and folders in the `$TEMP`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$TEMP/" }] } + "allow-inner-position": { + "identifier": "allow-inner-position", + "description": "Enables the inner_position command without any pre-configured scope.", + "commands": { "allow": ["inner_position"], "deny": [] } }, - "scope-temp-recursive": { - "identifier": "scope-temp-recursive", - "description": "This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$TEMP/**" }] } + "allow-inner-size": { + "identifier": "allow-inner-size", + "description": "Enables the inner_size command without any pre-configured scope.", + "commands": { "allow": ["inner_size"], "deny": [] } }, - "scope-template": { - "identifier": "scope-template", - "description": "This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$TEMPLATE/*" }] } + "allow-internal-toggle-maximize": { + "identifier": "allow-internal-toggle-maximize", + "description": "Enables the internal_toggle_maximize command without any pre-configured scope.", + "commands": { "allow": ["internal_toggle_maximize"], "deny": [] } }, - "scope-template-index": { - "identifier": "scope-template-index", - "description": "This scope permits to list all files and folders in the `$TEMPLATE`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$TEMPLATE/" }] } + "allow-is-closable": { + "identifier": "allow-is-closable", + "description": "Enables the is_closable command without any pre-configured scope.", + "commands": { "allow": ["is_closable"], "deny": [] } }, - "scope-template-recursive": { - "identifier": "scope-template-recursive", - "description": "This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$TEMPLATE/**" }] } + "allow-is-decorated": { + "identifier": "allow-is-decorated", + "description": "Enables the is_decorated command without any pre-configured scope.", + "commands": { "allow": ["is_decorated"], "deny": [] } }, - "scope-video": { - "identifier": "scope-video", - "description": "This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$VIDEO/*" }] } + "allow-is-focused": { + "identifier": "allow-is-focused", + "description": "Enables the is_focused command without any pre-configured scope.", + "commands": { "allow": ["is_focused"], "deny": [] } }, - "scope-video-index": { - "identifier": "scope-video-index", - "description": "This scope permits to list all files and folders in the `$VIDEO`folder.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$VIDEO/" }] } + "allow-is-fullscreen": { + "identifier": "allow-is-fullscreen", + "description": "Enables the is_fullscreen command without any pre-configured scope.", + "commands": { "allow": ["is_fullscreen"], "deny": [] } }, - "scope-video-recursive": { - "identifier": "scope-video-recursive", - "description": "This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", - "commands": { "allow": [], "deny": [] }, - "scope": { "allow": [{ "path": "$VIDEO/**" }] } + "allow-is-maximizable": { + "identifier": "allow-is-maximizable", + "description": "Enables the is_maximizable command without any pre-configured scope.", + "commands": { "allow": ["is_maximizable"], "deny": [] } }, - "write-all": { - "identifier": "write-all", - "description": "This enables all write related commands without any pre-configured accessible paths.", - "commands": { - "allow": [ - "mkdir", - "create", - "copy_file", - "remove", - "rename", - "truncate", - "ftruncate", - "write", - "write_file", - "write_text_file" - ], - "deny": [] - } + "allow-is-maximized": { + "identifier": "allow-is-maximized", + "description": "Enables the is_maximized command without any pre-configured scope.", + "commands": { "allow": ["is_maximized"], "deny": [] } }, - "write-files": { - "identifier": "write-files", - "description": "This enables all file write related commands without any pre-configured accessible paths.", - "commands": { - "allow": [ - "create", - "copy_file", - "remove", - "rename", - "truncate", - "ftruncate", - "write", - "write_file", - "write_text_file" - ], - "deny": [] - } - } - }, - "permission_sets": { - "allow-app-meta": { - "identifier": "allow-app-meta", - "description": "This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-app-index"] + "allow-is-minimizable": { + "identifier": "allow-is-minimizable", + "description": "Enables the is_minimizable command without any pre-configured scope.", + "commands": { "allow": ["is_minimizable"], "deny": [] } }, - "allow-app-meta-recursive": { - "identifier": "allow-app-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-app-recursive"] + "allow-is-minimized": { + "identifier": "allow-is-minimized", + "description": "Enables the is_minimized command without any pre-configured scope.", + "commands": { "allow": ["is_minimized"], "deny": [] } }, - "allow-app-read": { - "identifier": "allow-app-read", - "description": "This allows non-recursive read access to the `$APP` folder.", - "permissions": ["read-all", "scope-app"] + "allow-is-resizable": { + "identifier": "allow-is-resizable", + "description": "Enables the is_resizable command without any pre-configured scope.", + "commands": { "allow": ["is_resizable"], "deny": [] } }, - "allow-app-read-recursive": { - "identifier": "allow-app-read-recursive", - "description": "This allows full recursive read access to the complete `$APP` folder, files and subdirectories.", - "permissions": ["read-all", "scope-app-recursive"] + "allow-is-visible": { + "identifier": "allow-is-visible", + "description": "Enables the is_visible command without any pre-configured scope.", + "commands": { "allow": ["is_visible"], "deny": [] } }, - "allow-app-write": { - "identifier": "allow-app-write", - "description": "This allows non-recursive write access to the `$APP` folder.", - "permissions": ["write-all", "scope-app"] + "allow-maximize": { + "identifier": "allow-maximize", + "description": "Enables the maximize command without any pre-configured scope.", + "commands": { "allow": ["maximize"], "deny": [] } }, - "allow-app-write-recursive": { - "identifier": "allow-app-write-recursive", - "description": "This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", - "permissions": ["write-all", "scope-app-recursive"] + "allow-minimize": { + "identifier": "allow-minimize", + "description": "Enables the minimize command without any pre-configured scope.", + "commands": { "allow": ["minimize"], "deny": [] } }, - "allow-appcache-meta": { - "identifier": "allow-appcache-meta", - "description": "This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-appcache-index"] + "allow-monitor-from-point": { + "identifier": "allow-monitor-from-point", + "description": "Enables the monitor_from_point command without any pre-configured scope.", + "commands": { "allow": ["monitor_from_point"], "deny": [] } }, - "allow-appcache-meta-recursive": { - "identifier": "allow-appcache-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-appcache-recursive"] + "allow-outer-position": { + "identifier": "allow-outer-position", + "description": "Enables the outer_position command without any pre-configured scope.", + "commands": { "allow": ["outer_position"], "deny": [] } }, - "allow-appcache-read": { - "identifier": "allow-appcache-read", - "description": "This allows non-recursive read access to the `$APPCACHE` folder.", - "permissions": ["read-all", "scope-appcache"] + "allow-outer-size": { + "identifier": "allow-outer-size", + "description": "Enables the outer_size command without any pre-configured scope.", + "commands": { "allow": ["outer_size"], "deny": [] } }, - "allow-appcache-read-recursive": { - "identifier": "allow-appcache-read-recursive", - "description": "This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.", - "permissions": ["read-all", "scope-appcache-recursive"] + "allow-primary-monitor": { + "identifier": "allow-primary-monitor", + "description": "Enables the primary_monitor command without any pre-configured scope.", + "commands": { "allow": ["primary_monitor"], "deny": [] } }, - "allow-appcache-write": { - "identifier": "allow-appcache-write", - "description": "This allows non-recursive write access to the `$APPCACHE` folder.", - "permissions": ["write-all", "scope-appcache"] + "allow-request-user-attention": { + "identifier": "allow-request-user-attention", + "description": "Enables the request_user_attention command without any pre-configured scope.", + "commands": { "allow": ["request_user_attention"], "deny": [] } }, - "allow-appcache-write-recursive": { - "identifier": "allow-appcache-write-recursive", - "description": "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", - "permissions": ["write-all", "scope-appcache-recursive"] + "allow-scale-factor": { + "identifier": "allow-scale-factor", + "description": "Enables the scale_factor command without any pre-configured scope.", + "commands": { "allow": ["scale_factor"], "deny": [] } }, - "allow-appconfig-meta": { - "identifier": "allow-appconfig-meta", - "description": "This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-appconfig-index"] + "allow-set-always-on-bottom": { + "identifier": "allow-set-always-on-bottom", + "description": "Enables the set_always_on_bottom command without any pre-configured scope.", + "commands": { "allow": ["set_always_on_bottom"], "deny": [] } }, - "allow-appconfig-meta-recursive": { - "identifier": "allow-appconfig-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-appconfig-recursive"] + "allow-set-always-on-top": { + "identifier": "allow-set-always-on-top", + "description": "Enables the set_always_on_top command without any pre-configured scope.", + "commands": { "allow": ["set_always_on_top"], "deny": [] } }, - "allow-appconfig-read": { - "identifier": "allow-appconfig-read", - "description": "This allows non-recursive read access to the `$APPCONFIG` folder.", - "permissions": ["read-all", "scope-appconfig"] + "allow-set-closable": { + "identifier": "allow-set-closable", + "description": "Enables the set_closable command without any pre-configured scope.", + "commands": { "allow": ["set_closable"], "deny": [] } }, - "allow-appconfig-read-recursive": { - "identifier": "allow-appconfig-read-recursive", - "description": "This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.", - "permissions": ["read-all", "scope-appconfig-recursive"] + "allow-set-content-protected": { + "identifier": "allow-set-content-protected", + "description": "Enables the set_content_protected command without any pre-configured scope.", + "commands": { "allow": ["set_content_protected"], "deny": [] } }, - "allow-appconfig-write": { - "identifier": "allow-appconfig-write", - "description": "This allows non-recursive write access to the `$APPCONFIG` folder.", - "permissions": ["write-all", "scope-appconfig"] + "allow-set-cursor-grab": { + "identifier": "allow-set-cursor-grab", + "description": "Enables the set_cursor_grab command without any pre-configured scope.", + "commands": { "allow": ["set_cursor_grab"], "deny": [] } }, - "allow-appconfig-write-recursive": { - "identifier": "allow-appconfig-write-recursive", - "description": "This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", - "permissions": ["write-all", "scope-appconfig-recursive"] + "allow-set-cursor-icon": { + "identifier": "allow-set-cursor-icon", + "description": "Enables the set_cursor_icon command without any pre-configured scope.", + "commands": { "allow": ["set_cursor_icon"], "deny": [] } }, - "allow-appdata-meta": { - "identifier": "allow-appdata-meta", - "description": "This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-appdata-index"] + "allow-set-cursor-position": { + "identifier": "allow-set-cursor-position", + "description": "Enables the set_cursor_position command without any pre-configured scope.", + "commands": { "allow": ["set_cursor_position"], "deny": [] } }, - "allow-appdata-meta-recursive": { - "identifier": "allow-appdata-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-appdata-recursive"] + "allow-set-cursor-visible": { + "identifier": "allow-set-cursor-visible", + "description": "Enables the set_cursor_visible command without any pre-configured scope.", + "commands": { "allow": ["set_cursor_visible"], "deny": [] } }, - "allow-appdata-read": { - "identifier": "allow-appdata-read", - "description": "This allows non-recursive read access to the `$APPDATA` folder.", - "permissions": ["read-all", "scope-appdata"] + "allow-set-decorations": { + "identifier": "allow-set-decorations", + "description": "Enables the set_decorations command without any pre-configured scope.", + "commands": { "allow": ["set_decorations"], "deny": [] } }, - "allow-appdata-read-recursive": { - "identifier": "allow-appdata-read-recursive", - "description": "This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.", - "permissions": ["read-all", "scope-appdata-recursive"] + "allow-set-effects": { + "identifier": "allow-set-effects", + "description": "Enables the set_effects command without any pre-configured scope.", + "commands": { "allow": ["set_effects"], "deny": [] } }, - "allow-appdata-write": { - "identifier": "allow-appdata-write", - "description": "This allows non-recursive write access to the `$APPDATA` folder.", - "permissions": ["write-all", "scope-appdata"] + "allow-set-focus": { + "identifier": "allow-set-focus", + "description": "Enables the set_focus command without any pre-configured scope.", + "commands": { "allow": ["set_focus"], "deny": [] } }, - "allow-appdata-write-recursive": { - "identifier": "allow-appdata-write-recursive", - "description": "This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", - "permissions": ["write-all", "scope-appdata-recursive"] + "allow-set-fullscreen": { + "identifier": "allow-set-fullscreen", + "description": "Enables the set_fullscreen command without any pre-configured scope.", + "commands": { "allow": ["set_fullscreen"], "deny": [] } }, - "allow-applocaldata-meta": { - "identifier": "allow-applocaldata-meta", - "description": "This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-applocaldata-index"] + "allow-set-icon": { + "identifier": "allow-set-icon", + "description": "Enables the set_icon command without any pre-configured scope.", + "commands": { "allow": ["set_icon"], "deny": [] } }, - "allow-applocaldata-meta-recursive": { - "identifier": "allow-applocaldata-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-applocaldata-recursive"] + "allow-set-ignore-cursor-events": { + "identifier": "allow-set-ignore-cursor-events", + "description": "Enables the set_ignore_cursor_events command without any pre-configured scope.", + "commands": { "allow": ["set_ignore_cursor_events"], "deny": [] } }, - "allow-applocaldata-read": { - "identifier": "allow-applocaldata-read", - "description": "This allows non-recursive read access to the `$APPLOCALDATA` folder.", - "permissions": ["read-all", "scope-applocaldata"] + "allow-set-max-size": { + "identifier": "allow-set-max-size", + "description": "Enables the set_max_size command without any pre-configured scope.", + "commands": { "allow": ["set_max_size"], "deny": [] } }, - "allow-applocaldata-read-recursive": { - "identifier": "allow-applocaldata-read-recursive", - "description": "This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.", - "permissions": ["read-all", "scope-applocaldata-recursive"] + "allow-set-maximizable": { + "identifier": "allow-set-maximizable", + "description": "Enables the set_maximizable command without any pre-configured scope.", + "commands": { "allow": ["set_maximizable"], "deny": [] } }, - "allow-applocaldata-write": { - "identifier": "allow-applocaldata-write", - "description": "This allows non-recursive write access to the `$APPLOCALDATA` folder.", - "permissions": ["write-all", "scope-applocaldata"] + "allow-set-min-size": { + "identifier": "allow-set-min-size", + "description": "Enables the set_min_size command without any pre-configured scope.", + "commands": { "allow": ["set_min_size"], "deny": [] } }, - "allow-applocaldata-write-recursive": { - "identifier": "allow-applocaldata-write-recursive", - "description": "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", - "permissions": ["write-all", "scope-applocaldata-recursive"] + "allow-set-minimizable": { + "identifier": "allow-set-minimizable", + "description": "Enables the set_minimizable command without any pre-configured scope.", + "commands": { "allow": ["set_minimizable"], "deny": [] } }, - "allow-applog-meta": { - "identifier": "allow-applog-meta", - "description": "This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-applog-index"] + "allow-set-position": { + "identifier": "allow-set-position", + "description": "Enables the set_position command without any pre-configured scope.", + "commands": { "allow": ["set_position"], "deny": [] } }, - "allow-applog-meta-recursive": { - "identifier": "allow-applog-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-applog-recursive"] + "allow-set-progress-bar": { + "identifier": "allow-set-progress-bar", + "description": "Enables the set_progress_bar command without any pre-configured scope.", + "commands": { "allow": ["set_progress_bar"], "deny": [] } }, - "allow-applog-read": { - "identifier": "allow-applog-read", - "description": "This allows non-recursive read access to the `$APPLOG` folder.", - "permissions": ["read-all", "scope-applog"] + "allow-set-resizable": { + "identifier": "allow-set-resizable", + "description": "Enables the set_resizable command without any pre-configured scope.", + "commands": { "allow": ["set_resizable"], "deny": [] } }, - "allow-applog-read-recursive": { - "identifier": "allow-applog-read-recursive", - "description": "This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.", - "permissions": ["read-all", "scope-applog-recursive"] + "allow-set-shadow": { + "identifier": "allow-set-shadow", + "description": "Enables the set_shadow command without any pre-configured scope.", + "commands": { "allow": ["set_shadow"], "deny": [] } }, - "allow-applog-write": { - "identifier": "allow-applog-write", - "description": "This allows non-recursive write access to the `$APPLOG` folder.", - "permissions": ["write-all", "scope-applog"] + "allow-set-size": { + "identifier": "allow-set-size", + "description": "Enables the set_size command without any pre-configured scope.", + "commands": { "allow": ["set_size"], "deny": [] } }, - "allow-applog-write-recursive": { - "identifier": "allow-applog-write-recursive", - "description": "This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", - "permissions": ["write-all", "scope-applog-recursive"] + "allow-set-size-constraints": { + "identifier": "allow-set-size-constraints", + "description": "Enables the set_size_constraints command without any pre-configured scope.", + "commands": { "allow": ["set_size_constraints"], "deny": [] } }, - "allow-audio-meta": { - "identifier": "allow-audio-meta", - "description": "This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-audio-index"] + "allow-set-skip-taskbar": { + "identifier": "allow-set-skip-taskbar", + "description": "Enables the set_skip_taskbar command without any pre-configured scope.", + "commands": { "allow": ["set_skip_taskbar"], "deny": [] } }, - "allow-audio-meta-recursive": { - "identifier": "allow-audio-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-audio-recursive"] + "allow-set-title": { + "identifier": "allow-set-title", + "description": "Enables the set_title command without any pre-configured scope.", + "commands": { "allow": ["set_title"], "deny": [] } }, - "allow-audio-read": { - "identifier": "allow-audio-read", - "description": "This allows non-recursive read access to the `$AUDIO` folder.", - "permissions": ["read-all", "scope-audio"] + "allow-set-title-bar-style": { + "identifier": "allow-set-title-bar-style", + "description": "Enables the set_title_bar_style command without any pre-configured scope.", + "commands": { "allow": ["set_title_bar_style"], "deny": [] } }, - "allow-audio-read-recursive": { - "identifier": "allow-audio-read-recursive", - "description": "This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.", - "permissions": ["read-all", "scope-audio-recursive"] + "allow-set-visible-on-all-workspaces": { + "identifier": "allow-set-visible-on-all-workspaces", + "description": "Enables the set_visible_on_all_workspaces command without any pre-configured scope.", + "commands": { "allow": ["set_visible_on_all_workspaces"], "deny": [] } }, - "allow-audio-write": { - "identifier": "allow-audio-write", - "description": "This allows non-recursive write access to the `$AUDIO` folder.", - "permissions": ["write-all", "scope-audio"] + "allow-show": { + "identifier": "allow-show", + "description": "Enables the show command without any pre-configured scope.", + "commands": { "allow": ["show"], "deny": [] } }, - "allow-audio-write-recursive": { - "identifier": "allow-audio-write-recursive", - "description": "This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", - "permissions": ["write-all", "scope-audio-recursive"] + "allow-start-dragging": { + "identifier": "allow-start-dragging", + "description": "Enables the start_dragging command without any pre-configured scope.", + "commands": { "allow": ["start_dragging"], "deny": [] } }, - "allow-cache-meta": { - "identifier": "allow-cache-meta", - "description": "This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-cache-index"] + "allow-start-resize-dragging": { + "identifier": "allow-start-resize-dragging", + "description": "Enables the start_resize_dragging command without any pre-configured scope.", + "commands": { "allow": ["start_resize_dragging"], "deny": [] } }, - "allow-cache-meta-recursive": { - "identifier": "allow-cache-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-cache-recursive"] + "allow-theme": { + "identifier": "allow-theme", + "description": "Enables the theme command without any pre-configured scope.", + "commands": { "allow": ["theme"], "deny": [] } }, - "allow-cache-read": { - "identifier": "allow-cache-read", - "description": "This allows non-recursive read access to the `$CACHE` folder.", - "permissions": ["read-all", "scope-cache"] + "allow-title": { + "identifier": "allow-title", + "description": "Enables the title command without any pre-configured scope.", + "commands": { "allow": ["title"], "deny": [] } }, - "allow-cache-read-recursive": { - "identifier": "allow-cache-read-recursive", - "description": "This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.", - "permissions": ["read-all", "scope-cache-recursive"] + "allow-toggle-maximize": { + "identifier": "allow-toggle-maximize", + "description": "Enables the toggle_maximize command without any pre-configured scope.", + "commands": { "allow": ["toggle_maximize"], "deny": [] } }, - "allow-cache-write": { - "identifier": "allow-cache-write", - "description": "This allows non-recursive write access to the `$CACHE` folder.", - "permissions": ["write-all", "scope-cache"] + "allow-unmaximize": { + "identifier": "allow-unmaximize", + "description": "Enables the unmaximize command without any pre-configured scope.", + "commands": { "allow": ["unmaximize"], "deny": [] } }, - "allow-cache-write-recursive": { - "identifier": "allow-cache-write-recursive", - "description": "This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", - "permissions": ["write-all", "scope-cache-recursive"] + "allow-unminimize": { + "identifier": "allow-unminimize", + "description": "Enables the unminimize command without any pre-configured scope.", + "commands": { "allow": ["unminimize"], "deny": [] } }, - "allow-config-meta": { - "identifier": "allow-config-meta", - "description": "This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-config-index"] + "deny-available-monitors": { + "identifier": "deny-available-monitors", + "description": "Denies the available_monitors command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["available_monitors"] } }, - "allow-config-meta-recursive": { - "identifier": "allow-config-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-config-recursive"] + "deny-center": { + "identifier": "deny-center", + "description": "Denies the center command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["center"] } }, - "allow-config-read": { - "identifier": "allow-config-read", - "description": "This allows non-recursive read access to the `$CONFIG` folder.", - "permissions": ["read-all", "scope-config"] + "deny-close": { + "identifier": "deny-close", + "description": "Denies the close command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["close"] } }, - "allow-config-read-recursive": { - "identifier": "allow-config-read-recursive", - "description": "This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.", - "permissions": ["read-all", "scope-config-recursive"] + "deny-create": { + "identifier": "deny-create", + "description": "Denies the create command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["create"] } }, - "allow-config-write": { - "identifier": "allow-config-write", - "description": "This allows non-recursive write access to the `$CONFIG` folder.", - "permissions": ["write-all", "scope-config"] + "deny-current-monitor": { + "identifier": "deny-current-monitor", + "description": "Denies the current_monitor command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["current_monitor"] } }, - "allow-config-write-recursive": { - "identifier": "allow-config-write-recursive", - "description": "This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", - "permissions": ["write-all", "scope-config-recursive"] + "deny-cursor-position": { + "identifier": "deny-cursor-position", + "description": "Denies the cursor_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["cursor_position"] } }, - "allow-data-meta": { - "identifier": "allow-data-meta", - "description": "This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-data-index"] + "deny-destroy": { + "identifier": "deny-destroy", + "description": "Denies the destroy command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["destroy"] } }, - "allow-data-meta-recursive": { - "identifier": "allow-data-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-data-recursive"] + "deny-hide": { + "identifier": "deny-hide", + "description": "Denies the hide command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["hide"] } }, - "allow-data-read": { - "identifier": "allow-data-read", - "description": "This allows non-recursive read access to the `$DATA` folder.", - "permissions": ["read-all", "scope-data"] + "deny-inner-position": { + "identifier": "deny-inner-position", + "description": "Denies the inner_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["inner_position"] } }, - "allow-data-read-recursive": { - "identifier": "allow-data-read-recursive", - "description": "This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.", - "permissions": ["read-all", "scope-data-recursive"] + "deny-inner-size": { + "identifier": "deny-inner-size", + "description": "Denies the inner_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["inner_size"] } }, - "allow-data-write": { - "identifier": "allow-data-write", - "description": "This allows non-recursive write access to the `$DATA` folder.", - "permissions": ["write-all", "scope-data"] + "deny-internal-toggle-maximize": { + "identifier": "deny-internal-toggle-maximize", + "description": "Denies the internal_toggle_maximize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["internal_toggle_maximize"] } }, - "allow-data-write-recursive": { - "identifier": "allow-data-write-recursive", - "description": "This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", - "permissions": ["write-all", "scope-data-recursive"] + "deny-is-closable": { + "identifier": "deny-is-closable", + "description": "Denies the is_closable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_closable"] } }, - "allow-desktop-meta": { - "identifier": "allow-desktop-meta", - "description": "This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-desktop-index"] + "deny-is-decorated": { + "identifier": "deny-is-decorated", + "description": "Denies the is_decorated command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_decorated"] } }, - "allow-desktop-meta-recursive": { - "identifier": "allow-desktop-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-desktop-recursive"] + "deny-is-focused": { + "identifier": "deny-is-focused", + "description": "Denies the is_focused command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_focused"] } }, - "allow-desktop-read": { - "identifier": "allow-desktop-read", - "description": "This allows non-recursive read access to the `$DESKTOP` folder.", - "permissions": ["read-all", "scope-desktop"] + "deny-is-fullscreen": { + "identifier": "deny-is-fullscreen", + "description": "Denies the is_fullscreen command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_fullscreen"] } }, - "allow-desktop-read-recursive": { - "identifier": "allow-desktop-read-recursive", - "description": "This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.", - "permissions": ["read-all", "scope-desktop-recursive"] + "deny-is-maximizable": { + "identifier": "deny-is-maximizable", + "description": "Denies the is_maximizable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_maximizable"] } }, - "allow-desktop-write": { - "identifier": "allow-desktop-write", - "description": "This allows non-recursive write access to the `$DESKTOP` folder.", - "permissions": ["write-all", "scope-desktop"] + "deny-is-maximized": { + "identifier": "deny-is-maximized", + "description": "Denies the is_maximized command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_maximized"] } }, - "allow-desktop-write-recursive": { - "identifier": "allow-desktop-write-recursive", - "description": "This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", - "permissions": ["write-all", "scope-desktop-recursive"] + "deny-is-minimizable": { + "identifier": "deny-is-minimizable", + "description": "Denies the is_minimizable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_minimizable"] } }, - "allow-document-meta": { - "identifier": "allow-document-meta", - "description": "This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-document-index"] + "deny-is-minimized": { + "identifier": "deny-is-minimized", + "description": "Denies the is_minimized command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_minimized"] } }, - "allow-document-meta-recursive": { - "identifier": "allow-document-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-document-recursive"] + "deny-is-resizable": { + "identifier": "deny-is-resizable", + "description": "Denies the is_resizable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_resizable"] } }, - "allow-document-read": { - "identifier": "allow-document-read", - "description": "This allows non-recursive read access to the `$DOCUMENT` folder.", - "permissions": ["read-all", "scope-document"] + "deny-is-visible": { + "identifier": "deny-is-visible", + "description": "Denies the is_visible command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_visible"] } }, - "allow-document-read-recursive": { - "identifier": "allow-document-read-recursive", - "description": "This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.", - "permissions": ["read-all", "scope-document-recursive"] + "deny-maximize": { + "identifier": "deny-maximize", + "description": "Denies the maximize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["maximize"] } }, - "allow-document-write": { - "identifier": "allow-document-write", - "description": "This allows non-recursive write access to the `$DOCUMENT` folder.", - "permissions": ["write-all", "scope-document"] + "deny-minimize": { + "identifier": "deny-minimize", + "description": "Denies the minimize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["minimize"] } }, - "allow-document-write-recursive": { - "identifier": "allow-document-write-recursive", - "description": "This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", - "permissions": ["write-all", "scope-document-recursive"] + "deny-monitor-from-point": { + "identifier": "deny-monitor-from-point", + "description": "Denies the monitor_from_point command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["monitor_from_point"] } }, - "allow-download-meta": { - "identifier": "allow-download-meta", - "description": "This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-download-index"] + "deny-outer-position": { + "identifier": "deny-outer-position", + "description": "Denies the outer_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["outer_position"] } }, - "allow-download-meta-recursive": { - "identifier": "allow-download-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-download-recursive"] + "deny-outer-size": { + "identifier": "deny-outer-size", + "description": "Denies the outer_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["outer_size"] } }, - "allow-download-read": { - "identifier": "allow-download-read", - "description": "This allows non-recursive read access to the `$DOWNLOAD` folder.", - "permissions": ["read-all", "scope-download"] + "deny-primary-monitor": { + "identifier": "deny-primary-monitor", + "description": "Denies the primary_monitor command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["primary_monitor"] } }, - "allow-download-read-recursive": { - "identifier": "allow-download-read-recursive", - "description": "This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.", - "permissions": ["read-all", "scope-download-recursive"] + "deny-request-user-attention": { + "identifier": "deny-request-user-attention", + "description": "Denies the request_user_attention command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["request_user_attention"] } }, - "allow-download-write": { - "identifier": "allow-download-write", - "description": "This allows non-recursive write access to the `$DOWNLOAD` folder.", - "permissions": ["write-all", "scope-download"] + "deny-scale-factor": { + "identifier": "deny-scale-factor", + "description": "Denies the scale_factor command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["scale_factor"] } }, - "allow-download-write-recursive": { - "identifier": "allow-download-write-recursive", - "description": "This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", - "permissions": ["write-all", "scope-download-recursive"] + "deny-set-always-on-bottom": { + "identifier": "deny-set-always-on-bottom", + "description": "Denies the set_always_on_bottom command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_always_on_bottom"] } }, - "allow-exe-meta": { - "identifier": "allow-exe-meta", - "description": "This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-exe-index"] + "deny-set-always-on-top": { + "identifier": "deny-set-always-on-top", + "description": "Denies the set_always_on_top command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_always_on_top"] } }, - "allow-exe-meta-recursive": { - "identifier": "allow-exe-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-exe-recursive"] + "deny-set-closable": { + "identifier": "deny-set-closable", + "description": "Denies the set_closable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_closable"] } }, - "allow-exe-read": { - "identifier": "allow-exe-read", - "description": "This allows non-recursive read access to the `$EXE` folder.", - "permissions": ["read-all", "scope-exe"] + "deny-set-content-protected": { + "identifier": "deny-set-content-protected", + "description": "Denies the set_content_protected command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_content_protected"] } }, - "allow-exe-read-recursive": { - "identifier": "allow-exe-read-recursive", - "description": "This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.", - "permissions": ["read-all", "scope-exe-recursive"] + "deny-set-cursor-grab": { + "identifier": "deny-set-cursor-grab", + "description": "Denies the set_cursor_grab command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_cursor_grab"] } }, - "allow-exe-write": { - "identifier": "allow-exe-write", - "description": "This allows non-recursive write access to the `$EXE` folder.", - "permissions": ["write-all", "scope-exe"] + "deny-set-cursor-icon": { + "identifier": "deny-set-cursor-icon", + "description": "Denies the set_cursor_icon command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_cursor_icon"] } }, - "allow-exe-write-recursive": { - "identifier": "allow-exe-write-recursive", - "description": "This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", - "permissions": ["write-all", "scope-exe-recursive"] + "deny-set-cursor-position": { + "identifier": "deny-set-cursor-position", + "description": "Denies the set_cursor_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_cursor_position"] } }, - "allow-font-meta": { - "identifier": "allow-font-meta", - "description": "This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-font-index"] + "deny-set-cursor-visible": { + "identifier": "deny-set-cursor-visible", + "description": "Denies the set_cursor_visible command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_cursor_visible"] } }, - "allow-font-meta-recursive": { - "identifier": "allow-font-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-font-recursive"] + "deny-set-decorations": { + "identifier": "deny-set-decorations", + "description": "Denies the set_decorations command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_decorations"] } }, - "allow-font-read": { - "identifier": "allow-font-read", - "description": "This allows non-recursive read access to the `$FONT` folder.", - "permissions": ["read-all", "scope-font"] + "deny-set-effects": { + "identifier": "deny-set-effects", + "description": "Denies the set_effects command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_effects"] } }, - "allow-font-read-recursive": { - "identifier": "allow-font-read-recursive", - "description": "This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.", - "permissions": ["read-all", "scope-font-recursive"] + "deny-set-focus": { + "identifier": "deny-set-focus", + "description": "Denies the set_focus command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_focus"] } }, - "allow-font-write": { - "identifier": "allow-font-write", - "description": "This allows non-recursive write access to the `$FONT` folder.", - "permissions": ["write-all", "scope-font"] + "deny-set-fullscreen": { + "identifier": "deny-set-fullscreen", + "description": "Denies the set_fullscreen command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_fullscreen"] } }, - "allow-font-write-recursive": { - "identifier": "allow-font-write-recursive", - "description": "This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", - "permissions": ["write-all", "scope-font-recursive"] + "deny-set-icon": { + "identifier": "deny-set-icon", + "description": "Denies the set_icon command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_icon"] } }, - "allow-home-meta": { - "identifier": "allow-home-meta", - "description": "This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-home-index"] + "deny-set-ignore-cursor-events": { + "identifier": "deny-set-ignore-cursor-events", + "description": "Denies the set_ignore_cursor_events command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_ignore_cursor_events"] } }, - "allow-home-meta-recursive": { - "identifier": "allow-home-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-home-recursive"] + "deny-set-max-size": { + "identifier": "deny-set-max-size", + "description": "Denies the set_max_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_max_size"] } }, - "allow-home-read": { - "identifier": "allow-home-read", - "description": "This allows non-recursive read access to the `$HOME` folder.", - "permissions": ["read-all", "scope-home"] + "deny-set-maximizable": { + "identifier": "deny-set-maximizable", + "description": "Denies the set_maximizable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_maximizable"] } }, - "allow-home-read-recursive": { - "identifier": "allow-home-read-recursive", - "description": "This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.", - "permissions": ["read-all", "scope-home-recursive"] + "deny-set-min-size": { + "identifier": "deny-set-min-size", + "description": "Denies the set_min_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_min_size"] } }, - "allow-home-write": { - "identifier": "allow-home-write", - "description": "This allows non-recursive write access to the `$HOME` folder.", - "permissions": ["write-all", "scope-home"] + "deny-set-minimizable": { + "identifier": "deny-set-minimizable", + "description": "Denies the set_minimizable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_minimizable"] } }, - "allow-home-write-recursive": { - "identifier": "allow-home-write-recursive", - "description": "This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", - "permissions": ["write-all", "scope-home-recursive"] + "deny-set-position": { + "identifier": "deny-set-position", + "description": "Denies the set_position command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_position"] } }, - "allow-localdata-meta": { - "identifier": "allow-localdata-meta", - "description": "This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-localdata-index"] + "deny-set-progress-bar": { + "identifier": "deny-set-progress-bar", + "description": "Denies the set_progress_bar command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_progress_bar"] } }, - "allow-localdata-meta-recursive": { - "identifier": "allow-localdata-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-localdata-recursive"] + "deny-set-resizable": { + "identifier": "deny-set-resizable", + "description": "Denies the set_resizable command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_resizable"] } }, - "allow-localdata-read": { - "identifier": "allow-localdata-read", - "description": "This allows non-recursive read access to the `$LOCALDATA` folder.", - "permissions": ["read-all", "scope-localdata"] + "deny-set-shadow": { + "identifier": "deny-set-shadow", + "description": "Denies the set_shadow command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_shadow"] } }, - "allow-localdata-read-recursive": { - "identifier": "allow-localdata-read-recursive", - "description": "This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.", - "permissions": ["read-all", "scope-localdata-recursive"] + "deny-set-size": { + "identifier": "deny-set-size", + "description": "Denies the set_size command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_size"] } }, - "allow-localdata-write": { - "identifier": "allow-localdata-write", - "description": "This allows non-recursive write access to the `$LOCALDATA` folder.", - "permissions": ["write-all", "scope-localdata"] + "deny-set-size-constraints": { + "identifier": "deny-set-size-constraints", + "description": "Denies the set_size_constraints command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_size_constraints"] } }, - "allow-localdata-write-recursive": { - "identifier": "allow-localdata-write-recursive", - "description": "This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", - "permissions": ["write-all", "scope-localdata-recursive"] + "deny-set-skip-taskbar": { + "identifier": "deny-set-skip-taskbar", + "description": "Denies the set_skip_taskbar command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_skip_taskbar"] } }, - "allow-log-meta": { - "identifier": "allow-log-meta", - "description": "This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-log-index"] + "deny-set-title": { + "identifier": "deny-set-title", + "description": "Denies the set_title command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_title"] } }, - "allow-log-meta-recursive": { - "identifier": "allow-log-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-log-recursive"] + "deny-set-title-bar-style": { + "identifier": "deny-set-title-bar-style", + "description": "Denies the set_title_bar_style command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_title_bar_style"] } }, - "allow-log-read": { - "identifier": "allow-log-read", - "description": "This allows non-recursive read access to the `$LOG` folder.", - "permissions": ["read-all", "scope-log"] + "deny-set-visible-on-all-workspaces": { + "identifier": "deny-set-visible-on-all-workspaces", + "description": "Denies the set_visible_on_all_workspaces command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["set_visible_on_all_workspaces"] } }, - "allow-log-read-recursive": { - "identifier": "allow-log-read-recursive", - "description": "This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.", - "permissions": ["read-all", "scope-log-recursive"] + "deny-show": { + "identifier": "deny-show", + "description": "Denies the show command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["show"] } }, - "allow-log-write": { - "identifier": "allow-log-write", - "description": "This allows non-recursive write access to the `$LOG` folder.", - "permissions": ["write-all", "scope-log"] + "deny-start-dragging": { + "identifier": "deny-start-dragging", + "description": "Denies the start_dragging command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["start_dragging"] } }, - "allow-log-write-recursive": { - "identifier": "allow-log-write-recursive", - "description": "This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", - "permissions": ["write-all", "scope-log-recursive"] + "deny-start-resize-dragging": { + "identifier": "deny-start-resize-dragging", + "description": "Denies the start_resize_dragging command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["start_resize_dragging"] } }, - "allow-picture-meta": { - "identifier": "allow-picture-meta", - "description": "This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-picture-index"] + "deny-theme": { + "identifier": "deny-theme", + "description": "Denies the theme command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["theme"] } }, - "allow-picture-meta-recursive": { - "identifier": "allow-picture-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-picture-recursive"] + "deny-title": { + "identifier": "deny-title", + "description": "Denies the title command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["title"] } }, - "allow-picture-read": { - "identifier": "allow-picture-read", - "description": "This allows non-recursive read access to the `$PICTURE` folder.", - "permissions": ["read-all", "scope-picture"] + "deny-toggle-maximize": { + "identifier": "deny-toggle-maximize", + "description": "Denies the toggle_maximize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["toggle_maximize"] } }, - "allow-picture-read-recursive": { - "identifier": "allow-picture-read-recursive", - "description": "This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.", - "permissions": ["read-all", "scope-picture-recursive"] + "deny-unmaximize": { + "identifier": "deny-unmaximize", + "description": "Denies the unmaximize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["unmaximize"] } }, - "allow-picture-write": { - "identifier": "allow-picture-write", - "description": "This allows non-recursive write access to the `$PICTURE` folder.", - "permissions": ["write-all", "scope-picture"] + "deny-unminimize": { + "identifier": "deny-unminimize", + "description": "Denies the unminimize command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["unminimize"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "deep-link": { + "default_permission": { + "identifier": "default", + "description": "Allows reading the opened deep link via the get_current command", + "permissions": ["allow-get-current"] + }, + "permissions": { + "allow-get-current": { + "identifier": "allow-get-current", + "description": "Enables the get_current command without any pre-configured scope.", + "commands": { "allow": ["get_current"], "deny": [] } }, - "allow-picture-write-recursive": { - "identifier": "allow-picture-write-recursive", - "description": "This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", - "permissions": ["write-all", "scope-picture-recursive"] + "allow-is-registered": { + "identifier": "allow-is-registered", + "description": "Enables the is_registered command without any pre-configured scope.", + "commands": { "allow": ["is_registered"], "deny": [] } }, - "allow-public-meta": { - "identifier": "allow-public-meta", - "description": "This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-public-index"] + "allow-register": { + "identifier": "allow-register", + "description": "Enables the register command without any pre-configured scope.", + "commands": { "allow": ["register"], "deny": [] } }, - "allow-public-meta-recursive": { - "identifier": "allow-public-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-public-recursive"] + "allow-unregister": { + "identifier": "allow-unregister", + "description": "Enables the unregister command without any pre-configured scope.", + "commands": { "allow": ["unregister"], "deny": [] } }, - "allow-public-read": { - "identifier": "allow-public-read", - "description": "This allows non-recursive read access to the `$PUBLIC` folder.", - "permissions": ["read-all", "scope-public"] + "deny-get-current": { + "identifier": "deny-get-current", + "description": "Denies the get_current command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["get_current"] } }, - "allow-public-read-recursive": { - "identifier": "allow-public-read-recursive", - "description": "This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.", - "permissions": ["read-all", "scope-public-recursive"] + "deny-is-registered": { + "identifier": "deny-is-registered", + "description": "Denies the is_registered command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["is_registered"] } }, - "allow-public-write": { - "identifier": "allow-public-write", - "description": "This allows non-recursive write access to the `$PUBLIC` folder.", - "permissions": ["write-all", "scope-public"] + "deny-register": { + "identifier": "deny-register", + "description": "Denies the register command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["register"] } }, - "allow-public-write-recursive": { - "identifier": "allow-public-write-recursive", - "description": "This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", - "permissions": ["write-all", "scope-public-recursive"] + "deny-unregister": { + "identifier": "deny-unregister", + "description": "Denies the unregister command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["unregister"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "dialog": { + "default_permission": { + "identifier": "default", + "description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n", + "permissions": ["allow-ask", "allow-confirm", "allow-message", "allow-save", "allow-open"] + }, + "permissions": { + "allow-ask": { + "identifier": "allow-ask", + "description": "Enables the ask command without any pre-configured scope.", + "commands": { "allow": ["ask"], "deny": [] } }, - "allow-resource-meta": { - "identifier": "allow-resource-meta", - "description": "This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-resource-index"] + "allow-confirm": { + "identifier": "allow-confirm", + "description": "Enables the confirm command without any pre-configured scope.", + "commands": { "allow": ["confirm"], "deny": [] } }, - "allow-resource-meta-recursive": { - "identifier": "allow-resource-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-resource-recursive"] + "allow-message": { + "identifier": "allow-message", + "description": "Enables the message command without any pre-configured scope.", + "commands": { "allow": ["message"], "deny": [] } }, - "allow-resource-read": { - "identifier": "allow-resource-read", - "description": "This allows non-recursive read access to the `$RESOURCE` folder.", - "permissions": ["read-all", "scope-resource"] + "allow-open": { + "identifier": "allow-open", + "description": "Enables the open command without any pre-configured scope.", + "commands": { "allow": ["open"], "deny": [] } }, - "allow-resource-read-recursive": { - "identifier": "allow-resource-read-recursive", - "description": "This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.", - "permissions": ["read-all", "scope-resource-recursive"] + "allow-save": { + "identifier": "allow-save", + "description": "Enables the save command without any pre-configured scope.", + "commands": { "allow": ["save"], "deny": [] } }, - "allow-resource-write": { - "identifier": "allow-resource-write", - "description": "This allows non-recursive write access to the `$RESOURCE` folder.", - "permissions": ["write-all", "scope-resource"] + "deny-ask": { + "identifier": "deny-ask", + "description": "Denies the ask command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["ask"] } }, - "allow-resource-write-recursive": { - "identifier": "allow-resource-write-recursive", - "description": "This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", - "permissions": ["write-all", "scope-resource-recursive"] + "deny-confirm": { + "identifier": "deny-confirm", + "description": "Denies the confirm command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["confirm"] } }, - "allow-runtime-meta": { - "identifier": "allow-runtime-meta", - "description": "This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-runtime-index"] + "deny-message": { + "identifier": "deny-message", + "description": "Denies the message command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["message"] } }, - "allow-runtime-meta-recursive": { - "identifier": "allow-runtime-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-runtime-recursive"] + "deny-open": { + "identifier": "deny-open", + "description": "Denies the open command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["open"] } }, - "allow-runtime-read": { - "identifier": "allow-runtime-read", - "description": "This allows non-recursive read access to the `$RUNTIME` folder.", - "permissions": ["read-all", "scope-runtime"] - }, - "allow-runtime-read-recursive": { - "identifier": "allow-runtime-read-recursive", - "description": "This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.", - "permissions": ["read-all", "scope-runtime-recursive"] - }, - "allow-runtime-write": { - "identifier": "allow-runtime-write", - "description": "This allows non-recursive write access to the `$RUNTIME` folder.", - "permissions": ["write-all", "scope-runtime"] + "deny-save": { + "identifier": "deny-save", + "description": "Denies the save command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["save"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "fs": { + "default_permission": { + "identifier": "default", + "description": "This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n", + "permissions": [ + "create-app-specific-dirs", + "read-app-specific-dirs-recursive", + "deny-default" + ] + }, + "permissions": { + "allow-copy-file": { + "identifier": "allow-copy-file", + "description": "Enables the copy_file command without any pre-configured scope.", + "commands": { "allow": ["copy_file"], "deny": [] } }, - "allow-runtime-write-recursive": { - "identifier": "allow-runtime-write-recursive", - "description": "This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", - "permissions": ["write-all", "scope-runtime-recursive"] + "allow-create": { + "identifier": "allow-create", + "description": "Enables the create command without any pre-configured scope.", + "commands": { "allow": ["create"], "deny": [] } }, - "allow-temp-meta": { - "identifier": "allow-temp-meta", - "description": "This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-temp-index"] + "allow-exists": { + "identifier": "allow-exists", + "description": "Enables the exists command without any pre-configured scope.", + "commands": { "allow": ["exists"], "deny": [] } }, - "allow-temp-meta-recursive": { - "identifier": "allow-temp-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-temp-recursive"] + "allow-fstat": { + "identifier": "allow-fstat", + "description": "Enables the fstat command without any pre-configured scope.", + "commands": { "allow": ["fstat"], "deny": [] } }, - "allow-temp-read": { - "identifier": "allow-temp-read", - "description": "This allows non-recursive read access to the `$TEMP` folder.", - "permissions": ["read-all", "scope-temp"] + "allow-ftruncate": { + "identifier": "allow-ftruncate", + "description": "Enables the ftruncate command without any pre-configured scope.", + "commands": { "allow": ["ftruncate"], "deny": [] } }, - "allow-temp-read-recursive": { - "identifier": "allow-temp-read-recursive", - "description": "This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.", - "permissions": ["read-all", "scope-temp-recursive"] + "allow-lstat": { + "identifier": "allow-lstat", + "description": "Enables the lstat command without any pre-configured scope.", + "commands": { "allow": ["lstat"], "deny": [] } }, - "allow-temp-write": { - "identifier": "allow-temp-write", - "description": "This allows non-recursive write access to the `$TEMP` folder.", - "permissions": ["write-all", "scope-temp"] + "allow-mkdir": { + "identifier": "allow-mkdir", + "description": "Enables the mkdir command without any pre-configured scope.", + "commands": { "allow": ["mkdir"], "deny": [] } }, - "allow-temp-write-recursive": { - "identifier": "allow-temp-write-recursive", - "description": "This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", - "permissions": ["write-all", "scope-temp-recursive"] + "allow-open": { + "identifier": "allow-open", + "description": "Enables the open command without any pre-configured scope.", + "commands": { "allow": ["open"], "deny": [] } }, - "allow-template-meta": { - "identifier": "allow-template-meta", - "description": "This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-template-index"] + "allow-read": { + "identifier": "allow-read", + "description": "Enables the read command without any pre-configured scope.", + "commands": { "allow": ["read"], "deny": [] } }, - "allow-template-meta-recursive": { - "identifier": "allow-template-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-template-recursive"] + "allow-read-dir": { + "identifier": "allow-read-dir", + "description": "Enables the read_dir command without any pre-configured scope.", + "commands": { "allow": ["read_dir"], "deny": [] } }, - "allow-template-read": { - "identifier": "allow-template-read", - "description": "This allows non-recursive read access to the `$TEMPLATE` folder.", - "permissions": ["read-all", "scope-template"] + "allow-read-file": { + "identifier": "allow-read-file", + "description": "Enables the read_file command without any pre-configured scope.", + "commands": { "allow": ["read_file"], "deny": [] } }, - "allow-template-read-recursive": { - "identifier": "allow-template-read-recursive", - "description": "This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.", - "permissions": ["read-all", "scope-template-recursive"] + "allow-read-text-file": { + "identifier": "allow-read-text-file", + "description": "Enables the read_text_file command without any pre-configured scope.", + "commands": { "allow": ["read_text_file"], "deny": [] } }, - "allow-template-write": { - "identifier": "allow-template-write", - "description": "This allows non-recursive write access to the `$TEMPLATE` folder.", - "permissions": ["write-all", "scope-template"] + "allow-read-text-file-lines": { + "identifier": "allow-read-text-file-lines", + "description": "Enables the read_text_file_lines command without any pre-configured scope.", + "commands": { "allow": ["read_text_file_lines"], "deny": [] } }, - "allow-template-write-recursive": { - "identifier": "allow-template-write-recursive", - "description": "This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", - "permissions": ["write-all", "scope-template-recursive"] + "allow-read-text-file-lines-next": { + "identifier": "allow-read-text-file-lines-next", + "description": "Enables the read_text_file_lines_next command without any pre-configured scope.", + "commands": { "allow": ["read_text_file_lines_next"], "deny": [] } }, - "allow-video-meta": { - "identifier": "allow-video-meta", - "description": "This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-video-index"] + "allow-remove": { + "identifier": "allow-remove", + "description": "Enables the remove command without any pre-configured scope.", + "commands": { "allow": ["remove"], "deny": [] } }, - "allow-video-meta-recursive": { - "identifier": "allow-video-meta-recursive", - "description": "This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", - "permissions": ["read-meta", "scope-video-recursive"] + "allow-rename": { + "identifier": "allow-rename", + "description": "Enables the rename command without any pre-configured scope.", + "commands": { "allow": ["rename"], "deny": [] } }, - "allow-video-read": { - "identifier": "allow-video-read", - "description": "This allows non-recursive read access to the `$VIDEO` folder.", - "permissions": ["read-all", "scope-video"] + "allow-seek": { + "identifier": "allow-seek", + "description": "Enables the seek command without any pre-configured scope.", + "commands": { "allow": ["seek"], "deny": [] } }, - "allow-video-read-recursive": { - "identifier": "allow-video-read-recursive", - "description": "This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.", - "permissions": ["read-all", "scope-video-recursive"] + "allow-stat": { + "identifier": "allow-stat", + "description": "Enables the stat command without any pre-configured scope.", + "commands": { "allow": ["stat"], "deny": [] } }, - "allow-video-write": { - "identifier": "allow-video-write", - "description": "This allows non-recursive write access to the `$VIDEO` folder.", - "permissions": ["write-all", "scope-video"] + "allow-truncate": { + "identifier": "allow-truncate", + "description": "Enables the truncate command without any pre-configured scope.", + "commands": { "allow": ["truncate"], "deny": [] } }, - "allow-video-write-recursive": { - "identifier": "allow-video-write-recursive", - "description": "This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", - "permissions": ["write-all", "scope-video-recursive"] + "allow-unwatch": { + "identifier": "allow-unwatch", + "description": "Enables the unwatch command without any pre-configured scope.", + "commands": { "allow": ["unwatch"], "deny": [] } }, - "deny-default": { - "identifier": "deny-default", - "description": "This denies access to dangerous Tauri relevant files and folders by default.", - "permissions": ["deny-webview-data-linux", "deny-webview-data-windows"] - } - }, - "global_scope_schema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "anyOf": [ - { "description": "FS scope path.", "type": "string" }, - { - "properties": { "path": { "description": "FS scope path.", "type": "string" } }, - "required": ["path"], - "type": "object" - } - ], - "description": "FS scope entry.", - "title": "FsScopeEntry" - } - }, - "http": { - "default_permission": { - "identifier": "default", - "description": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n", - "permissions": [ - "allow-fetch", - "allow-fetch-cancel", - "allow-fetch-read-body", - "allow-fetch-send" - ] - }, - "permissions": { - "allow-fetch": { - "identifier": "allow-fetch", - "description": "Enables the fetch command without any pre-configured scope.", - "commands": { "allow": ["fetch"], "deny": [] } + "allow-watch": { + "identifier": "allow-watch", + "description": "Enables the watch command without any pre-configured scope.", + "commands": { "allow": ["watch"], "deny": [] } }, - "allow-fetch-cancel": { - "identifier": "allow-fetch-cancel", - "description": "Enables the fetch_cancel command without any pre-configured scope.", - "commands": { "allow": ["fetch_cancel"], "deny": [] } + "allow-write": { + "identifier": "allow-write", + "description": "Enables the write command without any pre-configured scope.", + "commands": { "allow": ["write"], "deny": [] } }, - "allow-fetch-read-body": { - "identifier": "allow-fetch-read-body", - "description": "Enables the fetch_read_body command without any pre-configured scope.", - "commands": { "allow": ["fetch_read_body"], "deny": [] } + "allow-write-file": { + "identifier": "allow-write-file", + "description": "Enables the write_file command without any pre-configured scope.", + "commands": { "allow": ["write_file"], "deny": [] } }, - "allow-fetch-send": { - "identifier": "allow-fetch-send", - "description": "Enables the fetch_send command without any pre-configured scope.", - "commands": { "allow": ["fetch_send"], "deny": [] } + "allow-write-text-file": { + "identifier": "allow-write-text-file", + "description": "Enables the write_text_file command without any pre-configured scope.", + "commands": { "allow": ["write_text_file"], "deny": [] } }, - "deny-fetch": { - "identifier": "deny-fetch", - "description": "Denies the fetch command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["fetch"] } + "create-app-specific-dirs": { + "identifier": "create-app-specific-dirs", + "description": "This permissions allows to create the application specific directories.\n", + "commands": { "allow": ["mkdir"], "deny": [] }, + "scope": { + "allow": [ + { "path": "$APPCONFIG" }, + { "path": "$APPDATA" }, + { "path": "$APPLOCALDATA" }, + { "path": "$APPCACHE" }, + { "path": "$APPLOG" } + ] + } }, - "deny-fetch-cancel": { - "identifier": "deny-fetch-cancel", - "description": "Denies the fetch_cancel command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["fetch_cancel"] } + "deny-copy-file": { + "identifier": "deny-copy-file", + "description": "Denies the copy_file command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["copy_file"] } }, - "deny-fetch-read-body": { - "identifier": "deny-fetch-read-body", - "description": "Denies the fetch_read_body command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["fetch_read_body"] } + "deny-create": { + "identifier": "deny-create", + "description": "Denies the create command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["create"] } }, - "deny-fetch-send": { - "identifier": "deny-fetch-send", - "description": "Denies the fetch_send command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["fetch_send"] } - } - }, - "permission_sets": {}, - "global_scope_schema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "anyOf": [ - { - "description": "A URL that can be accessed by the webview when using the HTTP APIs. Wildcards can be used following the URL pattern standard.\n\nSee [the URL Pattern spec](https://urlpattern.spec.whatwg.org/) for more information.\n\nExamples:\n\n- \"https://*\" : allows all HTTPS origin on port 443\n\n- \"https://*:*\" : allows all HTTPS origin on any port\n\n- \"https://*.github.com/tauri-apps/tauri\": allows any subdomain of \"github.com\" with the \"tauri-apps/api\" path\n\n- \"https://myapi.service.com/users/*\": allows access to any URLs that begins with \"https://myapi.service.com/users/\"", - "type": "string" - }, - { - "properties": { - "url": { - "description": "A URL that can be accessed by the webview when using the HTTP APIs. Wildcards can be used following the URL pattern standard.\n\nSee [the URL Pattern spec](https://urlpattern.spec.whatwg.org/) for more information.\n\nExamples:\n\n- \"https://*\" : allows all HTTPS origin on port 443\n\n- \"https://*:*\" : allows all HTTPS origin on any port\n\n- \"https://*.github.com/tauri-apps/tauri\": allows any subdomain of \"github.com\" with the \"tauri-apps/api\" path\n\n- \"https://myapi.service.com/users/*\": allows access to any URLs that begins with \"https://myapi.service.com/users/\"", - "type": "string" - } - }, - "required": ["url"], - "type": "object" - } - ], - "description": "HTTP scope entry.", - "title": "HttpScopeEntry" - } - }, - "image": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": [ - "allow-new", - "allow-from-bytes", - "allow-from-path", - "allow-rgba", - "allow-size" - ] - }, - "permissions": { - "allow-from-bytes": { - "identifier": "allow-from-bytes", - "description": "Enables the from_bytes command without any pre-configured scope.", - "commands": { "allow": ["from_bytes"], "deny": [] } + "deny-exists": { + "identifier": "deny-exists", + "description": "Denies the exists command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["exists"] } }, - "allow-from-path": { - "identifier": "allow-from-path", - "description": "Enables the from_path command without any pre-configured scope.", - "commands": { "allow": ["from_path"], "deny": [] } + "deny-fstat": { + "identifier": "deny-fstat", + "description": "Denies the fstat command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["fstat"] } }, - "allow-new": { - "identifier": "allow-new", - "description": "Enables the new command without any pre-configured scope.", - "commands": { "allow": ["new"], "deny": [] } + "deny-ftruncate": { + "identifier": "deny-ftruncate", + "description": "Denies the ftruncate command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["ftruncate"] } }, - "allow-rgba": { - "identifier": "allow-rgba", - "description": "Enables the rgba command without any pre-configured scope.", - "commands": { "allow": ["rgba"], "deny": [] } + "deny-lstat": { + "identifier": "deny-lstat", + "description": "Denies the lstat command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["lstat"] } }, - "allow-size": { - "identifier": "allow-size", - "description": "Enables the size command without any pre-configured scope.", - "commands": { "allow": ["size"], "deny": [] } + "deny-mkdir": { + "identifier": "deny-mkdir", + "description": "Denies the mkdir command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["mkdir"] } }, - "deny-from-bytes": { - "identifier": "deny-from-bytes", - "description": "Denies the from_bytes command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["from_bytes"] } + "deny-open": { + "identifier": "deny-open", + "description": "Denies the open command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["open"] } }, - "deny-from-path": { - "identifier": "deny-from-path", - "description": "Denies the from_path command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["from_path"] } + "deny-read": { + "identifier": "deny-read", + "description": "Denies the read command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["read"] } }, - "deny-new": { - "identifier": "deny-new", - "description": "Denies the new command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["new"] } + "deny-read-dir": { + "identifier": "deny-read-dir", + "description": "Denies the read_dir command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["read_dir"] } }, - "deny-rgba": { - "identifier": "deny-rgba", - "description": "Denies the rgba command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["rgba"] } + "deny-read-file": { + "identifier": "deny-read-file", + "description": "Denies the read_file command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["read_file"] } }, - "deny-size": { - "identifier": "deny-size", - "description": "Denies the size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["size"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "log": { - "default_permission": { - "identifier": "default", - "description": "Allows the log command", - "permissions": ["allow-log"] - }, - "permissions": { - "allow-log": { - "identifier": "allow-log", - "description": "Enables the log command without any pre-configured scope.", - "commands": { "allow": ["log"], "deny": [] } + "deny-read-text-file": { + "identifier": "deny-read-text-file", + "description": "Denies the read_text_file command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["read_text_file"] } }, - "deny-log": { - "identifier": "deny-log", - "description": "Denies the log command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["log"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "menu": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": [ - "allow-new", - "allow-append", - "allow-prepend", - "allow-insert", - "allow-remove", - "allow-remove-at", - "allow-items", - "allow-get", - "allow-popup", - "allow-create-default", - "allow-set-as-app-menu", - "allow-set-as-window-menu", - "allow-text", - "allow-set-text", - "allow-is-enabled", - "allow-set-enabled", - "allow-set-accelerator", - "allow-set-as-windows-menu-for-nsapp", - "allow-set-as-help-menu-for-nsapp", - "allow-is-checked", - "allow-set-checked", - "allow-set-icon" - ] - }, - "permissions": { - "allow-append": { - "identifier": "allow-append", - "description": "Enables the append command without any pre-configured scope.", - "commands": { "allow": ["append"], "deny": [] } + "deny-read-text-file-lines": { + "identifier": "deny-read-text-file-lines", + "description": "Denies the read_text_file_lines command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["read_text_file_lines"] } }, - "allow-create-default": { - "identifier": "allow-create-default", - "description": "Enables the create_default command without any pre-configured scope.", - "commands": { "allow": ["create_default"], "deny": [] } + "deny-read-text-file-lines-next": { + "identifier": "deny-read-text-file-lines-next", + "description": "Denies the read_text_file_lines_next command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["read_text_file_lines_next"] } }, - "allow-get": { - "identifier": "allow-get", - "description": "Enables the get command without any pre-configured scope.", - "commands": { "allow": ["get"], "deny": [] } + "deny-remove": { + "identifier": "deny-remove", + "description": "Denies the remove command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["remove"] } }, - "allow-insert": { - "identifier": "allow-insert", - "description": "Enables the insert command without any pre-configured scope.", - "commands": { "allow": ["insert"], "deny": [] } + "deny-rename": { + "identifier": "deny-rename", + "description": "Denies the rename command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["rename"] } }, - "allow-is-checked": { - "identifier": "allow-is-checked", - "description": "Enables the is_checked command without any pre-configured scope.", - "commands": { "allow": ["is_checked"], "deny": [] } + "deny-seek": { + "identifier": "deny-seek", + "description": "Denies the seek command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["seek"] } }, - "allow-is-enabled": { - "identifier": "allow-is-enabled", - "description": "Enables the is_enabled command without any pre-configured scope.", - "commands": { "allow": ["is_enabled"], "deny": [] } + "deny-stat": { + "identifier": "deny-stat", + "description": "Denies the stat command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["stat"] } }, - "allow-items": { - "identifier": "allow-items", - "description": "Enables the items command without any pre-configured scope.", - "commands": { "allow": ["items"], "deny": [] } - }, - "allow-new": { - "identifier": "allow-new", - "description": "Enables the new command without any pre-configured scope.", - "commands": { "allow": ["new"], "deny": [] } + "deny-truncate": { + "identifier": "deny-truncate", + "description": "Denies the truncate command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["truncate"] } }, - "allow-popup": { - "identifier": "allow-popup", - "description": "Enables the popup command without any pre-configured scope.", - "commands": { "allow": ["popup"], "deny": [] } + "deny-unwatch": { + "identifier": "deny-unwatch", + "description": "Denies the unwatch command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["unwatch"] } }, - "allow-prepend": { - "identifier": "allow-prepend", - "description": "Enables the prepend command without any pre-configured scope.", - "commands": { "allow": ["prepend"], "deny": [] } + "deny-watch": { + "identifier": "deny-watch", + "description": "Denies the watch command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["watch"] } }, - "allow-remove": { - "identifier": "allow-remove", - "description": "Enables the remove command without any pre-configured scope.", - "commands": { "allow": ["remove"], "deny": [] } + "deny-webview-data-linux": { + "identifier": "deny-webview-data-linux", + "description": "This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", + "commands": { "allow": [], "deny": [] } }, - "allow-remove-at": { - "identifier": "allow-remove-at", - "description": "Enables the remove_at command without any pre-configured scope.", - "commands": { "allow": ["remove_at"], "deny": [] } + "deny-webview-data-windows": { + "identifier": "deny-webview-data-windows", + "description": "This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", + "commands": { "allow": [], "deny": [] } }, - "allow-set-accelerator": { - "identifier": "allow-set-accelerator", - "description": "Enables the set_accelerator command without any pre-configured scope.", - "commands": { "allow": ["set_accelerator"], "deny": [] } + "deny-write": { + "identifier": "deny-write", + "description": "Denies the write command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["write"] } }, - "allow-set-as-app-menu": { - "identifier": "allow-set-as-app-menu", - "description": "Enables the set_as_app_menu command without any pre-configured scope.", - "commands": { "allow": ["set_as_app_menu"], "deny": [] } + "deny-write-file": { + "identifier": "deny-write-file", + "description": "Denies the write_file command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["write_file"] } }, - "allow-set-as-help-menu-for-nsapp": { - "identifier": "allow-set-as-help-menu-for-nsapp", - "description": "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", - "commands": { "allow": ["set_as_help_menu_for_nsapp"], "deny": [] } + "deny-write-text-file": { + "identifier": "deny-write-text-file", + "description": "Denies the write_text_file command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["write_text_file"] } }, - "allow-set-as-window-menu": { - "identifier": "allow-set-as-window-menu", - "description": "Enables the set_as_window_menu command without any pre-configured scope.", - "commands": { "allow": ["set_as_window_menu"], "deny": [] } + "read-all": { + "identifier": "read-all", + "description": "This enables all read related commands without any pre-configured accessible paths.", + "commands": { + "allow": [ + "read_dir", + "read_file", + "read", + "open", + "read_text_file", + "read_text_file_lines", + "read_text_file_lines_next", + "seek", + "stat", + "lstat", + "fstat", + "exists", + "watch", + "unwatch" + ], + "deny": [] + } }, - "allow-set-as-windows-menu-for-nsapp": { - "identifier": "allow-set-as-windows-menu-for-nsapp", - "description": "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", - "commands": { "allow": ["set_as_windows_menu_for_nsapp"], "deny": [] } + "read-app-specific-dirs-recursive": { + "identifier": "read-app-specific-dirs-recursive", + "description": "This permission allows recursive read functionality on the application\nspecific base directories. \n", + "commands": { + "allow": [ + "read_dir", + "read_file", + "read_text_file", + "read_text_file_lines", + "read_text_file_lines_next", + "exists" + ], + "deny": [] + }, + "scope": { + "allow": [ + { "path": "$APPCONFIG/**" }, + { "path": "$APPDATA/**" }, + { "path": "$APPLOCALDATA/**" }, + { "path": "$APPCACHE/**" }, + { "path": "$APPLOG/**" } + ] + } }, - "allow-set-checked": { - "identifier": "allow-set-checked", - "description": "Enables the set_checked command without any pre-configured scope.", - "commands": { "allow": ["set_checked"], "deny": [] } + "read-dirs": { + "identifier": "read-dirs", + "description": "This enables directory read and file metadata related commands without any pre-configured accessible paths.", + "commands": { "allow": ["read_dir", "stat", "lstat", "fstat", "exists"], "deny": [] } }, - "allow-set-enabled": { - "identifier": "allow-set-enabled", - "description": "Enables the set_enabled command without any pre-configured scope.", - "commands": { "allow": ["set_enabled"], "deny": [] } + "read-files": { + "identifier": "read-files", + "description": "This enables file read related commands without any pre-configured accessible paths.", + "commands": { + "allow": [ + "read_file", + "read", + "open", + "read_text_file", + "read_text_file_lines", + "read_text_file_lines_next", + "seek", + "stat", + "lstat", + "fstat", + "exists" + ], + "deny": [] + } }, - "allow-set-icon": { - "identifier": "allow-set-icon", - "description": "Enables the set_icon command without any pre-configured scope.", - "commands": { "allow": ["set_icon"], "deny": [] } + "read-meta": { + "identifier": "read-meta", + "description": "This enables all index or metadata related commands without any pre-configured accessible paths.", + "commands": { "allow": ["read_dir", "stat", "lstat", "fstat", "exists"], "deny": [] } }, - "allow-set-text": { - "identifier": "allow-set-text", - "description": "Enables the set_text command without any pre-configured scope.", - "commands": { "allow": ["set_text"], "deny": [] } + "scope": { + "identifier": "scope", + "description": "An empty permission you can use to modify the global scope.", + "commands": { "allow": [], "deny": [] } }, - "allow-text": { - "identifier": "allow-text", - "description": "Enables the text command without any pre-configured scope.", - "commands": { "allow": ["text"], "deny": [] } + "scope-app": { + "identifier": "scope-app", + "description": "This scope permits access to all files and list content of top level directories in the `$APP`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APP/*" }] } }, - "deny-append": { - "identifier": "deny-append", - "description": "Denies the append command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["append"] } + "scope-app-index": { + "identifier": "scope-app-index", + "description": "This scope permits to list all files and folders in the `$APP`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APP/" }] } }, - "deny-create-default": { - "identifier": "deny-create-default", - "description": "Denies the create_default command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["create_default"] } + "scope-app-recursive": { + "identifier": "scope-app-recursive", + "description": "This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APP/**" }] } }, - "deny-get": { - "identifier": "deny-get", - "description": "Denies the get command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["get"] } + "scope-appcache": { + "identifier": "scope-appcache", + "description": "This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPCACHE/*" }] } }, - "deny-insert": { - "identifier": "deny-insert", - "description": "Denies the insert command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["insert"] } + "scope-appcache-index": { + "identifier": "scope-appcache-index", + "description": "This scope permits to list all files and folders in the `$APPCACHE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPCACHE/" }] } }, - "deny-is-checked": { - "identifier": "deny-is-checked", - "description": "Denies the is_checked command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_checked"] } + "scope-appcache-recursive": { + "identifier": "scope-appcache-recursive", + "description": "This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPCACHE/**" }] } }, - "deny-is-enabled": { - "identifier": "deny-is-enabled", - "description": "Denies the is_enabled command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_enabled"] } + "scope-appconfig": { + "identifier": "scope-appconfig", + "description": "This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPCONFIG/*" }] } }, - "deny-items": { - "identifier": "deny-items", - "description": "Denies the items command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["items"] } + "scope-appconfig-index": { + "identifier": "scope-appconfig-index", + "description": "This scope permits to list all files and folders in the `$APPCONFIG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPCONFIG/" }] } }, - "deny-new": { - "identifier": "deny-new", - "description": "Denies the new command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["new"] } + "scope-appconfig-recursive": { + "identifier": "scope-appconfig-recursive", + "description": "This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPCONFIG/**" }] } }, - "deny-popup": { - "identifier": "deny-popup", - "description": "Denies the popup command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["popup"] } + "scope-appdata": { + "identifier": "scope-appdata", + "description": "This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPDATA/*" }] } }, - "deny-prepend": { - "identifier": "deny-prepend", - "description": "Denies the prepend command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["prepend"] } - }, - "deny-remove": { - "identifier": "deny-remove", - "description": "Denies the remove command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["remove"] } + "scope-appdata-index": { + "identifier": "scope-appdata-index", + "description": "This scope permits to list all files and folders in the `$APPDATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPDATA/" }] } }, - "deny-remove-at": { - "identifier": "deny-remove-at", - "description": "Denies the remove_at command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["remove_at"] } + "scope-appdata-recursive": { + "identifier": "scope-appdata-recursive", + "description": "This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPDATA/**" }] } }, - "deny-set-accelerator": { - "identifier": "deny-set-accelerator", - "description": "Denies the set_accelerator command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_accelerator"] } + "scope-applocaldata": { + "identifier": "scope-applocaldata", + "description": "This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPLOCALDATA/*" }] } }, - "deny-set-as-app-menu": { - "identifier": "deny-set-as-app-menu", - "description": "Denies the set_as_app_menu command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_as_app_menu"] } + "scope-applocaldata-index": { + "identifier": "scope-applocaldata-index", + "description": "This scope permits to list all files and folders in the `$APPLOCALDATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPLOCALDATA/" }] } }, - "deny-set-as-help-menu-for-nsapp": { - "identifier": "deny-set-as-help-menu-for-nsapp", - "description": "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_as_help_menu_for_nsapp"] } + "scope-applocaldata-recursive": { + "identifier": "scope-applocaldata-recursive", + "description": "This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPLOCALDATA/**" }] } }, - "deny-set-as-window-menu": { - "identifier": "deny-set-as-window-menu", - "description": "Denies the set_as_window_menu command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_as_window_menu"] } + "scope-applog": { + "identifier": "scope-applog", + "description": "This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPLOG/*" }] } }, - "deny-set-as-windows-menu-for-nsapp": { - "identifier": "deny-set-as-windows-menu-for-nsapp", - "description": "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_as_windows_menu_for_nsapp"] } + "scope-applog-index": { + "identifier": "scope-applog-index", + "description": "This scope permits to list all files and folders in the `$APPLOG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPLOG/" }] } }, - "deny-set-checked": { - "identifier": "deny-set-checked", - "description": "Denies the set_checked command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_checked"] } + "scope-applog-recursive": { + "identifier": "scope-applog-recursive", + "description": "This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$APPLOG/**" }] } }, - "deny-set-enabled": { - "identifier": "deny-set-enabled", - "description": "Denies the set_enabled command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_enabled"] } + "scope-audio": { + "identifier": "scope-audio", + "description": "This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$AUDIO/*" }] } }, - "deny-set-icon": { - "identifier": "deny-set-icon", - "description": "Denies the set_icon command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_icon"] } + "scope-audio-index": { + "identifier": "scope-audio-index", + "description": "This scope permits to list all files and folders in the `$AUDIO`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$AUDIO/" }] } }, - "deny-set-text": { - "identifier": "deny-set-text", - "description": "Denies the set_text command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_text"] } + "scope-audio-recursive": { + "identifier": "scope-audio-recursive", + "description": "This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$AUDIO/**" }] } }, - "deny-text": { - "identifier": "deny-text", - "description": "Denies the text command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["text"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "os": { - "default_permission": { - "identifier": "default", - "description": "This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n", - "permissions": [ - "allow-arch", - "allow-exe-extension", - "allow-family", - "allow-locale", - "allow-os-type", - "allow-platform", - "allow-version" - ] - }, - "permissions": { - "allow-arch": { - "identifier": "allow-arch", - "description": "Enables the arch command without any pre-configured scope.", - "commands": { "allow": ["arch"], "deny": [] } + "scope-cache": { + "identifier": "scope-cache", + "description": "This scope permits access to all files and list content of top level directories in the `$CACHE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$CACHE/*" }] } }, - "allow-exe-extension": { - "identifier": "allow-exe-extension", - "description": "Enables the exe_extension command without any pre-configured scope.", - "commands": { "allow": ["exe_extension"], "deny": [] } + "scope-cache-index": { + "identifier": "scope-cache-index", + "description": "This scope permits to list all files and folders in the `$CACHE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$CACHE/" }] } }, - "allow-family": { - "identifier": "allow-family", - "description": "Enables the family command without any pre-configured scope.", - "commands": { "allow": ["family"], "deny": [] } + "scope-cache-recursive": { + "identifier": "scope-cache-recursive", + "description": "This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$CACHE/**" }] } }, - "allow-hostname": { - "identifier": "allow-hostname", - "description": "Enables the hostname command without any pre-configured scope.", - "commands": { "allow": ["hostname"], "deny": [] } + "scope-config": { + "identifier": "scope-config", + "description": "This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$CONFIG/*" }] } }, - "allow-locale": { - "identifier": "allow-locale", - "description": "Enables the locale command without any pre-configured scope.", - "commands": { "allow": ["locale"], "deny": [] } + "scope-config-index": { + "identifier": "scope-config-index", + "description": "This scope permits to list all files and folders in the `$CONFIG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$CONFIG/" }] } }, - "allow-os-type": { - "identifier": "allow-os-type", - "description": "Enables the os_type command without any pre-configured scope.", - "commands": { "allow": ["os_type"], "deny": [] } + "scope-config-recursive": { + "identifier": "scope-config-recursive", + "description": "This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$CONFIG/**" }] } }, - "allow-platform": { - "identifier": "allow-platform", - "description": "Enables the platform command without any pre-configured scope.", - "commands": { "allow": ["platform"], "deny": [] } + "scope-data": { + "identifier": "scope-data", + "description": "This scope permits access to all files and list content of top level directories in the `$DATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DATA/*" }] } }, - "allow-version": { - "identifier": "allow-version", - "description": "Enables the version command without any pre-configured scope.", - "commands": { "allow": ["version"], "deny": [] } + "scope-data-index": { + "identifier": "scope-data-index", + "description": "This scope permits to list all files and folders in the `$DATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DATA/" }] } }, - "deny-arch": { - "identifier": "deny-arch", - "description": "Denies the arch command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["arch"] } + "scope-data-recursive": { + "identifier": "scope-data-recursive", + "description": "This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DATA/**" }] } }, - "deny-exe-extension": { - "identifier": "deny-exe-extension", - "description": "Denies the exe_extension command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["exe_extension"] } + "scope-desktop": { + "identifier": "scope-desktop", + "description": "This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DESKTOP/*" }] } }, - "deny-family": { - "identifier": "deny-family", - "description": "Denies the family command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["family"] } + "scope-desktop-index": { + "identifier": "scope-desktop-index", + "description": "This scope permits to list all files and folders in the `$DESKTOP`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DESKTOP/" }] } }, - "deny-hostname": { - "identifier": "deny-hostname", - "description": "Denies the hostname command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["hostname"] } + "scope-desktop-recursive": { + "identifier": "scope-desktop-recursive", + "description": "This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DESKTOP/**" }] } }, - "deny-locale": { - "identifier": "deny-locale", - "description": "Denies the locale command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["locale"] } + "scope-document": { + "identifier": "scope-document", + "description": "This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DOCUMENT/*" }] } }, - "deny-os-type": { - "identifier": "deny-os-type", - "description": "Denies the os_type command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["os_type"] } + "scope-document-index": { + "identifier": "scope-document-index", + "description": "This scope permits to list all files and folders in the `$DOCUMENT`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DOCUMENT/" }] } }, - "deny-platform": { - "identifier": "deny-platform", - "description": "Denies the platform command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["platform"] } + "scope-document-recursive": { + "identifier": "scope-document-recursive", + "description": "This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DOCUMENT/**" }] } }, - "deny-version": { - "identifier": "deny-version", - "description": "Denies the version command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["version"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "path": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": [ - "allow-resolve-directory", - "allow-resolve", - "allow-normalize", - "allow-join", - "allow-dirname", - "allow-extname", - "allow-basename", - "allow-is-absolute" - ] - }, - "permissions": { - "allow-basename": { - "identifier": "allow-basename", - "description": "Enables the basename command without any pre-configured scope.", - "commands": { "allow": ["basename"], "deny": [] } + "scope-download": { + "identifier": "scope-download", + "description": "This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DOWNLOAD/*" }] } }, - "allow-dirname": { - "identifier": "allow-dirname", - "description": "Enables the dirname command without any pre-configured scope.", - "commands": { "allow": ["dirname"], "deny": [] } + "scope-download-index": { + "identifier": "scope-download-index", + "description": "This scope permits to list all files and folders in the `$DOWNLOAD`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DOWNLOAD/" }] } }, - "allow-extname": { - "identifier": "allow-extname", - "description": "Enables the extname command without any pre-configured scope.", - "commands": { "allow": ["extname"], "deny": [] } + "scope-download-recursive": { + "identifier": "scope-download-recursive", + "description": "This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$DOWNLOAD/**" }] } }, - "allow-is-absolute": { - "identifier": "allow-is-absolute", - "description": "Enables the is_absolute command without any pre-configured scope.", - "commands": { "allow": ["is_absolute"], "deny": [] } + "scope-exe": { + "identifier": "scope-exe", + "description": "This scope permits access to all files and list content of top level directories in the `$EXE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$EXE/*" }] } }, - "allow-join": { - "identifier": "allow-join", - "description": "Enables the join command without any pre-configured scope.", - "commands": { "allow": ["join"], "deny": [] } + "scope-exe-index": { + "identifier": "scope-exe-index", + "description": "This scope permits to list all files and folders in the `$EXE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$EXE/" }] } }, - "allow-normalize": { - "identifier": "allow-normalize", - "description": "Enables the normalize command without any pre-configured scope.", - "commands": { "allow": ["normalize"], "deny": [] } + "scope-exe-recursive": { + "identifier": "scope-exe-recursive", + "description": "This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$EXE/**" }] } }, - "allow-resolve": { - "identifier": "allow-resolve", - "description": "Enables the resolve command without any pre-configured scope.", - "commands": { "allow": ["resolve"], "deny": [] } + "scope-font": { + "identifier": "scope-font", + "description": "This scope permits access to all files and list content of top level directories in the `$FONT`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$FONT/*" }] } }, - "allow-resolve-directory": { - "identifier": "allow-resolve-directory", - "description": "Enables the resolve_directory command without any pre-configured scope.", - "commands": { "allow": ["resolve_directory"], "deny": [] } + "scope-font-index": { + "identifier": "scope-font-index", + "description": "This scope permits to list all files and folders in the `$FONT`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$FONT/" }] } }, - "deny-basename": { - "identifier": "deny-basename", - "description": "Denies the basename command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["basename"] } + "scope-font-recursive": { + "identifier": "scope-font-recursive", + "description": "This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$FONT/**" }] } }, - "deny-dirname": { - "identifier": "deny-dirname", - "description": "Denies the dirname command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["dirname"] } + "scope-home": { + "identifier": "scope-home", + "description": "This scope permits access to all files and list content of top level directories in the `$HOME`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$HOME/*" }] } }, - "deny-extname": { - "identifier": "deny-extname", - "description": "Denies the extname command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["extname"] } + "scope-home-index": { + "identifier": "scope-home-index", + "description": "This scope permits to list all files and folders in the `$HOME`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$HOME/" }] } }, - "deny-is-absolute": { - "identifier": "deny-is-absolute", - "description": "Denies the is_absolute command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_absolute"] } + "scope-home-recursive": { + "identifier": "scope-home-recursive", + "description": "This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$HOME/**" }] } }, - "deny-join": { - "identifier": "deny-join", - "description": "Denies the join command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["join"] } + "scope-localdata": { + "identifier": "scope-localdata", + "description": "This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$LOCALDATA/*" }] } }, - "deny-normalize": { - "identifier": "deny-normalize", - "description": "Denies the normalize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["normalize"] } + "scope-localdata-index": { + "identifier": "scope-localdata-index", + "description": "This scope permits to list all files and folders in the `$LOCALDATA`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$LOCALDATA/" }] } }, - "deny-resolve": { - "identifier": "deny-resolve", - "description": "Denies the resolve command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["resolve"] } + "scope-localdata-recursive": { + "identifier": "scope-localdata-recursive", + "description": "This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$LOCALDATA/**" }] } }, - "deny-resolve-directory": { - "identifier": "deny-resolve-directory", - "description": "Denies the resolve_directory command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["resolve_directory"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "process": { - "default_permission": { - "identifier": "default", - "description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n", - "permissions": ["allow-exit", "allow-restart"] - }, - "permissions": { - "allow-exit": { - "identifier": "allow-exit", - "description": "Enables the exit command without any pre-configured scope.", - "commands": { "allow": ["exit"], "deny": [] } + "scope-log": { + "identifier": "scope-log", + "description": "This scope permits access to all files and list content of top level directories in the `$LOG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$LOG/*" }] } }, - "allow-restart": { - "identifier": "allow-restart", - "description": "Enables the restart command without any pre-configured scope.", - "commands": { "allow": ["restart"], "deny": [] } + "scope-log-index": { + "identifier": "scope-log-index", + "description": "This scope permits to list all files and folders in the `$LOG`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$LOG/" }] } }, - "deny-exit": { - "identifier": "deny-exit", - "description": "Denies the exit command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["exit"] } + "scope-log-recursive": { + "identifier": "scope-log-recursive", + "description": "This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$LOG/**" }] } }, - "deny-restart": { - "identifier": "deny-restart", - "description": "Denies the restart command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["restart"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "resources": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": ["allow-close"] - }, - "permissions": { - "allow-close": { - "identifier": "allow-close", - "description": "Enables the close command without any pre-configured scope.", - "commands": { "allow": ["close"], "deny": [] } + "scope-picture": { + "identifier": "scope-picture", + "description": "This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$PICTURE/*" }] } }, - "deny-close": { - "identifier": "deny-close", - "description": "Denies the close command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["close"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "shell": { - "default_permission": { - "identifier": "default", - "description": "This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n", - "permissions": ["allow-open"] - }, - "permissions": { - "allow-execute": { - "identifier": "allow-execute", - "description": "Enables the execute command without any pre-configured scope.", - "commands": { "allow": ["execute"], "deny": [] } + "scope-picture-index": { + "identifier": "scope-picture-index", + "description": "This scope permits to list all files and folders in the `$PICTURE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$PICTURE/" }] } }, - "allow-kill": { - "identifier": "allow-kill", - "description": "Enables the kill command without any pre-configured scope.", - "commands": { "allow": ["kill"], "deny": [] } + "scope-picture-recursive": { + "identifier": "scope-picture-recursive", + "description": "This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$PICTURE/**" }] } }, - "allow-open": { - "identifier": "allow-open", - "description": "Enables the open command without any pre-configured scope.", - "commands": { "allow": ["open"], "deny": [] } + "scope-public": { + "identifier": "scope-public", + "description": "This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$PUBLIC/*" }] } }, - "allow-spawn": { - "identifier": "allow-spawn", - "description": "Enables the spawn command without any pre-configured scope.", - "commands": { "allow": ["spawn"], "deny": [] } + "scope-public-index": { + "identifier": "scope-public-index", + "description": "This scope permits to list all files and folders in the `$PUBLIC`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$PUBLIC/" }] } }, - "allow-stdin-write": { - "identifier": "allow-stdin-write", - "description": "Enables the stdin_write command without any pre-configured scope.", - "commands": { "allow": ["stdin_write"], "deny": [] } + "scope-public-recursive": { + "identifier": "scope-public-recursive", + "description": "This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$PUBLIC/**" }] } }, - "deny-execute": { - "identifier": "deny-execute", - "description": "Denies the execute command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["execute"] } + "scope-resource": { + "identifier": "scope-resource", + "description": "This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$RESOURCE/*" }] } }, - "deny-kill": { - "identifier": "deny-kill", - "description": "Denies the kill command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["kill"] } + "scope-resource-index": { + "identifier": "scope-resource-index", + "description": "This scope permits to list all files and folders in the `$RESOURCE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$RESOURCE/" }] } }, - "deny-open": { - "identifier": "deny-open", - "description": "Denies the open command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["open"] } + "scope-resource-recursive": { + "identifier": "scope-resource-recursive", + "description": "This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$RESOURCE/**" }] } }, - "deny-spawn": { - "identifier": "deny-spawn", - "description": "Denies the spawn command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["spawn"] } + "scope-runtime": { + "identifier": "scope-runtime", + "description": "This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$RUNTIME/*" }] } }, - "deny-stdin-write": { - "identifier": "deny-stdin-write", - "description": "Denies the stdin_write command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["stdin_write"] } - } - }, - "permission_sets": {}, - "global_scope_schema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "ShellAllowedArg": { - "anyOf": [ - { - "description": "A non-configurable argument that is passed to the command in the order it was specified.", - "type": "string" - }, - { - "additionalProperties": false, - "description": "A variable that is set while calling the command from the webview API.", - "properties": { - "validator": { - "description": "[regex] validator to require passed values to conform to an expected input.\n\nThis will require the argument value passed to this variable to match the `validator` regex before it will be executed.\n\n[regex]: https://docs.rs/regex/latest/regex/#syntax", - "type": "string" - } - }, - "required": ["validator"], - "type": "object" - } + "scope-runtime-index": { + "identifier": "scope-runtime-index", + "description": "This scope permits to list all files and folders in the `$RUNTIME`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$RUNTIME/" }] } + }, + "scope-runtime-recursive": { + "identifier": "scope-runtime-recursive", + "description": "This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$RUNTIME/**" }] } + }, + "scope-temp": { + "identifier": "scope-temp", + "description": "This scope permits access to all files and list content of top level directories in the `$TEMP`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$TEMP/*" }] } + }, + "scope-temp-index": { + "identifier": "scope-temp-index", + "description": "This scope permits to list all files and folders in the `$TEMP`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$TEMP/" }] } + }, + "scope-temp-recursive": { + "identifier": "scope-temp-recursive", + "description": "This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$TEMP/**" }] } + }, + "scope-template": { + "identifier": "scope-template", + "description": "This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$TEMPLATE/*" }] } + }, + "scope-template-index": { + "identifier": "scope-template-index", + "description": "This scope permits to list all files and folders in the `$TEMPLATE`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$TEMPLATE/" }] } + }, + "scope-template-recursive": { + "identifier": "scope-template-recursive", + "description": "This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$TEMPLATE/**" }] } + }, + "scope-video": { + "identifier": "scope-video", + "description": "This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$VIDEO/*" }] } + }, + "scope-video-index": { + "identifier": "scope-video-index", + "description": "This scope permits to list all files and folders in the `$VIDEO`folder.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$VIDEO/" }] } + }, + "scope-video-recursive": { + "identifier": "scope-video-recursive", + "description": "This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", + "commands": { "allow": [], "deny": [] }, + "scope": { "allow": [{ "path": "$VIDEO/**" }] } + }, + "write-all": { + "identifier": "write-all", + "description": "This enables all write related commands without any pre-configured accessible paths.", + "commands": { + "allow": [ + "mkdir", + "create", + "copy_file", + "remove", + "rename", + "truncate", + "ftruncate", + "write", + "write_file", + "write_text_file" ], - "description": "A command argument allowed to be executed by the webview API." - }, - "ShellAllowedArgs": { - "anyOf": [ - { - "description": "Use a simple boolean to allow all or disable all arguments to this command configuration.", - "type": "boolean" - }, - { - "description": "A specific set of [`ShellAllowedArg`] that are valid to call for the command configuration.", - "items": { "$ref": "#/definitions/ShellAllowedArg" }, - "type": "array" - } + "deny": [] + } + }, + "write-files": { + "identifier": "write-files", + "description": "This enables all file write related commands without any pre-configured accessible paths.", + "commands": { + "allow": [ + "create", + "copy_file", + "remove", + "rename", + "truncate", + "ftruncate", + "write", + "write_file", + "write_text_file" ], - "description": "A set of command arguments allowed to be executed by the webview API.\n\nA value of `true` will allow any arguments to be passed to the command. `false` will disable all arguments. A list of [`ShellAllowedArg`] will set those arguments as the only valid arguments to be passed to the attached command configuration." + "deny": [] } + } + }, + "permission_sets": { + "allow-app-meta": { + "identifier": "allow-app-meta", + "description": "This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-app-index"] + }, + "allow-app-meta-recursive": { + "identifier": "allow-app-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-app-recursive"] + }, + "allow-app-read": { + "identifier": "allow-app-read", + "description": "This allows non-recursive read access to the `$APP` folder.", + "permissions": ["read-all", "scope-app"] + }, + "allow-app-read-recursive": { + "identifier": "allow-app-read-recursive", + "description": "This allows full recursive read access to the complete `$APP` folder, files and subdirectories.", + "permissions": ["read-all", "scope-app-recursive"] + }, + "allow-app-write": { + "identifier": "allow-app-write", + "description": "This allows non-recursive write access to the `$APP` folder.", + "permissions": ["write-all", "scope-app"] }, - "description": "A command allowed to be executed by the webview API.", - "properties": { - "args": { - "allOf": [{ "$ref": "#/definitions/ShellAllowedArgs" }], - "description": "The allowed arguments for the command execution." - }, - "cmd": { - "description": "The command name. It can start with a variable that resolves to a system base directory. The variables are: `$AUDIO`, `$CACHE`, `$CONFIG`, `$DATA`, `$LOCALDATA`, `$DESKTOP`, `$DOCUMENT`, `$DOWNLOAD`, `$EXE`, `$FONT`, `$HOME`, `$PICTURE`, `$PUBLIC`, `$RUNTIME`, `$TEMPLATE`, `$VIDEO`, `$RESOURCE`, `$APP`, `$LOG`, `$TEMP`, `$APPCONFIG`, `$APPDATA`, `$APPLOCALDATA`, `$APPCACHE`, `$APPLOG`.", - "type": "string" - }, - "name": { - "description": "The name for this allowed shell command configuration.\n\nThis name will be used inside of the webview API to call this command along with any specified arguments.", - "type": "string" - }, - "sidecar": { "description": "If this command is a sidecar command.", "type": "boolean" } + "allow-app-write-recursive": { + "identifier": "allow-app-write-recursive", + "description": "This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", + "permissions": ["write-all", "scope-app-recursive"] }, - "required": ["args", "cmd", "name", "sidecar"], - "title": "Entry", - "type": "object" - } - }, - "sql": { - "default_permission": { - "identifier": "default", - "description": "# Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n", - "permissions": ["allow-close", "allow-load", "allow-select"] - }, - "permissions": { - "allow-close": { - "identifier": "allow-close", - "description": "Enables the close command without any pre-configured scope.", - "commands": { "allow": ["close"], "deny": [] } + "allow-appcache-meta": { + "identifier": "allow-appcache-meta", + "description": "This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-appcache-index"] }, - "allow-execute": { - "identifier": "allow-execute", - "description": "Enables the execute command without any pre-configured scope.", - "commands": { "allow": ["execute"], "deny": [] } + "allow-appcache-meta-recursive": { + "identifier": "allow-appcache-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-appcache-recursive"] }, - "allow-load": { - "identifier": "allow-load", - "description": "Enables the load command without any pre-configured scope.", - "commands": { "allow": ["load"], "deny": [] } + "allow-appcache-read": { + "identifier": "allow-appcache-read", + "description": "This allows non-recursive read access to the `$APPCACHE` folder.", + "permissions": ["read-all", "scope-appcache"] }, - "allow-select": { - "identifier": "allow-select", - "description": "Enables the select command without any pre-configured scope.", - "commands": { "allow": ["select"], "deny": [] } + "allow-appcache-read-recursive": { + "identifier": "allow-appcache-read-recursive", + "description": "This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.", + "permissions": ["read-all", "scope-appcache-recursive"] }, - "deny-close": { - "identifier": "deny-close", - "description": "Denies the close command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["close"] } + "allow-appcache-write": { + "identifier": "allow-appcache-write", + "description": "This allows non-recursive write access to the `$APPCACHE` folder.", + "permissions": ["write-all", "scope-appcache"] }, - "deny-execute": { - "identifier": "deny-execute", - "description": "Denies the execute command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["execute"] } + "allow-appcache-write-recursive": { + "identifier": "allow-appcache-write-recursive", + "description": "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "permissions": ["write-all", "scope-appcache-recursive"] }, - "deny-load": { - "identifier": "deny-load", - "description": "Denies the load command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["load"] } + "allow-appconfig-meta": { + "identifier": "allow-appconfig-meta", + "description": "This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-appconfig-index"] }, - "deny-select": { - "identifier": "deny-select", - "description": "Denies the select command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["select"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "tray": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": [ - "allow-new", - "allow-get-by-id", - "allow-remove-by-id", - "allow-set-icon", - "allow-set-menu", - "allow-set-tooltip", - "allow-set-title", - "allow-set-visible", - "allow-set-temp-dir-path", - "allow-set-icon-as-template", - "allow-set-show-menu-on-left-click" - ] - }, - "permissions": { - "allow-get-by-id": { - "identifier": "allow-get-by-id", - "description": "Enables the get_by_id command without any pre-configured scope.", - "commands": { "allow": ["get_by_id"], "deny": [] } + "allow-appconfig-meta-recursive": { + "identifier": "allow-appconfig-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-appconfig-recursive"] }, - "allow-new": { - "identifier": "allow-new", - "description": "Enables the new command without any pre-configured scope.", - "commands": { "allow": ["new"], "deny": [] } + "allow-appconfig-read": { + "identifier": "allow-appconfig-read", + "description": "This allows non-recursive read access to the `$APPCONFIG` folder.", + "permissions": ["read-all", "scope-appconfig"] }, - "allow-remove-by-id": { - "identifier": "allow-remove-by-id", - "description": "Enables the remove_by_id command without any pre-configured scope.", - "commands": { "allow": ["remove_by_id"], "deny": [] } + "allow-appconfig-read-recursive": { + "identifier": "allow-appconfig-read-recursive", + "description": "This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.", + "permissions": ["read-all", "scope-appconfig-recursive"] }, - "allow-set-icon": { - "identifier": "allow-set-icon", - "description": "Enables the set_icon command without any pre-configured scope.", - "commands": { "allow": ["set_icon"], "deny": [] } + "allow-appconfig-write": { + "identifier": "allow-appconfig-write", + "description": "This allows non-recursive write access to the `$APPCONFIG` folder.", + "permissions": ["write-all", "scope-appconfig"] }, - "allow-set-icon-as-template": { - "identifier": "allow-set-icon-as-template", - "description": "Enables the set_icon_as_template command without any pre-configured scope.", - "commands": { "allow": ["set_icon_as_template"], "deny": [] } + "allow-appconfig-write-recursive": { + "identifier": "allow-appconfig-write-recursive", + "description": "This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "permissions": ["write-all", "scope-appconfig-recursive"] }, - "allow-set-menu": { - "identifier": "allow-set-menu", - "description": "Enables the set_menu command without any pre-configured scope.", - "commands": { "allow": ["set_menu"], "deny": [] } + "allow-appdata-meta": { + "identifier": "allow-appdata-meta", + "description": "This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-appdata-index"] }, - "allow-set-show-menu-on-left-click": { - "identifier": "allow-set-show-menu-on-left-click", - "description": "Enables the set_show_menu_on_left_click command without any pre-configured scope.", - "commands": { "allow": ["set_show_menu_on_left_click"], "deny": [] } + "allow-appdata-meta-recursive": { + "identifier": "allow-appdata-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-appdata-recursive"] }, - "allow-set-temp-dir-path": { - "identifier": "allow-set-temp-dir-path", - "description": "Enables the set_temp_dir_path command without any pre-configured scope.", - "commands": { "allow": ["set_temp_dir_path"], "deny": [] } + "allow-appdata-read": { + "identifier": "allow-appdata-read", + "description": "This allows non-recursive read access to the `$APPDATA` folder.", + "permissions": ["read-all", "scope-appdata"] }, - "allow-set-title": { - "identifier": "allow-set-title", - "description": "Enables the set_title command without any pre-configured scope.", - "commands": { "allow": ["set_title"], "deny": [] } + "allow-appdata-read-recursive": { + "identifier": "allow-appdata-read-recursive", + "description": "This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.", + "permissions": ["read-all", "scope-appdata-recursive"] }, - "allow-set-tooltip": { - "identifier": "allow-set-tooltip", - "description": "Enables the set_tooltip command without any pre-configured scope.", - "commands": { "allow": ["set_tooltip"], "deny": [] } + "allow-appdata-write": { + "identifier": "allow-appdata-write", + "description": "This allows non-recursive write access to the `$APPDATA` folder.", + "permissions": ["write-all", "scope-appdata"] }, - "allow-set-visible": { - "identifier": "allow-set-visible", - "description": "Enables the set_visible command without any pre-configured scope.", - "commands": { "allow": ["set_visible"], "deny": [] } + "allow-appdata-write-recursive": { + "identifier": "allow-appdata-write-recursive", + "description": "This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", + "permissions": ["write-all", "scope-appdata-recursive"] }, - "deny-get-by-id": { - "identifier": "deny-get-by-id", - "description": "Denies the get_by_id command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["get_by_id"] } + "allow-applocaldata-meta": { + "identifier": "allow-applocaldata-meta", + "description": "This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-applocaldata-index"] }, - "deny-new": { - "identifier": "deny-new", - "description": "Denies the new command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["new"] } + "allow-applocaldata-meta-recursive": { + "identifier": "allow-applocaldata-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-applocaldata-recursive"] }, - "deny-remove-by-id": { - "identifier": "deny-remove-by-id", - "description": "Denies the remove_by_id command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["remove_by_id"] } + "allow-applocaldata-read": { + "identifier": "allow-applocaldata-read", + "description": "This allows non-recursive read access to the `$APPLOCALDATA` folder.", + "permissions": ["read-all", "scope-applocaldata"] + }, + "allow-applocaldata-read-recursive": { + "identifier": "allow-applocaldata-read-recursive", + "description": "This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "permissions": ["read-all", "scope-applocaldata-recursive"] + }, + "allow-applocaldata-write": { + "identifier": "allow-applocaldata-write", + "description": "This allows non-recursive write access to the `$APPLOCALDATA` folder.", + "permissions": ["write-all", "scope-applocaldata"] + }, + "allow-applocaldata-write-recursive": { + "identifier": "allow-applocaldata-write-recursive", + "description": "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "permissions": ["write-all", "scope-applocaldata-recursive"] + }, + "allow-applog-meta": { + "identifier": "allow-applog-meta", + "description": "This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-applog-index"] + }, + "allow-applog-meta-recursive": { + "identifier": "allow-applog-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-applog-recursive"] + }, + "allow-applog-read": { + "identifier": "allow-applog-read", + "description": "This allows non-recursive read access to the `$APPLOG` folder.", + "permissions": ["read-all", "scope-applog"] }, - "deny-set-icon": { - "identifier": "deny-set-icon", - "description": "Denies the set_icon command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_icon"] } + "allow-applog-read-recursive": { + "identifier": "allow-applog-read-recursive", + "description": "This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.", + "permissions": ["read-all", "scope-applog-recursive"] }, - "deny-set-icon-as-template": { - "identifier": "deny-set-icon-as-template", - "description": "Denies the set_icon_as_template command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_icon_as_template"] } + "allow-applog-write": { + "identifier": "allow-applog-write", + "description": "This allows non-recursive write access to the `$APPLOG` folder.", + "permissions": ["write-all", "scope-applog"] }, - "deny-set-menu": { - "identifier": "deny-set-menu", - "description": "Denies the set_menu command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_menu"] } + "allow-applog-write-recursive": { + "identifier": "allow-applog-write-recursive", + "description": "This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", + "permissions": ["write-all", "scope-applog-recursive"] }, - "deny-set-show-menu-on-left-click": { - "identifier": "deny-set-show-menu-on-left-click", - "description": "Denies the set_show_menu_on_left_click command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_show_menu_on_left_click"] } + "allow-audio-meta": { + "identifier": "allow-audio-meta", + "description": "This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-audio-index"] }, - "deny-set-temp-dir-path": { - "identifier": "deny-set-temp-dir-path", - "description": "Denies the set_temp_dir_path command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_temp_dir_path"] } + "allow-audio-meta-recursive": { + "identifier": "allow-audio-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-audio-recursive"] }, - "deny-set-title": { - "identifier": "deny-set-title", - "description": "Denies the set_title command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_title"] } + "allow-audio-read": { + "identifier": "allow-audio-read", + "description": "This allows non-recursive read access to the `$AUDIO` folder.", + "permissions": ["read-all", "scope-audio"] }, - "deny-set-tooltip": { - "identifier": "deny-set-tooltip", - "description": "Denies the set_tooltip command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_tooltip"] } + "allow-audio-read-recursive": { + "identifier": "allow-audio-read-recursive", + "description": "This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.", + "permissions": ["read-all", "scope-audio-recursive"] }, - "deny-set-visible": { - "identifier": "deny-set-visible", - "description": "Denies the set_visible command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_visible"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "webview": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": [ - "allow-webview-position", - "allow-webview-size", - "allow-internal-toggle-devtools" - ] - }, - "permissions": { - "allow-create-webview": { - "identifier": "allow-create-webview", - "description": "Enables the create_webview command without any pre-configured scope.", - "commands": { "allow": ["create_webview"], "deny": [] } + "allow-audio-write": { + "identifier": "allow-audio-write", + "description": "This allows non-recursive write access to the `$AUDIO` folder.", + "permissions": ["write-all", "scope-audio"] }, - "allow-create-webview-window": { - "identifier": "allow-create-webview-window", - "description": "Enables the create_webview_window command without any pre-configured scope.", - "commands": { "allow": ["create_webview_window"], "deny": [] } + "allow-audio-write-recursive": { + "identifier": "allow-audio-write-recursive", + "description": "This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", + "permissions": ["write-all", "scope-audio-recursive"] }, - "allow-internal-toggle-devtools": { - "identifier": "allow-internal-toggle-devtools", - "description": "Enables the internal_toggle_devtools command without any pre-configured scope.", - "commands": { "allow": ["internal_toggle_devtools"], "deny": [] } + "allow-cache-meta": { + "identifier": "allow-cache-meta", + "description": "This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-cache-index"] }, - "allow-print": { - "identifier": "allow-print", - "description": "Enables the print command without any pre-configured scope.", - "commands": { "allow": ["print"], "deny": [] } + "allow-cache-meta-recursive": { + "identifier": "allow-cache-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-cache-recursive"] }, - "allow-reparent": { - "identifier": "allow-reparent", - "description": "Enables the reparent command without any pre-configured scope.", - "commands": { "allow": ["reparent"], "deny": [] } + "allow-cache-read": { + "identifier": "allow-cache-read", + "description": "This allows non-recursive read access to the `$CACHE` folder.", + "permissions": ["read-all", "scope-cache"] }, - "allow-set-webview-focus": { - "identifier": "allow-set-webview-focus", - "description": "Enables the set_webview_focus command without any pre-configured scope.", - "commands": { "allow": ["set_webview_focus"], "deny": [] } + "allow-cache-read-recursive": { + "identifier": "allow-cache-read-recursive", + "description": "This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.", + "permissions": ["read-all", "scope-cache-recursive"] }, - "allow-set-webview-position": { - "identifier": "allow-set-webview-position", - "description": "Enables the set_webview_position command without any pre-configured scope.", - "commands": { "allow": ["set_webview_position"], "deny": [] } + "allow-cache-write": { + "identifier": "allow-cache-write", + "description": "This allows non-recursive write access to the `$CACHE` folder.", + "permissions": ["write-all", "scope-cache"] }, - "allow-set-webview-size": { - "identifier": "allow-set-webview-size", - "description": "Enables the set_webview_size command without any pre-configured scope.", - "commands": { "allow": ["set_webview_size"], "deny": [] } + "allow-cache-write-recursive": { + "identifier": "allow-cache-write-recursive", + "description": "This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", + "permissions": ["write-all", "scope-cache-recursive"] }, - "allow-set-webview-zoom": { - "identifier": "allow-set-webview-zoom", - "description": "Enables the set_webview_zoom command without any pre-configured scope.", - "commands": { "allow": ["set_webview_zoom"], "deny": [] } + "allow-config-meta": { + "identifier": "allow-config-meta", + "description": "This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-config-index"] }, - "allow-webview-close": { - "identifier": "allow-webview-close", - "description": "Enables the webview_close command without any pre-configured scope.", - "commands": { "allow": ["webview_close"], "deny": [] } + "allow-config-meta-recursive": { + "identifier": "allow-config-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-config-recursive"] }, - "allow-webview-position": { - "identifier": "allow-webview-position", - "description": "Enables the webview_position command without any pre-configured scope.", - "commands": { "allow": ["webview_position"], "deny": [] } + "allow-config-read": { + "identifier": "allow-config-read", + "description": "This allows non-recursive read access to the `$CONFIG` folder.", + "permissions": ["read-all", "scope-config"] }, - "allow-webview-size": { - "identifier": "allow-webview-size", - "description": "Enables the webview_size command without any pre-configured scope.", - "commands": { "allow": ["webview_size"], "deny": [] } + "allow-config-read-recursive": { + "identifier": "allow-config-read-recursive", + "description": "This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.", + "permissions": ["read-all", "scope-config-recursive"] }, - "deny-create-webview": { - "identifier": "deny-create-webview", - "description": "Denies the create_webview command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["create_webview"] } + "allow-config-write": { + "identifier": "allow-config-write", + "description": "This allows non-recursive write access to the `$CONFIG` folder.", + "permissions": ["write-all", "scope-config"] }, - "deny-create-webview-window": { - "identifier": "deny-create-webview-window", - "description": "Denies the create_webview_window command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["create_webview_window"] } + "allow-config-write-recursive": { + "identifier": "allow-config-write-recursive", + "description": "This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", + "permissions": ["write-all", "scope-config-recursive"] }, - "deny-internal-toggle-devtools": { - "identifier": "deny-internal-toggle-devtools", - "description": "Denies the internal_toggle_devtools command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["internal_toggle_devtools"] } + "allow-data-meta": { + "identifier": "allow-data-meta", + "description": "This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-data-index"] }, - "deny-print": { - "identifier": "deny-print", - "description": "Denies the print command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["print"] } + "allow-data-meta-recursive": { + "identifier": "allow-data-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-data-recursive"] }, - "deny-reparent": { - "identifier": "deny-reparent", - "description": "Denies the reparent command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["reparent"] } + "allow-data-read": { + "identifier": "allow-data-read", + "description": "This allows non-recursive read access to the `$DATA` folder.", + "permissions": ["read-all", "scope-data"] }, - "deny-set-webview-focus": { - "identifier": "deny-set-webview-focus", - "description": "Denies the set_webview_focus command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_webview_focus"] } + "allow-data-read-recursive": { + "identifier": "allow-data-read-recursive", + "description": "This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.", + "permissions": ["read-all", "scope-data-recursive"] }, - "deny-set-webview-position": { - "identifier": "deny-set-webview-position", - "description": "Denies the set_webview_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_webview_position"] } + "allow-data-write": { + "identifier": "allow-data-write", + "description": "This allows non-recursive write access to the `$DATA` folder.", + "permissions": ["write-all", "scope-data"] }, - "deny-set-webview-size": { - "identifier": "deny-set-webview-size", - "description": "Denies the set_webview_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_webview_size"] } + "allow-data-write-recursive": { + "identifier": "allow-data-write-recursive", + "description": "This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", + "permissions": ["write-all", "scope-data-recursive"] }, - "deny-set-webview-zoom": { - "identifier": "deny-set-webview-zoom", - "description": "Denies the set_webview_zoom command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_webview_zoom"] } + "allow-desktop-meta": { + "identifier": "allow-desktop-meta", + "description": "This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-desktop-index"] }, - "deny-webview-close": { - "identifier": "deny-webview-close", - "description": "Denies the webview_close command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["webview_close"] } + "allow-desktop-meta-recursive": { + "identifier": "allow-desktop-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-desktop-recursive"] + }, + "allow-desktop-read": { + "identifier": "allow-desktop-read", + "description": "This allows non-recursive read access to the `$DESKTOP` folder.", + "permissions": ["read-all", "scope-desktop"] }, - "deny-webview-position": { - "identifier": "deny-webview-position", - "description": "Denies the webview_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["webview_position"] } + "allow-desktop-read-recursive": { + "identifier": "allow-desktop-read-recursive", + "description": "This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.", + "permissions": ["read-all", "scope-desktop-recursive"] }, - "deny-webview-size": { - "identifier": "deny-webview-size", - "description": "Denies the webview_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["webview_size"] } - } - }, - "permission_sets": {}, - "global_scope_schema": null - }, - "window": { - "default_permission": { - "identifier": "default", - "description": "Default permissions for the plugin.", - "permissions": [ - "allow-scale-factor", - "allow-inner-position", - "allow-outer-position", - "allow-inner-size", - "allow-outer-size", - "allow-is-fullscreen", - "allow-is-minimized", - "allow-is-maximized", - "allow-is-focused", - "allow-is-decorated", - "allow-is-resizable", - "allow-is-maximizable", - "allow-is-minimizable", - "allow-is-closable", - "allow-is-visible", - "allow-title", - "allow-current-monitor", - "allow-primary-monitor", - "allow-monitor-from-point", - "allow-available-monitors", - "allow-cursor-position", - "allow-theme", - "allow-internal-toggle-maximize" - ] - }, - "permissions": { - "allow-available-monitors": { - "identifier": "allow-available-monitors", - "description": "Enables the available_monitors command without any pre-configured scope.", - "commands": { "allow": ["available_monitors"], "deny": [] } + "allow-desktop-write": { + "identifier": "allow-desktop-write", + "description": "This allows non-recursive write access to the `$DESKTOP` folder.", + "permissions": ["write-all", "scope-desktop"] }, - "allow-center": { - "identifier": "allow-center", - "description": "Enables the center command without any pre-configured scope.", - "commands": { "allow": ["center"], "deny": [] } + "allow-desktop-write-recursive": { + "identifier": "allow-desktop-write-recursive", + "description": "This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "permissions": ["write-all", "scope-desktop-recursive"] }, - "allow-close": { - "identifier": "allow-close", - "description": "Enables the close command without any pre-configured scope.", - "commands": { "allow": ["close"], "deny": [] } + "allow-document-meta": { + "identifier": "allow-document-meta", + "description": "This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-document-index"] }, - "allow-create": { - "identifier": "allow-create", - "description": "Enables the create command without any pre-configured scope.", - "commands": { "allow": ["create"], "deny": [] } + "allow-document-meta-recursive": { + "identifier": "allow-document-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-document-recursive"] }, - "allow-current-monitor": { - "identifier": "allow-current-monitor", - "description": "Enables the current_monitor command without any pre-configured scope.", - "commands": { "allow": ["current_monitor"], "deny": [] } + "allow-document-read": { + "identifier": "allow-document-read", + "description": "This allows non-recursive read access to the `$DOCUMENT` folder.", + "permissions": ["read-all", "scope-document"] }, - "allow-cursor-position": { - "identifier": "allow-cursor-position", - "description": "Enables the cursor_position command without any pre-configured scope.", - "commands": { "allow": ["cursor_position"], "deny": [] } + "allow-document-read-recursive": { + "identifier": "allow-document-read-recursive", + "description": "This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.", + "permissions": ["read-all", "scope-document-recursive"] }, - "allow-destroy": { - "identifier": "allow-destroy", - "description": "Enables the destroy command without any pre-configured scope.", - "commands": { "allow": ["destroy"], "deny": [] } + "allow-document-write": { + "identifier": "allow-document-write", + "description": "This allows non-recursive write access to the `$DOCUMENT` folder.", + "permissions": ["write-all", "scope-document"] }, - "allow-hide": { - "identifier": "allow-hide", - "description": "Enables the hide command without any pre-configured scope.", - "commands": { "allow": ["hide"], "deny": [] } + "allow-document-write-recursive": { + "identifier": "allow-document-write-recursive", + "description": "This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "permissions": ["write-all", "scope-document-recursive"] }, - "allow-inner-position": { - "identifier": "allow-inner-position", - "description": "Enables the inner_position command without any pre-configured scope.", - "commands": { "allow": ["inner_position"], "deny": [] } + "allow-download-meta": { + "identifier": "allow-download-meta", + "description": "This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-download-index"] }, - "allow-inner-size": { - "identifier": "allow-inner-size", - "description": "Enables the inner_size command without any pre-configured scope.", - "commands": { "allow": ["inner_size"], "deny": [] } + "allow-download-meta-recursive": { + "identifier": "allow-download-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-download-recursive"] }, - "allow-internal-toggle-maximize": { - "identifier": "allow-internal-toggle-maximize", - "description": "Enables the internal_toggle_maximize command without any pre-configured scope.", - "commands": { "allow": ["internal_toggle_maximize"], "deny": [] } + "allow-download-read": { + "identifier": "allow-download-read", + "description": "This allows non-recursive read access to the `$DOWNLOAD` folder.", + "permissions": ["read-all", "scope-download"] }, - "allow-is-closable": { - "identifier": "allow-is-closable", - "description": "Enables the is_closable command without any pre-configured scope.", - "commands": { "allow": ["is_closable"], "deny": [] } + "allow-download-read-recursive": { + "identifier": "allow-download-read-recursive", + "description": "This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "permissions": ["read-all", "scope-download-recursive"] }, - "allow-is-decorated": { - "identifier": "allow-is-decorated", - "description": "Enables the is_decorated command without any pre-configured scope.", - "commands": { "allow": ["is_decorated"], "deny": [] } + "allow-download-write": { + "identifier": "allow-download-write", + "description": "This allows non-recursive write access to the `$DOWNLOAD` folder.", + "permissions": ["write-all", "scope-download"] }, - "allow-is-focused": { - "identifier": "allow-is-focused", - "description": "Enables the is_focused command without any pre-configured scope.", - "commands": { "allow": ["is_focused"], "deny": [] } + "allow-download-write-recursive": { + "identifier": "allow-download-write-recursive", + "description": "This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "permissions": ["write-all", "scope-download-recursive"] }, - "allow-is-fullscreen": { - "identifier": "allow-is-fullscreen", - "description": "Enables the is_fullscreen command without any pre-configured scope.", - "commands": { "allow": ["is_fullscreen"], "deny": [] } + "allow-exe-meta": { + "identifier": "allow-exe-meta", + "description": "This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-exe-index"] }, - "allow-is-maximizable": { - "identifier": "allow-is-maximizable", - "description": "Enables the is_maximizable command without any pre-configured scope.", - "commands": { "allow": ["is_maximizable"], "deny": [] } + "allow-exe-meta-recursive": { + "identifier": "allow-exe-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-exe-recursive"] }, - "allow-is-maximized": { - "identifier": "allow-is-maximized", - "description": "Enables the is_maximized command without any pre-configured scope.", - "commands": { "allow": ["is_maximized"], "deny": [] } + "allow-exe-read": { + "identifier": "allow-exe-read", + "description": "This allows non-recursive read access to the `$EXE` folder.", + "permissions": ["read-all", "scope-exe"] }, - "allow-is-minimizable": { - "identifier": "allow-is-minimizable", - "description": "Enables the is_minimizable command without any pre-configured scope.", - "commands": { "allow": ["is_minimizable"], "deny": [] } + "allow-exe-read-recursive": { + "identifier": "allow-exe-read-recursive", + "description": "This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.", + "permissions": ["read-all", "scope-exe-recursive"] }, - "allow-is-minimized": { - "identifier": "allow-is-minimized", - "description": "Enables the is_minimized command without any pre-configured scope.", - "commands": { "allow": ["is_minimized"], "deny": [] } + "allow-exe-write": { + "identifier": "allow-exe-write", + "description": "This allows non-recursive write access to the `$EXE` folder.", + "permissions": ["write-all", "scope-exe"] }, - "allow-is-resizable": { - "identifier": "allow-is-resizable", - "description": "Enables the is_resizable command without any pre-configured scope.", - "commands": { "allow": ["is_resizable"], "deny": [] } + "allow-exe-write-recursive": { + "identifier": "allow-exe-write-recursive", + "description": "This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", + "permissions": ["write-all", "scope-exe-recursive"] }, - "allow-is-visible": { - "identifier": "allow-is-visible", - "description": "Enables the is_visible command without any pre-configured scope.", - "commands": { "allow": ["is_visible"], "deny": [] } + "allow-font-meta": { + "identifier": "allow-font-meta", + "description": "This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-font-index"] }, - "allow-maximize": { - "identifier": "allow-maximize", - "description": "Enables the maximize command without any pre-configured scope.", - "commands": { "allow": ["maximize"], "deny": [] } + "allow-font-meta-recursive": { + "identifier": "allow-font-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-font-recursive"] }, - "allow-minimize": { - "identifier": "allow-minimize", - "description": "Enables the minimize command without any pre-configured scope.", - "commands": { "allow": ["minimize"], "deny": [] } + "allow-font-read": { + "identifier": "allow-font-read", + "description": "This allows non-recursive read access to the `$FONT` folder.", + "permissions": ["read-all", "scope-font"] }, - "allow-monitor-from-point": { - "identifier": "allow-monitor-from-point", - "description": "Enables the monitor_from_point command without any pre-configured scope.", - "commands": { "allow": ["monitor_from_point"], "deny": [] } + "allow-font-read-recursive": { + "identifier": "allow-font-read-recursive", + "description": "This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.", + "permissions": ["read-all", "scope-font-recursive"] }, - "allow-outer-position": { - "identifier": "allow-outer-position", - "description": "Enables the outer_position command without any pre-configured scope.", - "commands": { "allow": ["outer_position"], "deny": [] } + "allow-font-write": { + "identifier": "allow-font-write", + "description": "This allows non-recursive write access to the `$FONT` folder.", + "permissions": ["write-all", "scope-font"] }, - "allow-outer-size": { - "identifier": "allow-outer-size", - "description": "Enables the outer_size command without any pre-configured scope.", - "commands": { "allow": ["outer_size"], "deny": [] } + "allow-font-write-recursive": { + "identifier": "allow-font-write-recursive", + "description": "This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", + "permissions": ["write-all", "scope-font-recursive"] + }, + "allow-home-meta": { + "identifier": "allow-home-meta", + "description": "This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-home-index"] }, - "allow-primary-monitor": { - "identifier": "allow-primary-monitor", - "description": "Enables the primary_monitor command without any pre-configured scope.", - "commands": { "allow": ["primary_monitor"], "deny": [] } + "allow-home-meta-recursive": { + "identifier": "allow-home-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-home-recursive"] }, - "allow-request-user-attention": { - "identifier": "allow-request-user-attention", - "description": "Enables the request_user_attention command without any pre-configured scope.", - "commands": { "allow": ["request_user_attention"], "deny": [] } + "allow-home-read": { + "identifier": "allow-home-read", + "description": "This allows non-recursive read access to the `$HOME` folder.", + "permissions": ["read-all", "scope-home"] }, - "allow-scale-factor": { - "identifier": "allow-scale-factor", - "description": "Enables the scale_factor command without any pre-configured scope.", - "commands": { "allow": ["scale_factor"], "deny": [] } + "allow-home-read-recursive": { + "identifier": "allow-home-read-recursive", + "description": "This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.", + "permissions": ["read-all", "scope-home-recursive"] }, - "allow-set-always-on-bottom": { - "identifier": "allow-set-always-on-bottom", - "description": "Enables the set_always_on_bottom command without any pre-configured scope.", - "commands": { "allow": ["set_always_on_bottom"], "deny": [] } + "allow-home-write": { + "identifier": "allow-home-write", + "description": "This allows non-recursive write access to the `$HOME` folder.", + "permissions": ["write-all", "scope-home"] }, - "allow-set-always-on-top": { - "identifier": "allow-set-always-on-top", - "description": "Enables the set_always_on_top command without any pre-configured scope.", - "commands": { "allow": ["set_always_on_top"], "deny": [] } + "allow-home-write-recursive": { + "identifier": "allow-home-write-recursive", + "description": "This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", + "permissions": ["write-all", "scope-home-recursive"] }, - "allow-set-closable": { - "identifier": "allow-set-closable", - "description": "Enables the set_closable command without any pre-configured scope.", - "commands": { "allow": ["set_closable"], "deny": [] } + "allow-localdata-meta": { + "identifier": "allow-localdata-meta", + "description": "This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-localdata-index"] }, - "allow-set-content-protected": { - "identifier": "allow-set-content-protected", - "description": "Enables the set_content_protected command without any pre-configured scope.", - "commands": { "allow": ["set_content_protected"], "deny": [] } + "allow-localdata-meta-recursive": { + "identifier": "allow-localdata-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-localdata-recursive"] }, - "allow-set-cursor-grab": { - "identifier": "allow-set-cursor-grab", - "description": "Enables the set_cursor_grab command without any pre-configured scope.", - "commands": { "allow": ["set_cursor_grab"], "deny": [] } + "allow-localdata-read": { + "identifier": "allow-localdata-read", + "description": "This allows non-recursive read access to the `$LOCALDATA` folder.", + "permissions": ["read-all", "scope-localdata"] }, - "allow-set-cursor-icon": { - "identifier": "allow-set-cursor-icon", - "description": "Enables the set_cursor_icon command without any pre-configured scope.", - "commands": { "allow": ["set_cursor_icon"], "deny": [] } + "allow-localdata-read-recursive": { + "identifier": "allow-localdata-read-recursive", + "description": "This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.", + "permissions": ["read-all", "scope-localdata-recursive"] }, - "allow-set-cursor-position": { - "identifier": "allow-set-cursor-position", - "description": "Enables the set_cursor_position command without any pre-configured scope.", - "commands": { "allow": ["set_cursor_position"], "deny": [] } + "allow-localdata-write": { + "identifier": "allow-localdata-write", + "description": "This allows non-recursive write access to the `$LOCALDATA` folder.", + "permissions": ["write-all", "scope-localdata"] }, - "allow-set-cursor-visible": { - "identifier": "allow-set-cursor-visible", - "description": "Enables the set_cursor_visible command without any pre-configured scope.", - "commands": { "allow": ["set_cursor_visible"], "deny": [] } + "allow-localdata-write-recursive": { + "identifier": "allow-localdata-write-recursive", + "description": "This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "permissions": ["write-all", "scope-localdata-recursive"] }, - "allow-set-decorations": { - "identifier": "allow-set-decorations", - "description": "Enables the set_decorations command without any pre-configured scope.", - "commands": { "allow": ["set_decorations"], "deny": [] } + "allow-log-meta": { + "identifier": "allow-log-meta", + "description": "This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-log-index"] }, - "allow-set-effects": { - "identifier": "allow-set-effects", - "description": "Enables the set_effects command without any pre-configured scope.", - "commands": { "allow": ["set_effects"], "deny": [] } + "allow-log-meta-recursive": { + "identifier": "allow-log-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-log-recursive"] }, - "allow-set-focus": { - "identifier": "allow-set-focus", - "description": "Enables the set_focus command without any pre-configured scope.", - "commands": { "allow": ["set_focus"], "deny": [] } + "allow-log-read": { + "identifier": "allow-log-read", + "description": "This allows non-recursive read access to the `$LOG` folder.", + "permissions": ["read-all", "scope-log"] }, - "allow-set-fullscreen": { - "identifier": "allow-set-fullscreen", - "description": "Enables the set_fullscreen command without any pre-configured scope.", - "commands": { "allow": ["set_fullscreen"], "deny": [] } + "allow-log-read-recursive": { + "identifier": "allow-log-read-recursive", + "description": "This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.", + "permissions": ["read-all", "scope-log-recursive"] }, - "allow-set-icon": { - "identifier": "allow-set-icon", - "description": "Enables the set_icon command without any pre-configured scope.", - "commands": { "allow": ["set_icon"], "deny": [] } + "allow-log-write": { + "identifier": "allow-log-write", + "description": "This allows non-recursive write access to the `$LOG` folder.", + "permissions": ["write-all", "scope-log"] }, - "allow-set-ignore-cursor-events": { - "identifier": "allow-set-ignore-cursor-events", - "description": "Enables the set_ignore_cursor_events command without any pre-configured scope.", - "commands": { "allow": ["set_ignore_cursor_events"], "deny": [] } + "allow-log-write-recursive": { + "identifier": "allow-log-write-recursive", + "description": "This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", + "permissions": ["write-all", "scope-log-recursive"] }, - "allow-set-max-size": { - "identifier": "allow-set-max-size", - "description": "Enables the set_max_size command without any pre-configured scope.", - "commands": { "allow": ["set_max_size"], "deny": [] } + "allow-picture-meta": { + "identifier": "allow-picture-meta", + "description": "This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-picture-index"] }, - "allow-set-maximizable": { - "identifier": "allow-set-maximizable", - "description": "Enables the set_maximizable command without any pre-configured scope.", - "commands": { "allow": ["set_maximizable"], "deny": [] } + "allow-picture-meta-recursive": { + "identifier": "allow-picture-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-picture-recursive"] }, - "allow-set-min-size": { - "identifier": "allow-set-min-size", - "description": "Enables the set_min_size command without any pre-configured scope.", - "commands": { "allow": ["set_min_size"], "deny": [] } + "allow-picture-read": { + "identifier": "allow-picture-read", + "description": "This allows non-recursive read access to the `$PICTURE` folder.", + "permissions": ["read-all", "scope-picture"] }, - "allow-set-minimizable": { - "identifier": "allow-set-minimizable", - "description": "Enables the set_minimizable command without any pre-configured scope.", - "commands": { "allow": ["set_minimizable"], "deny": [] } + "allow-picture-read-recursive": { + "identifier": "allow-picture-read-recursive", + "description": "This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.", + "permissions": ["read-all", "scope-picture-recursive"] }, - "allow-set-position": { - "identifier": "allow-set-position", - "description": "Enables the set_position command without any pre-configured scope.", - "commands": { "allow": ["set_position"], "deny": [] } + "allow-picture-write": { + "identifier": "allow-picture-write", + "description": "This allows non-recursive write access to the `$PICTURE` folder.", + "permissions": ["write-all", "scope-picture"] }, - "allow-set-progress-bar": { - "identifier": "allow-set-progress-bar", - "description": "Enables the set_progress_bar command without any pre-configured scope.", - "commands": { "allow": ["set_progress_bar"], "deny": [] } + "allow-picture-write-recursive": { + "identifier": "allow-picture-write-recursive", + "description": "This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", + "permissions": ["write-all", "scope-picture-recursive"] }, - "allow-set-resizable": { - "identifier": "allow-set-resizable", - "description": "Enables the set_resizable command without any pre-configured scope.", - "commands": { "allow": ["set_resizable"], "deny": [] } + "allow-public-meta": { + "identifier": "allow-public-meta", + "description": "This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-public-index"] }, - "allow-set-shadow": { - "identifier": "allow-set-shadow", - "description": "Enables the set_shadow command without any pre-configured scope.", - "commands": { "allow": ["set_shadow"], "deny": [] } + "allow-public-meta-recursive": { + "identifier": "allow-public-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-public-recursive"] }, - "allow-set-size": { - "identifier": "allow-set-size", - "description": "Enables the set_size command without any pre-configured scope.", - "commands": { "allow": ["set_size"], "deny": [] } + "allow-public-read": { + "identifier": "allow-public-read", + "description": "This allows non-recursive read access to the `$PUBLIC` folder.", + "permissions": ["read-all", "scope-public"] }, - "allow-set-size-constraints": { - "identifier": "allow-set-size-constraints", - "description": "Enables the set_size_constraints command without any pre-configured scope.", - "commands": { "allow": ["set_size_constraints"], "deny": [] } + "allow-public-read-recursive": { + "identifier": "allow-public-read-recursive", + "description": "This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.", + "permissions": ["read-all", "scope-public-recursive"] }, - "allow-set-skip-taskbar": { - "identifier": "allow-set-skip-taskbar", - "description": "Enables the set_skip_taskbar command without any pre-configured scope.", - "commands": { "allow": ["set_skip_taskbar"], "deny": [] } + "allow-public-write": { + "identifier": "allow-public-write", + "description": "This allows non-recursive write access to the `$PUBLIC` folder.", + "permissions": ["write-all", "scope-public"] }, - "allow-set-title": { - "identifier": "allow-set-title", - "description": "Enables the set_title command without any pre-configured scope.", - "commands": { "allow": ["set_title"], "deny": [] } + "allow-public-write-recursive": { + "identifier": "allow-public-write-recursive", + "description": "This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "permissions": ["write-all", "scope-public-recursive"] }, - "allow-set-title-bar-style": { - "identifier": "allow-set-title-bar-style", - "description": "Enables the set_title_bar_style command without any pre-configured scope.", - "commands": { "allow": ["set_title_bar_style"], "deny": [] } + "allow-resource-meta": { + "identifier": "allow-resource-meta", + "description": "This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-resource-index"] }, - "allow-set-visible-on-all-workspaces": { - "identifier": "allow-set-visible-on-all-workspaces", - "description": "Enables the set_visible_on_all_workspaces command without any pre-configured scope.", - "commands": { "allow": ["set_visible_on_all_workspaces"], "deny": [] } + "allow-resource-meta-recursive": { + "identifier": "allow-resource-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-resource-recursive"] }, - "allow-show": { - "identifier": "allow-show", - "description": "Enables the show command without any pre-configured scope.", - "commands": { "allow": ["show"], "deny": [] } + "allow-resource-read": { + "identifier": "allow-resource-read", + "description": "This allows non-recursive read access to the `$RESOURCE` folder.", + "permissions": ["read-all", "scope-resource"] }, - "allow-start-dragging": { - "identifier": "allow-start-dragging", - "description": "Enables the start_dragging command without any pre-configured scope.", - "commands": { "allow": ["start_dragging"], "deny": [] } + "allow-resource-read-recursive": { + "identifier": "allow-resource-read-recursive", + "description": "This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.", + "permissions": ["read-all", "scope-resource-recursive"] }, - "allow-start-resize-dragging": { - "identifier": "allow-start-resize-dragging", - "description": "Enables the start_resize_dragging command without any pre-configured scope.", - "commands": { "allow": ["start_resize_dragging"], "deny": [] } + "allow-resource-write": { + "identifier": "allow-resource-write", + "description": "This allows non-recursive write access to the `$RESOURCE` folder.", + "permissions": ["write-all", "scope-resource"] }, - "allow-theme": { - "identifier": "allow-theme", - "description": "Enables the theme command without any pre-configured scope.", - "commands": { "allow": ["theme"], "deny": [] } + "allow-resource-write-recursive": { + "identifier": "allow-resource-write-recursive", + "description": "This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "permissions": ["write-all", "scope-resource-recursive"] }, - "allow-title": { - "identifier": "allow-title", - "description": "Enables the title command without any pre-configured scope.", - "commands": { "allow": ["title"], "deny": [] } + "allow-runtime-meta": { + "identifier": "allow-runtime-meta", + "description": "This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-runtime-index"] }, - "allow-toggle-maximize": { - "identifier": "allow-toggle-maximize", - "description": "Enables the toggle_maximize command without any pre-configured scope.", - "commands": { "allow": ["toggle_maximize"], "deny": [] } + "allow-runtime-meta-recursive": { + "identifier": "allow-runtime-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-runtime-recursive"] }, - "allow-unmaximize": { - "identifier": "allow-unmaximize", - "description": "Enables the unmaximize command without any pre-configured scope.", - "commands": { "allow": ["unmaximize"], "deny": [] } + "allow-runtime-read": { + "identifier": "allow-runtime-read", + "description": "This allows non-recursive read access to the `$RUNTIME` folder.", + "permissions": ["read-all", "scope-runtime"] }, - "allow-unminimize": { - "identifier": "allow-unminimize", - "description": "Enables the unminimize command without any pre-configured scope.", - "commands": { "allow": ["unminimize"], "deny": [] } + "allow-runtime-read-recursive": { + "identifier": "allow-runtime-read-recursive", + "description": "This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.", + "permissions": ["read-all", "scope-runtime-recursive"] }, - "deny-available-monitors": { - "identifier": "deny-available-monitors", - "description": "Denies the available_monitors command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["available_monitors"] } + "allow-runtime-write": { + "identifier": "allow-runtime-write", + "description": "This allows non-recursive write access to the `$RUNTIME` folder.", + "permissions": ["write-all", "scope-runtime"] }, - "deny-center": { - "identifier": "deny-center", - "description": "Denies the center command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["center"] } + "allow-runtime-write-recursive": { + "identifier": "allow-runtime-write-recursive", + "description": "This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "permissions": ["write-all", "scope-runtime-recursive"] }, - "deny-close": { - "identifier": "deny-close", - "description": "Denies the close command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["close"] } + "allow-temp-meta": { + "identifier": "allow-temp-meta", + "description": "This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-temp-index"] }, - "deny-create": { - "identifier": "deny-create", - "description": "Denies the create command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["create"] } + "allow-temp-meta-recursive": { + "identifier": "allow-temp-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-temp-recursive"] }, - "deny-current-monitor": { - "identifier": "deny-current-monitor", - "description": "Denies the current_monitor command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["current_monitor"] } + "allow-temp-read": { + "identifier": "allow-temp-read", + "description": "This allows non-recursive read access to the `$TEMP` folder.", + "permissions": ["read-all", "scope-temp"] }, - "deny-cursor-position": { - "identifier": "deny-cursor-position", - "description": "Denies the cursor_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["cursor_position"] } + "allow-temp-read-recursive": { + "identifier": "allow-temp-read-recursive", + "description": "This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.", + "permissions": ["read-all", "scope-temp-recursive"] }, - "deny-destroy": { - "identifier": "deny-destroy", - "description": "Denies the destroy command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["destroy"] } + "allow-temp-write": { + "identifier": "allow-temp-write", + "description": "This allows non-recursive write access to the `$TEMP` folder.", + "permissions": ["write-all", "scope-temp"] }, - "deny-hide": { - "identifier": "deny-hide", - "description": "Denies the hide command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["hide"] } + "allow-temp-write-recursive": { + "identifier": "allow-temp-write-recursive", + "description": "This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", + "permissions": ["write-all", "scope-temp-recursive"] }, - "deny-inner-position": { - "identifier": "deny-inner-position", - "description": "Denies the inner_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["inner_position"] } + "allow-template-meta": { + "identifier": "allow-template-meta", + "description": "This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-template-index"] }, - "deny-inner-size": { - "identifier": "deny-inner-size", - "description": "Denies the inner_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["inner_size"] } + "allow-template-meta-recursive": { + "identifier": "allow-template-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-template-recursive"] }, - "deny-internal-toggle-maximize": { - "identifier": "deny-internal-toggle-maximize", - "description": "Denies the internal_toggle_maximize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["internal_toggle_maximize"] } + "allow-template-read": { + "identifier": "allow-template-read", + "description": "This allows non-recursive read access to the `$TEMPLATE` folder.", + "permissions": ["read-all", "scope-template"] }, - "deny-is-closable": { - "identifier": "deny-is-closable", - "description": "Denies the is_closable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_closable"] } + "allow-template-read-recursive": { + "identifier": "allow-template-read-recursive", + "description": "This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.", + "permissions": ["read-all", "scope-template-recursive"] }, - "deny-is-decorated": { - "identifier": "deny-is-decorated", - "description": "Denies the is_decorated command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_decorated"] } + "allow-template-write": { + "identifier": "allow-template-write", + "description": "This allows non-recursive write access to the `$TEMPLATE` folder.", + "permissions": ["write-all", "scope-template"] }, - "deny-is-focused": { - "identifier": "deny-is-focused", - "description": "Denies the is_focused command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_focused"] } + "allow-template-write-recursive": { + "identifier": "allow-template-write-recursive", + "description": "This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "permissions": ["write-all", "scope-template-recursive"] }, - "deny-is-fullscreen": { - "identifier": "deny-is-fullscreen", - "description": "Denies the is_fullscreen command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_fullscreen"] } + "allow-video-meta": { + "identifier": "allow-video-meta", + "description": "This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-video-index"] }, - "deny-is-maximizable": { - "identifier": "deny-is-maximizable", - "description": "Denies the is_maximizable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_maximizable"] } + "allow-video-meta-recursive": { + "identifier": "allow-video-meta-recursive", + "description": "This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", + "permissions": ["read-meta", "scope-video-recursive"] }, - "deny-is-maximized": { - "identifier": "deny-is-maximized", - "description": "Denies the is_maximized command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_maximized"] } + "allow-video-read": { + "identifier": "allow-video-read", + "description": "This allows non-recursive read access to the `$VIDEO` folder.", + "permissions": ["read-all", "scope-video"] }, - "deny-is-minimizable": { - "identifier": "deny-is-minimizable", - "description": "Denies the is_minimizable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_minimizable"] } + "allow-video-read-recursive": { + "identifier": "allow-video-read-recursive", + "description": "This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.", + "permissions": ["read-all", "scope-video-recursive"] }, - "deny-is-minimized": { - "identifier": "deny-is-minimized", - "description": "Denies the is_minimized command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_minimized"] } + "allow-video-write": { + "identifier": "allow-video-write", + "description": "This allows non-recursive write access to the `$VIDEO` folder.", + "permissions": ["write-all", "scope-video"] }, - "deny-is-resizable": { - "identifier": "deny-is-resizable", - "description": "Denies the is_resizable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_resizable"] } + "allow-video-write-recursive": { + "identifier": "allow-video-write-recursive", + "description": "This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", + "permissions": ["write-all", "scope-video-recursive"] }, - "deny-is-visible": { - "identifier": "deny-is-visible", - "description": "Denies the is_visible command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["is_visible"] } + "deny-default": { + "identifier": "deny-default", + "description": "This denies access to dangerous Tauri relevant files and folders by default.", + "permissions": ["deny-webview-data-linux", "deny-webview-data-windows"] + } + }, + "global_scope_schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "anyOf": [ + { "description": "FS scope path.", "type": "string" }, + { + "properties": { "path": { "description": "FS scope path.", "type": "string" } }, + "required": ["path"], + "type": "object" + } + ], + "description": "FS scope entry.", + "title": "FsScopeEntry" + } + }, + "http": { + "default_permission": { + "identifier": "default", + "description": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n", + "permissions": [ + "allow-fetch", + "allow-fetch-cancel", + "allow-fetch-read-body", + "allow-fetch-send" + ] + }, + "permissions": { + "allow-fetch": { + "identifier": "allow-fetch", + "description": "Enables the fetch command without any pre-configured scope.", + "commands": { "allow": ["fetch"], "deny": [] } }, - "deny-maximize": { - "identifier": "deny-maximize", - "description": "Denies the maximize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["maximize"] } + "allow-fetch-cancel": { + "identifier": "allow-fetch-cancel", + "description": "Enables the fetch_cancel command without any pre-configured scope.", + "commands": { "allow": ["fetch_cancel"], "deny": [] } }, - "deny-minimize": { - "identifier": "deny-minimize", - "description": "Denies the minimize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["minimize"] } + "allow-fetch-read-body": { + "identifier": "allow-fetch-read-body", + "description": "Enables the fetch_read_body command without any pre-configured scope.", + "commands": { "allow": ["fetch_read_body"], "deny": [] } }, - "deny-monitor-from-point": { - "identifier": "deny-monitor-from-point", - "description": "Denies the monitor_from_point command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["monitor_from_point"] } + "allow-fetch-send": { + "identifier": "allow-fetch-send", + "description": "Enables the fetch_send command without any pre-configured scope.", + "commands": { "allow": ["fetch_send"], "deny": [] } }, - "deny-outer-position": { - "identifier": "deny-outer-position", - "description": "Denies the outer_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["outer_position"] } + "deny-fetch": { + "identifier": "deny-fetch", + "description": "Denies the fetch command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["fetch"] } }, - "deny-outer-size": { - "identifier": "deny-outer-size", - "description": "Denies the outer_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["outer_size"] } + "deny-fetch-cancel": { + "identifier": "deny-fetch-cancel", + "description": "Denies the fetch_cancel command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["fetch_cancel"] } }, - "deny-primary-monitor": { - "identifier": "deny-primary-monitor", - "description": "Denies the primary_monitor command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["primary_monitor"] } + "deny-fetch-read-body": { + "identifier": "deny-fetch-read-body", + "description": "Denies the fetch_read_body command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["fetch_read_body"] } }, - "deny-request-user-attention": { - "identifier": "deny-request-user-attention", - "description": "Denies the request_user_attention command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["request_user_attention"] } + "deny-fetch-send": { + "identifier": "deny-fetch-send", + "description": "Denies the fetch_send command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["fetch_send"] } + } + }, + "permission_sets": {}, + "global_scope_schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "anyOf": [ + { + "description": "A URL that can be accessed by the webview when using the HTTP APIs. Wildcards can be used following the URL pattern standard.\n\nSee [the URL Pattern spec](https://urlpattern.spec.whatwg.org/) for more information.\n\nExamples:\n\n- \"https://*\" : allows all HTTPS origin on port 443\n\n- \"https://*:*\" : allows all HTTPS origin on any port\n\n- \"https://*.github.com/tauri-apps/tauri\": allows any subdomain of \"github.com\" with the \"tauri-apps/api\" path\n\n- \"https://myapi.service.com/users/*\": allows access to any URLs that begins with \"https://myapi.service.com/users/\"", + "type": "string" + }, + { + "properties": { + "url": { + "description": "A URL that can be accessed by the webview when using the HTTP APIs. Wildcards can be used following the URL pattern standard.\n\nSee [the URL Pattern spec](https://urlpattern.spec.whatwg.org/) for more information.\n\nExamples:\n\n- \"https://*\" : allows all HTTPS origin on port 443\n\n- \"https://*:*\" : allows all HTTPS origin on any port\n\n- \"https://*.github.com/tauri-apps/tauri\": allows any subdomain of \"github.com\" with the \"tauri-apps/api\" path\n\n- \"https://myapi.service.com/users/*\": allows access to any URLs that begins with \"https://myapi.service.com/users/\"", + "type": "string" + } + }, + "required": ["url"], + "type": "object" + } + ], + "description": "HTTP scope entry.", + "title": "HttpScopeEntry" + } + }, + "log": { + "default_permission": { + "identifier": "default", + "description": "Allows the log command", + "permissions": ["allow-log"] + }, + "permissions": { + "allow-log": { + "identifier": "allow-log", + "description": "Enables the log command without any pre-configured scope.", + "commands": { "allow": ["log"], "deny": [] } }, - "deny-scale-factor": { - "identifier": "deny-scale-factor", - "description": "Denies the scale_factor command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["scale_factor"] } + "deny-log": { + "identifier": "deny-log", + "description": "Denies the log command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["log"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "os": { + "default_permission": { + "identifier": "default", + "description": "This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n", + "permissions": [ + "allow-arch", + "allow-exe-extension", + "allow-family", + "allow-locale", + "allow-os-type", + "allow-platform", + "allow-version" + ] + }, + "permissions": { + "allow-arch": { + "identifier": "allow-arch", + "description": "Enables the arch command without any pre-configured scope.", + "commands": { "allow": ["arch"], "deny": [] } }, - "deny-set-always-on-bottom": { - "identifier": "deny-set-always-on-bottom", - "description": "Denies the set_always_on_bottom command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_always_on_bottom"] } + "allow-exe-extension": { + "identifier": "allow-exe-extension", + "description": "Enables the exe_extension command without any pre-configured scope.", + "commands": { "allow": ["exe_extension"], "deny": [] } }, - "deny-set-always-on-top": { - "identifier": "deny-set-always-on-top", - "description": "Denies the set_always_on_top command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_always_on_top"] } + "allow-family": { + "identifier": "allow-family", + "description": "Enables the family command without any pre-configured scope.", + "commands": { "allow": ["family"], "deny": [] } }, - "deny-set-closable": { - "identifier": "deny-set-closable", - "description": "Denies the set_closable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_closable"] } + "allow-hostname": { + "identifier": "allow-hostname", + "description": "Enables the hostname command without any pre-configured scope.", + "commands": { "allow": ["hostname"], "deny": [] } }, - "deny-set-content-protected": { - "identifier": "deny-set-content-protected", - "description": "Denies the set_content_protected command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_content_protected"] } + "allow-locale": { + "identifier": "allow-locale", + "description": "Enables the locale command without any pre-configured scope.", + "commands": { "allow": ["locale"], "deny": [] } }, - "deny-set-cursor-grab": { - "identifier": "deny-set-cursor-grab", - "description": "Denies the set_cursor_grab command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_cursor_grab"] } + "allow-os-type": { + "identifier": "allow-os-type", + "description": "Enables the os_type command without any pre-configured scope.", + "commands": { "allow": ["os_type"], "deny": [] } }, - "deny-set-cursor-icon": { - "identifier": "deny-set-cursor-icon", - "description": "Denies the set_cursor_icon command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_cursor_icon"] } + "allow-platform": { + "identifier": "allow-platform", + "description": "Enables the platform command without any pre-configured scope.", + "commands": { "allow": ["platform"], "deny": [] } }, - "deny-set-cursor-position": { - "identifier": "deny-set-cursor-position", - "description": "Denies the set_cursor_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_cursor_position"] } + "allow-version": { + "identifier": "allow-version", + "description": "Enables the version command without any pre-configured scope.", + "commands": { "allow": ["version"], "deny": [] } }, - "deny-set-cursor-visible": { - "identifier": "deny-set-cursor-visible", - "description": "Denies the set_cursor_visible command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_cursor_visible"] } + "deny-arch": { + "identifier": "deny-arch", + "description": "Denies the arch command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["arch"] } }, - "deny-set-decorations": { - "identifier": "deny-set-decorations", - "description": "Denies the set_decorations command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_decorations"] } + "deny-exe-extension": { + "identifier": "deny-exe-extension", + "description": "Denies the exe_extension command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["exe_extension"] } }, - "deny-set-effects": { - "identifier": "deny-set-effects", - "description": "Denies the set_effects command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_effects"] } + "deny-family": { + "identifier": "deny-family", + "description": "Denies the family command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["family"] } }, - "deny-set-focus": { - "identifier": "deny-set-focus", - "description": "Denies the set_focus command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_focus"] } + "deny-hostname": { + "identifier": "deny-hostname", + "description": "Denies the hostname command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["hostname"] } }, - "deny-set-fullscreen": { - "identifier": "deny-set-fullscreen", - "description": "Denies the set_fullscreen command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_fullscreen"] } + "deny-locale": { + "identifier": "deny-locale", + "description": "Denies the locale command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["locale"] } }, - "deny-set-icon": { - "identifier": "deny-set-icon", - "description": "Denies the set_icon command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_icon"] } + "deny-os-type": { + "identifier": "deny-os-type", + "description": "Denies the os_type command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["os_type"] } }, - "deny-set-ignore-cursor-events": { - "identifier": "deny-set-ignore-cursor-events", - "description": "Denies the set_ignore_cursor_events command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_ignore_cursor_events"] } + "deny-platform": { + "identifier": "deny-platform", + "description": "Denies the platform command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["platform"] } }, - "deny-set-max-size": { - "identifier": "deny-set-max-size", - "description": "Denies the set_max_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_max_size"] } + "deny-version": { + "identifier": "deny-version", + "description": "Denies the version command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["version"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "process": { + "default_permission": { + "identifier": "default", + "description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n", + "permissions": ["allow-exit", "allow-restart"] + }, + "permissions": { + "allow-exit": { + "identifier": "allow-exit", + "description": "Enables the exit command without any pre-configured scope.", + "commands": { "allow": ["exit"], "deny": [] } }, - "deny-set-maximizable": { - "identifier": "deny-set-maximizable", - "description": "Denies the set_maximizable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_maximizable"] } + "allow-restart": { + "identifier": "allow-restart", + "description": "Enables the restart command without any pre-configured scope.", + "commands": { "allow": ["restart"], "deny": [] } }, - "deny-set-min-size": { - "identifier": "deny-set-min-size", - "description": "Denies the set_min_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_min_size"] } + "deny-exit": { + "identifier": "deny-exit", + "description": "Denies the exit command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["exit"] } }, - "deny-set-minimizable": { - "identifier": "deny-set-minimizable", - "description": "Denies the set_minimizable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_minimizable"] } + "deny-restart": { + "identifier": "deny-restart", + "description": "Denies the restart command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["restart"] } + } + }, + "permission_sets": {}, + "global_scope_schema": null + }, + "shell": { + "default_permission": { + "identifier": "default", + "description": "This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n", + "permissions": ["allow-open"] + }, + "permissions": { + "allow-execute": { + "identifier": "allow-execute", + "description": "Enables the execute command without any pre-configured scope.", + "commands": { "allow": ["execute"], "deny": [] } }, - "deny-set-position": { - "identifier": "deny-set-position", - "description": "Denies the set_position command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_position"] } + "allow-kill": { + "identifier": "allow-kill", + "description": "Enables the kill command without any pre-configured scope.", + "commands": { "allow": ["kill"], "deny": [] } }, - "deny-set-progress-bar": { - "identifier": "deny-set-progress-bar", - "description": "Denies the set_progress_bar command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_progress_bar"] } + "allow-open": { + "identifier": "allow-open", + "description": "Enables the open command without any pre-configured scope.", + "commands": { "allow": ["open"], "deny": [] } }, - "deny-set-resizable": { - "identifier": "deny-set-resizable", - "description": "Denies the set_resizable command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_resizable"] } + "allow-spawn": { + "identifier": "allow-spawn", + "description": "Enables the spawn command without any pre-configured scope.", + "commands": { "allow": ["spawn"], "deny": [] } }, - "deny-set-shadow": { - "identifier": "deny-set-shadow", - "description": "Denies the set_shadow command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_shadow"] } + "allow-stdin-write": { + "identifier": "allow-stdin-write", + "description": "Enables the stdin_write command without any pre-configured scope.", + "commands": { "allow": ["stdin_write"], "deny": [] } }, - "deny-set-size": { - "identifier": "deny-set-size", - "description": "Denies the set_size command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_size"] } + "deny-execute": { + "identifier": "deny-execute", + "description": "Denies the execute command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["execute"] } }, - "deny-set-size-constraints": { - "identifier": "deny-set-size-constraints", - "description": "Denies the set_size_constraints command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_size_constraints"] } + "deny-kill": { + "identifier": "deny-kill", + "description": "Denies the kill command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["kill"] } }, - "deny-set-skip-taskbar": { - "identifier": "deny-set-skip-taskbar", - "description": "Denies the set_skip_taskbar command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_skip_taskbar"] } + "deny-open": { + "identifier": "deny-open", + "description": "Denies the open command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["open"] } }, - "deny-set-title": { - "identifier": "deny-set-title", - "description": "Denies the set_title command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_title"] } + "deny-spawn": { + "identifier": "deny-spawn", + "description": "Denies the spawn command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["spawn"] } }, - "deny-set-title-bar-style": { - "identifier": "deny-set-title-bar-style", - "description": "Denies the set_title_bar_style command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_title_bar_style"] } + "deny-stdin-write": { + "identifier": "deny-stdin-write", + "description": "Denies the stdin_write command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["stdin_write"] } + } + }, + "permission_sets": {}, + "global_scope_schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "definitions": { + "ShellAllowedArg": { + "anyOf": [ + { + "description": "A non-configurable argument that is passed to the command in the order it was specified.", + "type": "string" + }, + { + "additionalProperties": false, + "description": "A variable that is set while calling the command from the webview API.", + "properties": { + "validator": { + "description": "[regex] validator to require passed values to conform to an expected input.\n\nThis will require the argument value passed to this variable to match the `validator` regex before it will be executed.\n\n[regex]: https://docs.rs/regex/latest/regex/#syntax", + "type": "string" + } + }, + "required": ["validator"], + "type": "object" + } + ], + "description": "A command argument allowed to be executed by the webview API." + }, + "ShellAllowedArgs": { + "anyOf": [ + { + "description": "Use a simple boolean to allow all or disable all arguments to this command configuration.", + "type": "boolean" + }, + { + "description": "A specific set of [`ShellAllowedArg`] that are valid to call for the command configuration.", + "items": { "$ref": "#/definitions/ShellAllowedArg" }, + "type": "array" + } + ], + "description": "A set of command arguments allowed to be executed by the webview API.\n\nA value of `true` will allow any arguments to be passed to the command. `false` will disable all arguments. A list of [`ShellAllowedArg`] will set those arguments as the only valid arguments to be passed to the attached command configuration." + } }, - "deny-set-visible-on-all-workspaces": { - "identifier": "deny-set-visible-on-all-workspaces", - "description": "Denies the set_visible_on_all_workspaces command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["set_visible_on_all_workspaces"] } + "description": "A command allowed to be executed by the webview API.", + "properties": { + "args": { + "allOf": [{ "$ref": "#/definitions/ShellAllowedArgs" }], + "description": "The allowed arguments for the command execution." + }, + "cmd": { + "description": "The command name. It can start with a variable that resolves to a system base directory. The variables are: `$AUDIO`, `$CACHE`, `$CONFIG`, `$DATA`, `$LOCALDATA`, `$DESKTOP`, `$DOCUMENT`, `$DOWNLOAD`, `$EXE`, `$FONT`, `$HOME`, `$PICTURE`, `$PUBLIC`, `$RUNTIME`, `$TEMPLATE`, `$VIDEO`, `$RESOURCE`, `$APP`, `$LOG`, `$TEMP`, `$APPCONFIG`, `$APPDATA`, `$APPLOCALDATA`, `$APPCACHE`, `$APPLOG`.", + "type": "string" + }, + "name": { + "description": "The name for this allowed shell command configuration.\n\nThis name will be used inside of the webview API to call this command along with any specified arguments.", + "type": "string" + }, + "sidecar": { "description": "If this command is a sidecar command.", "type": "boolean" } }, - "deny-show": { - "identifier": "deny-show", - "description": "Denies the show command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["show"] } + "required": ["args", "cmd", "name", "sidecar"], + "title": "Entry", + "type": "object" + } + }, + "sql": { + "default_permission": { + "identifier": "default", + "description": "# Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n", + "permissions": ["allow-close", "allow-load", "allow-select"] + }, + "permissions": { + "allow-close": { + "identifier": "allow-close", + "description": "Enables the close command without any pre-configured scope.", + "commands": { "allow": ["close"], "deny": [] } }, - "deny-start-dragging": { - "identifier": "deny-start-dragging", - "description": "Denies the start_dragging command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["start_dragging"] } + "allow-execute": { + "identifier": "allow-execute", + "description": "Enables the execute command without any pre-configured scope.", + "commands": { "allow": ["execute"], "deny": [] } }, - "deny-start-resize-dragging": { - "identifier": "deny-start-resize-dragging", - "description": "Denies the start_resize_dragging command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["start_resize_dragging"] } + "allow-load": { + "identifier": "allow-load", + "description": "Enables the load command without any pre-configured scope.", + "commands": { "allow": ["load"], "deny": [] } }, - "deny-theme": { - "identifier": "deny-theme", - "description": "Denies the theme command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["theme"] } + "allow-select": { + "identifier": "allow-select", + "description": "Enables the select command without any pre-configured scope.", + "commands": { "allow": ["select"], "deny": [] } }, - "deny-title": { - "identifier": "deny-title", - "description": "Denies the title command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["title"] } + "deny-close": { + "identifier": "deny-close", + "description": "Denies the close command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["close"] } }, - "deny-toggle-maximize": { - "identifier": "deny-toggle-maximize", - "description": "Denies the toggle_maximize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["toggle_maximize"] } + "deny-execute": { + "identifier": "deny-execute", + "description": "Denies the execute command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["execute"] } }, - "deny-unmaximize": { - "identifier": "deny-unmaximize", - "description": "Denies the unmaximize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["unmaximize"] } + "deny-load": { + "identifier": "deny-load", + "description": "Denies the load command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["load"] } }, - "deny-unminimize": { - "identifier": "deny-unminimize", - "description": "Denies the unminimize command without any pre-configured scope.", - "commands": { "allow": [], "deny": ["unminimize"] } + "deny-select": { + "identifier": "deny-select", + "description": "Denies the select command without any pre-configured scope.", + "commands": { "allow": [], "deny": ["select"] } } }, "permission_sets": {}, diff --git a/src-tauri/gen/schemas/capabilities.json b/src-tauri/gen/schemas/capabilities.json index 77361406..2ac26a80 100644 --- a/src-tauri/gen/schemas/capabilities.json +++ b/src-tauri/gen/schemas/capabilities.json @@ -1 +1,179 @@ -{"DevJson":{"identifier":"DevJson","description":"Capability for the dev json window","local":true,"windows":["Dev_JSON"],"permissions":["app:allow-version","app:default","event:allow-listen","event:default","http:allow-fetch","log:allow-log","log:default","path:allow-resolve-directory","path:default","sql:allow-load","sql:allow-execute","sql:default","webview:allow-set-webview-zoom","webview:default","window:allow-center","window:allow-close","window:allow-destroy","window:allow-set-size","window:allow-set-title","window:allow-set-fullscreen","window:allow-show","window:default",{"identifier":"http:default","allow":[{"url":"https://*.miyoushe.com/*"},{"url":"https://*.mihoyo.com/*"}]}],"platforms":["windows","macOS"]},"Mys":{"identifier":"Mys","description":"Capability for the mys client window","remote":{"urls":["https://*.mihoyo.com/*","https://*.miyoushe.com/*"]},"local":true,"windows":["mhy_client"],"permissions":["dialog:allow-message","dialog:default","event:allow-emit","http:allow-fetch","webview:allow-set-webview-zoom","webview:default","window:allow-center","window:default","path:allow-resolve-directory","path:default",{"identifier":"fs:allow-exists","allow":[{"path":"**"}]},{"identifier":"fs:allow-mkdir","allow":[{"path":"**"}]},{"identifier":"fs:allow-read-dir","allow":[{"path":"**"}]},{"identifier":"fs:allow-read-text-file","allow":[{"path":"**"}]},{"identifier":"fs:allow-remove","allow":[{"path":"**"}]},{"identifier":"fs:allow-write-file","allow":[{"path":"**"}]},{"identifier":"fs:allow-write-text-file","allow":[{"path":"**"}]},{"identifier":"http:default","allow":[{"url":"https://*.miyoushe.com/*"},{"url":"https://*.mihoyo.com/*"}]}],"platforms":["windows","macOS"]},"SubWindow":{"identifier":"SubWindow","description":"Capability for the sub window","local":true,"windows":["Sub_window"],"permissions":["app:allow-version","app:default","dialog:allow-save","dialog:default","event:allow-listen","event:default","fs:default","http:allow-fetch","log:allow-log","log:default","path:allow-resolve-directory","path:default","shell:allow-open","shell:default","sql:allow-load","sql:allow-execute","sql:default","webview:allow-set-webview-zoom","webview:default","window:allow-center","window:allow-close","window:allow-destroy","window:allow-set-size","window:allow-set-title","window:allow-set-fullscreen","window:allow-show","window:default",{"identifier":"fs:allow-exists","allow":[{"path":"**"}]},{"identifier":"fs:allow-mkdir","allow":[{"path":"**"}]},{"identifier":"fs:allow-read-dir","allow":[{"path":"**"}]},{"identifier":"fs:allow-read-text-file","allow":[{"path":"**"}]},{"identifier":"fs:allow-remove","allow":[{"path":"**"}]},{"identifier":"fs:allow-write-file","allow":[{"path":"**"}]},{"identifier":"fs:allow-write-text-file","allow":[{"path":"**"}]},{"identifier":"http:default","allow":[{"url":"https://*.miyoushe.com/*"},{"url":"https://*.mihoyo.com/*"}]}],"platforms":["windows","macOS"]},"TeyvatGuide":{"identifier":"TeyvatGuide","description":"Capability for the main window","local":true,"windows":["TeyvatGuide"],"permissions":["app:allow-version","app:default","dialog:allow-save","dialog:default","event:allow-listen","event:default","fs:default","http:allow-fetch","log:allow-log","log:default","path:allow-resolve-directory","path:default","process:allow-exit","process:default","shell:allow-execute","shell:allow-open","shell:default","sql:allow-load","sql:allow-execute","sql:default","webview:allow-create-webview-window","webview:allow-set-webview-zoom","webview:default","window:allow-center","window:allow-close","window:allow-destroy","window:allow-set-size","window:default","window:allow-is-minimized","window:allow-set-title","window:allow-set-focus","window:allow-show","window:allow-unminimize",{"identifier":"fs:allow-exists","allow":[{"path":"**"}]},{"identifier":"fs:allow-mkdir","allow":[{"path":"**"}]},{"identifier":"fs:allow-read-dir","allow":[{"path":"**"}]},{"identifier":"fs:allow-read-text-file","allow":[{"path":"**"}]},{"identifier":"fs:allow-remove","allow":[{"path":"**"}]},{"identifier":"fs:allow-write-file","allow":[{"path":"**"}]},{"identifier":"fs:allow-write-text-file","allow":[{"path":"**"}]},{"identifier":"http:default","allow":[{"url":"https://*.miyoushe.com/*"},{"url":"https://*.mihoyo.com/*"},{"url":"https://homa.snapgenshin.com/*"}]},{"identifier":"shell:allow-execute","allow":[{"args":true,"cmd":"explorer","name":"win_open"},{"args":true,"cmd":"open","name":"mac_open"}]}],"platforms":["windows","macOS"]}} \ No newline at end of file +{ + "DevJson": { + "identifier": "DevJson", + "description": "Capability for the dev json window", + "local": true, + "windows": ["Dev_JSON"], + "permissions": [ + "core:app:allow-version", + "core:app:default", + "core:event:allow-listen", + "core:event:default", + "http:allow-fetch", + "log:allow-log", + "log:default", + "core:path:allow-resolve-directory", + "core:path:default", + "sql:allow-load", + "sql:allow-execute", + "sql:default", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:allow-close", + "core:window:allow-destroy", + "core:window:allow-set-size", + "core:window:allow-set-title", + "core:window:allow-set-fullscreen", + "core:window:allow-show", + "core:window:default", + { + "identifier": "http:default", + "allow": [{ "url": "https://*.miyoushe.com/*" }, { "url": "https://*.mihoyo.com/*" }] + } + ], + "platforms": ["windows", "macOS"] + }, + "Mys": { + "identifier": "Mys", + "description": "Capability for the mys client window", + "remote": { "urls": ["https://*.mihoyo.com/*", "https://*.miyoushe.com/*"] }, + "local": true, + "windows": ["mhy_client"], + "permissions": [ + "dialog:allow-message", + "dialog:default", + "core:event:allow-emit", + "http:allow-fetch", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:default", + "core:path:allow-resolve-directory", + "core:path:default", + { "identifier": "fs:allow-exists", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-mkdir", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-read-dir", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-read-text-file", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-remove", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-write-file", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-write-text-file", "allow": [{ "path": "**" }] }, + { + "identifier": "http:default", + "allow": [{ "url": "https://*.miyoushe.com/*" }, { "url": "https://*.mihoyo.com/*" }] + } + ], + "platforms": ["windows", "macOS"] + }, + "SubWindow": { + "identifier": "SubWindow", + "description": "Capability for the sub window", + "local": true, + "windows": ["Sub_window"], + "permissions": [ + "core:app:allow-version", + "core:app:default", + "dialog:allow-save", + "dialog:default", + "core:event:allow-listen", + "core:event:default", + "fs:default", + "http:allow-fetch", + "log:allow-log", + "log:default", + "core:path:allow-resolve-directory", + "core:path:default", + "shell:allow-open", + "shell:default", + "sql:allow-load", + "sql:allow-execute", + "sql:default", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:allow-close", + "core:window:allow-destroy", + "core:window:allow-set-size", + "core:window:allow-set-title", + "core:window:allow-set-fullscreen", + "core:window:allow-show", + "core:window:default", + { "identifier": "fs:allow-exists", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-mkdir", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-read-dir", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-read-text-file", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-remove", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-write-file", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-write-text-file", "allow": [{ "path": "**" }] }, + { + "identifier": "http:default", + "allow": [{ "url": "https://*.miyoushe.com/*" }, { "url": "https://*.mihoyo.com/*" }] + } + ], + "platforms": ["windows", "macOS"] + }, + "TeyvatGuide": { + "identifier": "TeyvatGuide", + "description": "Capability for the main window", + "local": true, + "windows": ["TeyvatGuide"], + "permissions": [ + "core:app:allow-version", + "core:app:default", + "dialog:allow-save", + "dialog:default", + "core:event:allow-listen", + "core:event:default", + "fs:default", + "http:allow-fetch", + "log:allow-log", + "log:default", + "core:path:allow-resolve-directory", + "core:path:default", + "process:allow-exit", + "process:default", + "shell:allow-execute", + "shell:allow-open", + "shell:default", + "sql:allow-load", + "sql:allow-execute", + "sql:default", + "core:webview:allow-create-webview-window", + "core:webview:allow-set-webview-zoom", + "core:webview:default", + "core:window:allow-center", + "core:window:allow-close", + "core:window:allow-destroy", + "core:window:allow-set-size", + "core:window:default", + "core:window:allow-is-minimized", + "core:window:allow-set-title", + "core:window:allow-set-focus", + "core:window:allow-show", + "core:window:allow-unminimize", + { "identifier": "fs:allow-exists", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-mkdir", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-read-dir", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-read-text-file", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-remove", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-write-file", "allow": [{ "path": "**" }] }, + { "identifier": "fs:allow-write-text-file", "allow": [{ "path": "**" }] }, + { + "identifier": "http:default", + "allow": [ + { "url": "https://*.miyoushe.com/*" }, + { "url": "https://*.mihoyo.com/*" }, + { "url": "https://homa.snapgenshin.com/*" } + ] + }, + { + "identifier": "shell:allow-execute", + "allow": [ + { "args": true, "cmd": "explorer", "name": "win_open" }, + { "args": true, "cmd": "open", "name": "mac_open" } + ] + } + ], + "platforms": ["windows", "macOS"] + } +} diff --git a/src-tauri/gen/schemas/desktop-schema.json b/src-tauri/gen/schemas/desktop-schema.json index 1ec6f683..7a13dadc 100644 --- a/src-tauri/gen/schemas/desktop-schema.json +++ b/src-tauri/gen/schemas/desktop-schema.json @@ -35,7 +35,7 @@ ], "definitions": { "Capability": { - "description": "A grouping and boundary mechanism developers can use to isolate access to the IPC layer.\n\nIt controls application windows fine grained access to the Tauri core, application, or plugin commands. If a window is not matching any capability then it has no access to the IPC layer at all.\n\nThis can be done to create groups of windows, based on their required system access, which can reduce impact of frontend vulnerabilities in less privileged windows. Windows can be added to a capability by exact name (e.g. `main-window`) or glob patterns like `*` or `admin-*`. A Window can have none, one, or multiple associated capabilities.\n\n## Example\n\n```json { \"identifier\": \"main-user-files-write\", \"description\": \"This capability allows the `main` window on macOS and Windows access to `filesystem` write related commands and `dialog` commands to enable programatic access to files selected by the user.\", \"windows\": [ \"main\" ], \"permissions\": [ \"path:default\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] }, \"platforms\": [\"macOS\",\"windows\"] } ```", + "description": "A grouping and boundary mechanism developers can use to isolate access to the IPC layer.\n\nIt controls application windows fine grained access to the Tauri core, application, or plugin commands. If a window is not matching any capability then it has no access to the IPC layer at all.\n\nThis can be done to create groups of windows, based on their required system access, which can reduce impact of frontend vulnerabilities in less privileged windows. Windows can be added to a capability by exact name (e.g. `main-window`) or glob patterns like `*` or `admin-*`. A Window can have none, one, or multiple associated capabilities.\n\n## Example\n\n```json { \"identifier\": \"main-user-files-write\", \"description\": \"This capability allows the `main` window on macOS and Windows access to `filesystem` write related commands and `dialog` commands to enable programatic access to files selected by the user.\", \"windows\": [ \"main\" ], \"permissions\": [ \"core:default\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] }, \"platforms\": [\"macOS\",\"windows\"] } ```", "type": "object", "required": ["identifier", "permissions"], "properties": { @@ -79,7 +79,7 @@ } }, "permissions": { - "description": "List of permissions attached to this capability.\n\nMust include the plugin name as prefix in the form of `${plugin-name}:${permission-name}`. For commands directly implemented in the application itself only `${permission-name}` is required.\n\n## Example\n\n```json [ \"path:default\", \"event:default\", \"window:default\", \"app:default\", \"image:default\", \"resources:default\", \"menu:default\", \"tray:default\", \"shell:allow-open\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] } ```", + "description": "List of permissions attached to this capability.\n\nMust include the plugin name as prefix in the form of `${plugin-name}:${permission-name}`. For commands directly implemented in the application itself only `${permission-name}` is required.\n\n## Example\n\n```json [ \"core:default\", \"shell:allow-open\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] } ```", "type": "array", "items": { "$ref": "#/definitions/PermissionEntry" @@ -1839,3189 +1839,3189 @@ "Identifier": { "oneOf": [ { - "description": "app:default -> Default permissions for the plugin.", + "description": "core:app:default -> Default permissions for the plugin.", "type": "string", - "enum": ["app:default"] + "enum": ["core:app:default"] }, { - "description": "app:allow-app-hide -> Enables the app_hide command without any pre-configured scope.", + "description": "core:app:allow-app-hide -> Enables the app_hide command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-app-hide"] + "enum": ["core:app:allow-app-hide"] }, { - "description": "app:allow-app-show -> Enables the app_show command without any pre-configured scope.", + "description": "core:app:allow-app-show -> Enables the app_show command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-app-show"] + "enum": ["core:app:allow-app-show"] }, { - "description": "app:allow-default-window-icon -> Enables the default_window_icon command without any pre-configured scope.", + "description": "core:app:allow-default-window-icon -> Enables the default_window_icon command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-default-window-icon"] + "enum": ["core:app:allow-default-window-icon"] }, { - "description": "app:allow-name -> Enables the name command without any pre-configured scope.", + "description": "core:app:allow-name -> Enables the name command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-name"] + "enum": ["core:app:allow-name"] }, { - "description": "app:allow-tauri-version -> Enables the tauri_version command without any pre-configured scope.", + "description": "core:app:allow-tauri-version -> Enables the tauri_version command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-tauri-version"] + "enum": ["core:app:allow-tauri-version"] }, { - "description": "app:allow-version -> Enables the version command without any pre-configured scope.", + "description": "core:app:allow-version -> Enables the version command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-version"] + "enum": ["core:app:allow-version"] }, { - "description": "app:deny-app-hide -> Denies the app_hide command without any pre-configured scope.", + "description": "core:app:deny-app-hide -> Denies the app_hide command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-app-hide"] + "enum": ["core:app:deny-app-hide"] }, { - "description": "app:deny-app-show -> Denies the app_show command without any pre-configured scope.", + "description": "core:app:deny-app-show -> Denies the app_show command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-app-show"] + "enum": ["core:app:deny-app-show"] }, { - "description": "app:deny-default-window-icon -> Denies the default_window_icon command without any pre-configured scope.", + "description": "core:app:deny-default-window-icon -> Denies the default_window_icon command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-default-window-icon"] + "enum": ["core:app:deny-default-window-icon"] }, { - "description": "app:deny-name -> Denies the name command without any pre-configured scope.", + "description": "core:app:deny-name -> Denies the name command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-name"] + "enum": ["core:app:deny-name"] }, { - "description": "app:deny-tauri-version -> Denies the tauri_version command without any pre-configured scope.", + "description": "core:app:deny-tauri-version -> Denies the tauri_version command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-tauri-version"] + "enum": ["core:app:deny-tauri-version"] }, { - "description": "app:deny-version -> Denies the version command without any pre-configured scope.", + "description": "core:app:deny-version -> Denies the version command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-version"] + "enum": ["core:app:deny-version"] }, { - "description": "deep-link:default -> Allows reading the opened deep link via the get_current command", + "description": "core:event:default -> Default permissions for the plugin.", "type": "string", - "enum": ["deep-link:default"] + "enum": ["core:event:default"] }, { - "description": "deep-link:allow-get-current -> Enables the get_current command without any pre-configured scope.", + "description": "core:event:allow-emit -> Enables the emit command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-get-current"] + "enum": ["core:event:allow-emit"] }, { - "description": "deep-link:allow-is-registered -> Enables the is_registered command without any pre-configured scope.", + "description": "core:event:allow-emit-to -> Enables the emit_to command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-is-registered"] + "enum": ["core:event:allow-emit-to"] }, { - "description": "deep-link:allow-register -> Enables the register command without any pre-configured scope.", + "description": "core:event:allow-listen -> Enables the listen command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-register"] + "enum": ["core:event:allow-listen"] }, { - "description": "deep-link:allow-unregister -> Enables the unregister command without any pre-configured scope.", + "description": "core:event:allow-unlisten -> Enables the unlisten command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-unregister"] + "enum": ["core:event:allow-unlisten"] }, { - "description": "deep-link:deny-get-current -> Denies the get_current command without any pre-configured scope.", + "description": "core:event:deny-emit -> Denies the emit command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-get-current"] + "enum": ["core:event:deny-emit"] }, { - "description": "deep-link:deny-is-registered -> Denies the is_registered command without any pre-configured scope.", + "description": "core:event:deny-emit-to -> Denies the emit_to command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-is-registered"] + "enum": ["core:event:deny-emit-to"] }, { - "description": "deep-link:deny-register -> Denies the register command without any pre-configured scope.", + "description": "core:event:deny-listen -> Denies the listen command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-register"] + "enum": ["core:event:deny-listen"] }, { - "description": "deep-link:deny-unregister -> Denies the unregister command without any pre-configured scope.", + "description": "core:event:deny-unlisten -> Denies the unlisten command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-unregister"] + "enum": ["core:event:deny-unlisten"] }, { - "description": "dialog:default -> This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n", + "description": "core:image:default -> Default permissions for the plugin.", "type": "string", - "enum": ["dialog:default"] + "enum": ["core:image:default"] }, { - "description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.", + "description": "core:image:allow-from-bytes -> Enables the from_bytes command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-ask"] + "enum": ["core:image:allow-from-bytes"] }, { - "description": "dialog:allow-confirm -> Enables the confirm command without any pre-configured scope.", + "description": "core:image:allow-from-path -> Enables the from_path command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-confirm"] + "enum": ["core:image:allow-from-path"] }, { - "description": "dialog:allow-message -> Enables the message command without any pre-configured scope.", + "description": "core:image:allow-new -> Enables the new command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-message"] + "enum": ["core:image:allow-new"] }, { - "description": "dialog:allow-open -> Enables the open command without any pre-configured scope.", + "description": "core:image:allow-rgba -> Enables the rgba command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-open"] + "enum": ["core:image:allow-rgba"] }, { - "description": "dialog:allow-save -> Enables the save command without any pre-configured scope.", + "description": "core:image:allow-size -> Enables the size command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-save"] + "enum": ["core:image:allow-size"] }, { - "description": "dialog:deny-ask -> Denies the ask command without any pre-configured scope.", + "description": "core:image:deny-from-bytes -> Denies the from_bytes command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-ask"] + "enum": ["core:image:deny-from-bytes"] }, { - "description": "dialog:deny-confirm -> Denies the confirm command without any pre-configured scope.", + "description": "core:image:deny-from-path -> Denies the from_path command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-confirm"] + "enum": ["core:image:deny-from-path"] }, { - "description": "dialog:deny-message -> Denies the message command without any pre-configured scope.", + "description": "core:image:deny-new -> Denies the new command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-message"] + "enum": ["core:image:deny-new"] }, { - "description": "dialog:deny-open -> Denies the open command without any pre-configured scope.", + "description": "core:image:deny-rgba -> Denies the rgba command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-open"] + "enum": ["core:image:deny-rgba"] }, { - "description": "dialog:deny-save -> Denies the save command without any pre-configured scope.", + "description": "core:image:deny-size -> Denies the size command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-save"] + "enum": ["core:image:deny-size"] }, { - "description": "event:default -> Default permissions for the plugin.", + "description": "core:menu:default -> Default permissions for the plugin.", "type": "string", - "enum": ["event:default"] + "enum": ["core:menu:default"] }, { - "description": "event:allow-emit -> Enables the emit command without any pre-configured scope.", + "description": "core:menu:allow-append -> Enables the append command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-emit"] + "enum": ["core:menu:allow-append"] }, { - "description": "event:allow-emit-to -> Enables the emit_to command without any pre-configured scope.", + "description": "core:menu:allow-create-default -> Enables the create_default command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-emit-to"] + "enum": ["core:menu:allow-create-default"] }, { - "description": "event:allow-listen -> Enables the listen command without any pre-configured scope.", + "description": "core:menu:allow-get -> Enables the get command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-listen"] + "enum": ["core:menu:allow-get"] }, { - "description": "event:allow-unlisten -> Enables the unlisten command without any pre-configured scope.", + "description": "core:menu:allow-insert -> Enables the insert command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-unlisten"] + "enum": ["core:menu:allow-insert"] }, { - "description": "event:deny-emit -> Denies the emit command without any pre-configured scope.", + "description": "core:menu:allow-is-checked -> Enables the is_checked command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-emit"] + "enum": ["core:menu:allow-is-checked"] }, { - "description": "event:deny-emit-to -> Denies the emit_to command without any pre-configured scope.", + "description": "core:menu:allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-emit-to"] + "enum": ["core:menu:allow-is-enabled"] }, { - "description": "event:deny-listen -> Denies the listen command without any pre-configured scope.", + "description": "core:menu:allow-items -> Enables the items command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-listen"] + "enum": ["core:menu:allow-items"] }, { - "description": "event:deny-unlisten -> Denies the unlisten command without any pre-configured scope.", + "description": "core:menu:allow-new -> Enables the new command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-unlisten"] + "enum": ["core:menu:allow-new"] }, { - "description": "fs:allow-app-meta -> This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.", + "description": "core:menu:allow-popup -> Enables the popup command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-meta"] + "enum": ["core:menu:allow-popup"] }, { - "description": "fs:allow-app-meta-recursive -> This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.", + "description": "core:menu:allow-prepend -> Enables the prepend command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-meta-recursive"] + "enum": ["core:menu:allow-prepend"] }, { - "description": "fs:allow-app-read -> This allows non-recursive read access to the `$APP` folder.", + "description": "core:menu:allow-remove -> Enables the remove command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-read"] + "enum": ["core:menu:allow-remove"] }, { - "description": "fs:allow-app-read-recursive -> This allows full recursive read access to the complete `$APP` folder, files and subdirectories.", + "description": "core:menu:allow-remove-at -> Enables the remove_at command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-read-recursive"] + "enum": ["core:menu:allow-remove-at"] }, { - "description": "fs:allow-app-write -> This allows non-recursive write access to the `$APP` folder.", + "description": "core:menu:allow-set-accelerator -> Enables the set_accelerator command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-write"] + "enum": ["core:menu:allow-set-accelerator"] }, { - "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", + "description": "core:menu:allow-set-as-app-menu -> Enables the set_as_app_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-write-recursive"] + "enum": ["core:menu:allow-set-as-app-menu"] }, { - "description": "fs:allow-appcache-meta -> This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", + "description": "core:menu:allow-set-as-help-menu-for-nsapp -> Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-meta"] + "enum": ["core:menu:allow-set-as-help-menu-for-nsapp"] }, { - "description": "fs:allow-appcache-meta-recursive -> This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", + "description": "core:menu:allow-set-as-window-menu -> Enables the set_as_window_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-meta-recursive"] + "enum": ["core:menu:allow-set-as-window-menu"] }, { - "description": "fs:allow-appcache-read -> This allows non-recursive read access to the `$APPCACHE` folder.", + "description": "core:menu:allow-set-as-windows-menu-for-nsapp -> Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-read"] + "enum": ["core:menu:allow-set-as-windows-menu-for-nsapp"] }, { - "description": "fs:allow-appcache-read-recursive -> This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "core:menu:allow-set-checked -> Enables the set_checked command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-read-recursive"] + "enum": ["core:menu:allow-set-checked"] }, { - "description": "fs:allow-appcache-write -> This allows non-recursive write access to the `$APPCACHE` folder.", + "description": "core:menu:allow-set-enabled -> Enables the set_enabled command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-write"] + "enum": ["core:menu:allow-set-enabled"] }, { - "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "core:menu:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-write-recursive"] + "enum": ["core:menu:allow-set-icon"] }, { - "description": "fs:allow-appconfig-meta -> This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", + "description": "core:menu:allow-set-text -> Enables the set_text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-meta"] + "enum": ["core:menu:allow-set-text"] }, { - "description": "fs:allow-appconfig-meta-recursive -> This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", + "description": "core:menu:allow-text -> Enables the text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-meta-recursive"] + "enum": ["core:menu:allow-text"] }, { - "description": "fs:allow-appconfig-read -> This allows non-recursive read access to the `$APPCONFIG` folder.", + "description": "core:menu:deny-append -> Denies the append command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-read"] + "enum": ["core:menu:deny-append"] }, { - "description": "fs:allow-appconfig-read-recursive -> This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "core:menu:deny-create-default -> Denies the create_default command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-read-recursive"] + "enum": ["core:menu:deny-create-default"] }, { - "description": "fs:allow-appconfig-write -> This allows non-recursive write access to the `$APPCONFIG` folder.", + "description": "core:menu:deny-get -> Denies the get command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-write"] + "enum": ["core:menu:deny-get"] }, { - "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "core:menu:deny-insert -> Denies the insert command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-write-recursive"] + "enum": ["core:menu:deny-insert"] }, { - "description": "fs:allow-appdata-meta -> This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-is-checked -> Denies the is_checked command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-meta"] + "enum": ["core:menu:deny-is-checked"] }, { - "description": "fs:allow-appdata-meta-recursive -> This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-meta-recursive"] + "enum": ["core:menu:deny-is-enabled"] }, { - "description": "fs:allow-appdata-read -> This allows non-recursive read access to the `$APPDATA` folder.", + "description": "core:menu:deny-items -> Denies the items command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-read"] + "enum": ["core:menu:deny-items"] }, { - "description": "fs:allow-appdata-read-recursive -> This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "core:menu:deny-new -> Denies the new command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-read-recursive"] + "enum": ["core:menu:deny-new"] }, { - "description": "fs:allow-appdata-write -> This allows non-recursive write access to the `$APPDATA` folder.", + "description": "core:menu:deny-popup -> Denies the popup command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-write"] + "enum": ["core:menu:deny-popup"] }, { - "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "core:menu:deny-prepend -> Denies the prepend command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-write-recursive"] + "enum": ["core:menu:deny-prepend"] }, { - "description": "fs:allow-applocaldata-meta -> This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-remove -> Denies the remove command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-meta"] + "enum": ["core:menu:deny-remove"] }, { - "description": "fs:allow-applocaldata-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-remove-at -> Denies the remove_at command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-meta-recursive"] + "enum": ["core:menu:deny-remove-at"] }, { - "description": "fs:allow-applocaldata-read -> This allows non-recursive read access to the `$APPLOCALDATA` folder.", + "description": "core:menu:deny-set-accelerator -> Denies the set_accelerator command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-read"] + "enum": ["core:menu:deny-set-accelerator"] }, { - "description": "fs:allow-applocaldata-read-recursive -> This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "core:menu:deny-set-as-app-menu -> Denies the set_as_app_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-read-recursive"] + "enum": ["core:menu:deny-set-as-app-menu"] }, { - "description": "fs:allow-applocaldata-write -> This allows non-recursive write access to the `$APPLOCALDATA` folder.", + "description": "core:menu:deny-set-as-help-menu-for-nsapp -> Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-write"] + "enum": ["core:menu:deny-set-as-help-menu-for-nsapp"] }, { - "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "core:menu:deny-set-as-window-menu -> Denies the set_as_window_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-write-recursive"] + "enum": ["core:menu:deny-set-as-window-menu"] }, { - "description": "fs:allow-applog-meta -> This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", + "description": "core:menu:deny-set-as-windows-menu-for-nsapp -> Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-meta"] + "enum": ["core:menu:deny-set-as-windows-menu-for-nsapp"] }, { - "description": "fs:allow-applog-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", + "description": "core:menu:deny-set-checked -> Denies the set_checked command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-meta-recursive"] + "enum": ["core:menu:deny-set-checked"] }, { - "description": "fs:allow-applog-read -> This allows non-recursive read access to the `$APPLOG` folder.", + "description": "core:menu:deny-set-enabled -> Denies the set_enabled command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-read"] + "enum": ["core:menu:deny-set-enabled"] }, { - "description": "fs:allow-applog-read-recursive -> This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "core:menu:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-read-recursive"] + "enum": ["core:menu:deny-set-icon"] }, { - "description": "fs:allow-applog-write -> This allows non-recursive write access to the `$APPLOG` folder.", + "description": "core:menu:deny-set-text -> Denies the set_text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-write"] + "enum": ["core:menu:deny-set-text"] }, { - "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "core:menu:deny-text -> Denies the text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-write-recursive"] + "enum": ["core:menu:deny-text"] }, { - "description": "fs:allow-audio-meta -> This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", + "description": "core:path:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-audio-meta"] + "enum": ["core:path:default"] }, { - "description": "fs:allow-audio-meta-recursive -> This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", + "description": "core:path:allow-basename -> Enables the basename command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-meta-recursive"] + "enum": ["core:path:allow-basename"] }, { - "description": "fs:allow-audio-read -> This allows non-recursive read access to the `$AUDIO` folder.", + "description": "core:path:allow-dirname -> Enables the dirname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-read"] + "enum": ["core:path:allow-dirname"] }, { - "description": "fs:allow-audio-read-recursive -> This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "core:path:allow-extname -> Enables the extname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-read-recursive"] + "enum": ["core:path:allow-extname"] }, { - "description": "fs:allow-audio-write -> This allows non-recursive write access to the `$AUDIO` folder.", + "description": "core:path:allow-is-absolute -> Enables the is_absolute command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-write"] + "enum": ["core:path:allow-is-absolute"] }, { - "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "core:path:allow-join -> Enables the join command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-write-recursive"] + "enum": ["core:path:allow-join"] }, { - "description": "fs:allow-cache-meta -> This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", + "description": "core:path:allow-normalize -> Enables the normalize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-meta"] + "enum": ["core:path:allow-normalize"] }, { - "description": "fs:allow-cache-meta-recursive -> This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", + "description": "core:path:allow-resolve -> Enables the resolve command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-meta-recursive"] + "enum": ["core:path:allow-resolve"] }, { - "description": "fs:allow-cache-read -> This allows non-recursive read access to the `$CACHE` folder.", + "description": "core:path:allow-resolve-directory -> Enables the resolve_directory command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-read"] + "enum": ["core:path:allow-resolve-directory"] }, { - "description": "fs:allow-cache-read-recursive -> This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.", + "description": "core:path:deny-basename -> Denies the basename command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-read-recursive"] + "enum": ["core:path:deny-basename"] }, { - "description": "fs:allow-cache-write -> This allows non-recursive write access to the `$CACHE` folder.", + "description": "core:path:deny-dirname -> Denies the dirname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-write"] + "enum": ["core:path:deny-dirname"] }, { - "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "core:path:deny-extname -> Denies the extname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-write-recursive"] + "enum": ["core:path:deny-extname"] }, { - "description": "fs:allow-config-meta -> This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", + "description": "core:path:deny-is-absolute -> Denies the is_absolute command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-meta"] + "enum": ["core:path:deny-is-absolute"] }, { - "description": "fs:allow-config-meta-recursive -> This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", + "description": "core:path:deny-join -> Denies the join command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-meta-recursive"] + "enum": ["core:path:deny-join"] }, { - "description": "fs:allow-config-read -> This allows non-recursive read access to the `$CONFIG` folder.", + "description": "core:path:deny-normalize -> Denies the normalize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-read"] + "enum": ["core:path:deny-normalize"] }, { - "description": "fs:allow-config-read-recursive -> This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "core:path:deny-resolve -> Denies the resolve command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-read-recursive"] + "enum": ["core:path:deny-resolve"] }, { - "description": "fs:allow-config-write -> This allows non-recursive write access to the `$CONFIG` folder.", + "description": "core:path:deny-resolve-directory -> Denies the resolve_directory command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-write"] + "enum": ["core:path:deny-resolve-directory"] }, { - "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "core:resources:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-config-write-recursive"] + "enum": ["core:resources:default"] }, { - "description": "fs:allow-data-meta -> This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", + "description": "core:resources:allow-close -> Enables the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-meta"] + "enum": ["core:resources:allow-close"] }, { - "description": "fs:allow-data-meta-recursive -> This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", + "description": "core:resources:deny-close -> Denies the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-meta-recursive"] + "enum": ["core:resources:deny-close"] }, { - "description": "fs:allow-data-read -> This allows non-recursive read access to the `$DATA` folder.", + "description": "core:tray:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-data-read"] + "enum": ["core:tray:default"] }, { - "description": "fs:allow-data-read-recursive -> This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.", + "description": "core:tray:allow-get-by-id -> Enables the get_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-read-recursive"] + "enum": ["core:tray:allow-get-by-id"] }, { - "description": "fs:allow-data-write -> This allows non-recursive write access to the `$DATA` folder.", + "description": "core:tray:allow-new -> Enables the new command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-write"] + "enum": ["core:tray:allow-new"] }, { - "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "core:tray:allow-remove-by-id -> Enables the remove_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-write-recursive"] + "enum": ["core:tray:allow-remove-by-id"] }, { - "description": "fs:allow-desktop-meta -> This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", + "description": "core:tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-meta"] + "enum": ["core:tray:allow-set-icon"] }, { - "description": "fs:allow-desktop-meta-recursive -> This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", + "description": "core:tray:allow-set-icon-as-template -> Enables the set_icon_as_template command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-meta-recursive"] + "enum": ["core:tray:allow-set-icon-as-template"] }, { - "description": "fs:allow-desktop-read -> This allows non-recursive read access to the `$DESKTOP` folder.", + "description": "core:tray:allow-set-menu -> Enables the set_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-read"] + "enum": ["core:tray:allow-set-menu"] }, { - "description": "fs:allow-desktop-read-recursive -> This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "core:tray:allow-set-show-menu-on-left-click -> Enables the set_show_menu_on_left_click command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-read-recursive"] + "enum": ["core:tray:allow-set-show-menu-on-left-click"] }, { - "description": "fs:allow-desktop-write -> This allows non-recursive write access to the `$DESKTOP` folder.", + "description": "core:tray:allow-set-temp-dir-path -> Enables the set_temp_dir_path command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-write"] + "enum": ["core:tray:allow-set-temp-dir-path"] }, { - "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "core:tray:allow-set-title -> Enables the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-write-recursive"] + "enum": ["core:tray:allow-set-title"] }, { - "description": "fs:allow-document-meta -> This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", + "description": "core:tray:allow-set-tooltip -> Enables the set_tooltip command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-meta"] + "enum": ["core:tray:allow-set-tooltip"] }, { - "description": "fs:allow-document-meta-recursive -> This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", + "description": "core:tray:allow-set-visible -> Enables the set_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-meta-recursive"] + "enum": ["core:tray:allow-set-visible"] }, { - "description": "fs:allow-document-read -> This allows non-recursive read access to the `$DOCUMENT` folder.", + "description": "core:tray:deny-get-by-id -> Denies the get_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-read"] + "enum": ["core:tray:deny-get-by-id"] }, { - "description": "fs:allow-document-read-recursive -> This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "core:tray:deny-new -> Denies the new command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-read-recursive"] + "enum": ["core:tray:deny-new"] }, { - "description": "fs:allow-document-write -> This allows non-recursive write access to the `$DOCUMENT` folder.", + "description": "core:tray:deny-remove-by-id -> Denies the remove_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-write"] + "enum": ["core:tray:deny-remove-by-id"] }, { - "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "core:tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-write-recursive"] + "enum": ["core:tray:deny-set-icon"] }, { - "description": "fs:allow-download-meta -> This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", + "description": "core:tray:deny-set-icon-as-template -> Denies the set_icon_as_template command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-meta"] + "enum": ["core:tray:deny-set-icon-as-template"] }, { - "description": "fs:allow-download-meta-recursive -> This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", + "description": "core:tray:deny-set-menu -> Denies the set_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-meta-recursive"] + "enum": ["core:tray:deny-set-menu"] }, { - "description": "fs:allow-download-read -> This allows non-recursive read access to the `$DOWNLOAD` folder.", + "description": "core:tray:deny-set-show-menu-on-left-click -> Denies the set_show_menu_on_left_click command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-read"] + "enum": ["core:tray:deny-set-show-menu-on-left-click"] }, { - "description": "fs:allow-download-read-recursive -> This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "core:tray:deny-set-temp-dir-path -> Denies the set_temp_dir_path command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-read-recursive"] + "enum": ["core:tray:deny-set-temp-dir-path"] }, { - "description": "fs:allow-download-write -> This allows non-recursive write access to the `$DOWNLOAD` folder.", + "description": "core:tray:deny-set-title -> Denies the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-write"] + "enum": ["core:tray:deny-set-title"] }, { - "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "core:tray:deny-set-tooltip -> Denies the set_tooltip command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-write-recursive"] + "enum": ["core:tray:deny-set-tooltip"] }, { - "description": "fs:allow-exe-meta -> This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", + "description": "core:tray:deny-set-visible -> Denies the set_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-meta"] + "enum": ["core:tray:deny-set-visible"] }, { - "description": "fs:allow-exe-meta-recursive -> This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", + "description": "core:webview:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-exe-meta-recursive"] + "enum": ["core:webview:default"] }, { - "description": "fs:allow-exe-read -> This allows non-recursive read access to the `$EXE` folder.", + "description": "core:webview:allow-create-webview -> Enables the create_webview command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-read"] + "enum": ["core:webview:allow-create-webview"] }, { - "description": "fs:allow-exe-read-recursive -> This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.", + "description": "core:webview:allow-create-webview-window -> Enables the create_webview_window command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-read-recursive"] + "enum": ["core:webview:allow-create-webview-window"] }, { - "description": "fs:allow-exe-write -> This allows non-recursive write access to the `$EXE` folder.", + "description": "core:webview:allow-internal-toggle-devtools -> Enables the internal_toggle_devtools command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-write"] + "enum": ["core:webview:allow-internal-toggle-devtools"] }, { - "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "core:webview:allow-print -> Enables the print command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-write-recursive"] + "enum": ["core:webview:allow-print"] }, { - "description": "fs:allow-font-meta -> This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", + "description": "core:webview:allow-reparent -> Enables the reparent command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-meta"] + "enum": ["core:webview:allow-reparent"] }, { - "description": "fs:allow-font-meta-recursive -> This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", + "description": "core:webview:allow-set-webview-focus -> Enables the set_webview_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-meta-recursive"] + "enum": ["core:webview:allow-set-webview-focus"] }, { - "description": "fs:allow-font-read -> This allows non-recursive read access to the `$FONT` folder.", + "description": "core:webview:allow-set-webview-position -> Enables the set_webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-read"] + "enum": ["core:webview:allow-set-webview-position"] }, { - "description": "fs:allow-font-read-recursive -> This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.", + "description": "core:webview:allow-set-webview-size -> Enables the set_webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-read-recursive"] + "enum": ["core:webview:allow-set-webview-size"] }, { - "description": "fs:allow-font-write -> This allows non-recursive write access to the `$FONT` folder.", + "description": "core:webview:allow-set-webview-zoom -> Enables the set_webview_zoom command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-write"] + "enum": ["core:webview:allow-set-webview-zoom"] }, { - "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "core:webview:allow-webview-close -> Enables the webview_close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-write-recursive"] + "enum": ["core:webview:allow-webview-close"] }, { - "description": "fs:allow-home-meta -> This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", + "description": "core:webview:allow-webview-position -> Enables the webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-meta"] + "enum": ["core:webview:allow-webview-position"] }, { - "description": "fs:allow-home-meta-recursive -> This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", + "description": "core:webview:allow-webview-size -> Enables the webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-meta-recursive"] + "enum": ["core:webview:allow-webview-size"] }, { - "description": "fs:allow-home-read -> This allows non-recursive read access to the `$HOME` folder.", + "description": "core:webview:deny-create-webview -> Denies the create_webview command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-read"] + "enum": ["core:webview:deny-create-webview"] }, { - "description": "fs:allow-home-read-recursive -> This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.", + "description": "core:webview:deny-create-webview-window -> Denies the create_webview_window command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-read-recursive"] + "enum": ["core:webview:deny-create-webview-window"] }, { - "description": "fs:allow-home-write -> This allows non-recursive write access to the `$HOME` folder.", + "description": "core:webview:deny-internal-toggle-devtools -> Denies the internal_toggle_devtools command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-write"] + "enum": ["core:webview:deny-internal-toggle-devtools"] }, { - "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "core:webview:deny-print -> Denies the print command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-write-recursive"] + "enum": ["core:webview:deny-print"] }, { - "description": "fs:allow-localdata-meta -> This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", + "description": "core:webview:deny-reparent -> Denies the reparent command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-meta"] + "enum": ["core:webview:deny-reparent"] }, { - "description": "fs:allow-localdata-meta-recursive -> This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", + "description": "core:webview:deny-set-webview-focus -> Denies the set_webview_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-meta-recursive"] + "enum": ["core:webview:deny-set-webview-focus"] }, { - "description": "fs:allow-localdata-read -> This allows non-recursive read access to the `$LOCALDATA` folder.", + "description": "core:webview:deny-set-webview-position -> Denies the set_webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-read"] + "enum": ["core:webview:deny-set-webview-position"] }, { - "description": "fs:allow-localdata-read-recursive -> This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "core:webview:deny-set-webview-size -> Denies the set_webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-read-recursive"] + "enum": ["core:webview:deny-set-webview-size"] }, { - "description": "fs:allow-localdata-write -> This allows non-recursive write access to the `$LOCALDATA` folder.", + "description": "core:webview:deny-set-webview-zoom -> Denies the set_webview_zoom command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-write"] + "enum": ["core:webview:deny-set-webview-zoom"] }, { - "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "core:webview:deny-webview-close -> Denies the webview_close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-write-recursive"] + "enum": ["core:webview:deny-webview-close"] }, { - "description": "fs:allow-log-meta -> This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", + "description": "core:webview:deny-webview-position -> Denies the webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-meta"] + "enum": ["core:webview:deny-webview-position"] }, { - "description": "fs:allow-log-meta-recursive -> This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", + "description": "core:webview:deny-webview-size -> Denies the webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-meta-recursive"] + "enum": ["core:webview:deny-webview-size"] }, { - "description": "fs:allow-log-read -> This allows non-recursive read access to the `$LOG` folder.", + "description": "core:window:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-log-read"] + "enum": ["core:window:default"] }, { - "description": "fs:allow-log-read-recursive -> This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.", + "description": "core:window:allow-available-monitors -> Enables the available_monitors command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-read-recursive"] + "enum": ["core:window:allow-available-monitors"] }, { - "description": "fs:allow-log-write -> This allows non-recursive write access to the `$LOG` folder.", + "description": "core:window:allow-center -> Enables the center command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-write"] + "enum": ["core:window:allow-center"] }, { - "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "core:window:allow-close -> Enables the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-write-recursive"] + "enum": ["core:window:allow-close"] }, { - "description": "fs:allow-picture-meta -> This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", + "description": "core:window:allow-create -> Enables the create command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-meta"] + "enum": ["core:window:allow-create"] }, { - "description": "fs:allow-picture-meta-recursive -> This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", + "description": "core:window:allow-current-monitor -> Enables the current_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-meta-recursive"] + "enum": ["core:window:allow-current-monitor"] }, { - "description": "fs:allow-picture-read -> This allows non-recursive read access to the `$PICTURE` folder.", + "description": "core:window:allow-cursor-position -> Enables the cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-read"] + "enum": ["core:window:allow-cursor-position"] }, { - "description": "fs:allow-picture-read-recursive -> This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "core:window:allow-destroy -> Enables the destroy command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-read-recursive"] + "enum": ["core:window:allow-destroy"] }, { - "description": "fs:allow-picture-write -> This allows non-recursive write access to the `$PICTURE` folder.", + "description": "core:window:allow-hide -> Enables the hide command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-write"] + "enum": ["core:window:allow-hide"] }, { - "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "core:window:allow-inner-position -> Enables the inner_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-write-recursive"] + "enum": ["core:window:allow-inner-position"] }, { - "description": "fs:allow-public-meta -> This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", + "description": "core:window:allow-inner-size -> Enables the inner_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-meta"] + "enum": ["core:window:allow-inner-size"] }, { - "description": "fs:allow-public-meta-recursive -> This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", + "description": "core:window:allow-internal-toggle-maximize -> Enables the internal_toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-meta-recursive"] + "enum": ["core:window:allow-internal-toggle-maximize"] }, { - "description": "fs:allow-public-read -> This allows non-recursive read access to the `$PUBLIC` folder.", + "description": "core:window:allow-is-closable -> Enables the is_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-read"] + "enum": ["core:window:allow-is-closable"] }, { - "description": "fs:allow-public-read-recursive -> This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "core:window:allow-is-decorated -> Enables the is_decorated command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-read-recursive"] + "enum": ["core:window:allow-is-decorated"] }, { - "description": "fs:allow-public-write -> This allows non-recursive write access to the `$PUBLIC` folder.", + "description": "core:window:allow-is-focused -> Enables the is_focused command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-write"] + "enum": ["core:window:allow-is-focused"] }, { - "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "core:window:allow-is-fullscreen -> Enables the is_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-write-recursive"] + "enum": ["core:window:allow-is-fullscreen"] }, { - "description": "fs:allow-resource-meta -> This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", + "description": "core:window:allow-is-maximizable -> Enables the is_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-meta"] + "enum": ["core:window:allow-is-maximizable"] }, { - "description": "fs:allow-resource-meta-recursive -> This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", + "description": "core:window:allow-is-maximized -> Enables the is_maximized command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-meta-recursive"] + "enum": ["core:window:allow-is-maximized"] }, { - "description": "fs:allow-resource-read -> This allows non-recursive read access to the `$RESOURCE` folder.", + "description": "core:window:allow-is-minimizable -> Enables the is_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-read"] + "enum": ["core:window:allow-is-minimizable"] }, { - "description": "fs:allow-resource-read-recursive -> This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "core:window:allow-is-minimized -> Enables the is_minimized command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-read-recursive"] + "enum": ["core:window:allow-is-minimized"] }, { - "description": "fs:allow-resource-write -> This allows non-recursive write access to the `$RESOURCE` folder.", + "description": "core:window:allow-is-resizable -> Enables the is_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-write"] + "enum": ["core:window:allow-is-resizable"] }, { - "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "core:window:allow-is-visible -> Enables the is_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-write-recursive"] + "enum": ["core:window:allow-is-visible"] }, { - "description": "fs:allow-runtime-meta -> This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", + "description": "core:window:allow-maximize -> Enables the maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-meta"] + "enum": ["core:window:allow-maximize"] }, { - "description": "fs:allow-runtime-meta-recursive -> This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", + "description": "core:window:allow-minimize -> Enables the minimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-meta-recursive"] + "enum": ["core:window:allow-minimize"] }, { - "description": "fs:allow-runtime-read -> This allows non-recursive read access to the `$RUNTIME` folder.", + "description": "core:window:allow-monitor-from-point -> Enables the monitor_from_point command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-read"] + "enum": ["core:window:allow-monitor-from-point"] }, { - "description": "fs:allow-runtime-read-recursive -> This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "core:window:allow-outer-position -> Enables the outer_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-read-recursive"] + "enum": ["core:window:allow-outer-position"] }, { - "description": "fs:allow-runtime-write -> This allows non-recursive write access to the `$RUNTIME` folder.", + "description": "core:window:allow-outer-size -> Enables the outer_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-write"] + "enum": ["core:window:allow-outer-size"] }, { - "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "core:window:allow-primary-monitor -> Enables the primary_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-write-recursive"] + "enum": ["core:window:allow-primary-monitor"] }, { - "description": "fs:allow-temp-meta -> This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", + "description": "core:window:allow-request-user-attention -> Enables the request_user_attention command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-meta"] + "enum": ["core:window:allow-request-user-attention"] }, { - "description": "fs:allow-temp-meta-recursive -> This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", + "description": "core:window:allow-scale-factor -> Enables the scale_factor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-meta-recursive"] + "enum": ["core:window:allow-scale-factor"] }, { - "description": "fs:allow-temp-read -> This allows non-recursive read access to the `$TEMP` folder.", + "description": "core:window:allow-set-always-on-bottom -> Enables the set_always_on_bottom command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-read"] + "enum": ["core:window:allow-set-always-on-bottom"] }, { - "description": "fs:allow-temp-read-recursive -> This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.", + "description": "core:window:allow-set-always-on-top -> Enables the set_always_on_top command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-read-recursive"] + "enum": ["core:window:allow-set-always-on-top"] }, { - "description": "fs:allow-temp-write -> This allows non-recursive write access to the `$TEMP` folder.", + "description": "core:window:allow-set-closable -> Enables the set_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-write"] + "enum": ["core:window:allow-set-closable"] }, { - "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "core:window:allow-set-content-protected -> Enables the set_content_protected command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-write-recursive"] + "enum": ["core:window:allow-set-content-protected"] }, { - "description": "fs:allow-template-meta -> This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", + "description": "core:window:allow-set-cursor-grab -> Enables the set_cursor_grab command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-meta"] + "enum": ["core:window:allow-set-cursor-grab"] }, { - "description": "fs:allow-template-meta-recursive -> This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", + "description": "core:window:allow-set-cursor-icon -> Enables the set_cursor_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-meta-recursive"] + "enum": ["core:window:allow-set-cursor-icon"] }, { - "description": "fs:allow-template-read -> This allows non-recursive read access to the `$TEMPLATE` folder.", + "description": "core:window:allow-set-cursor-position -> Enables the set_cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-read"] + "enum": ["core:window:allow-set-cursor-position"] }, { - "description": "fs:allow-template-read-recursive -> This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "core:window:allow-set-cursor-visible -> Enables the set_cursor_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-read-recursive"] + "enum": ["core:window:allow-set-cursor-visible"] }, { - "description": "fs:allow-template-write -> This allows non-recursive write access to the `$TEMPLATE` folder.", + "description": "core:window:allow-set-decorations -> Enables the set_decorations command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-write"] + "enum": ["core:window:allow-set-decorations"] }, { - "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "core:window:allow-set-effects -> Enables the set_effects command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-write-recursive"] + "enum": ["core:window:allow-set-effects"] }, { - "description": "fs:allow-video-meta -> This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", + "description": "core:window:allow-set-focus -> Enables the set_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-meta"] + "enum": ["core:window:allow-set-focus"] }, { - "description": "fs:allow-video-meta-recursive -> This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", + "description": "core:window:allow-set-fullscreen -> Enables the set_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-meta-recursive"] + "enum": ["core:window:allow-set-fullscreen"] }, { - "description": "fs:allow-video-read -> This allows non-recursive read access to the `$VIDEO` folder.", + "description": "core:window:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-read"] + "enum": ["core:window:allow-set-icon"] }, { - "description": "fs:allow-video-read-recursive -> This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "core:window:allow-set-ignore-cursor-events -> Enables the set_ignore_cursor_events command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-read-recursive"] + "enum": ["core:window:allow-set-ignore-cursor-events"] }, { - "description": "fs:allow-video-write -> This allows non-recursive write access to the `$VIDEO` folder.", + "description": "core:window:allow-set-max-size -> Enables the set_max_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-write"] + "enum": ["core:window:allow-set-max-size"] }, { - "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "core:window:allow-set-maximizable -> Enables the set_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-write-recursive"] + "enum": ["core:window:allow-set-maximizable"] }, { - "description": "fs:deny-default -> This denies access to dangerous Tauri relevant files and folders by default.", + "description": "core:window:allow-set-min-size -> Enables the set_min_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-default"] + "enum": ["core:window:allow-set-min-size"] }, { - "description": "fs:default -> This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n", + "description": "core:window:allow-set-minimizable -> Enables the set_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:default"] + "enum": ["core:window:allow-set-minimizable"] }, { - "description": "fs:allow-copy-file -> Enables the copy_file command without any pre-configured scope.", + "description": "core:window:allow-set-position -> Enables the set_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-copy-file"] + "enum": ["core:window:allow-set-position"] }, { - "description": "fs:allow-create -> Enables the create command without any pre-configured scope.", + "description": "core:window:allow-set-progress-bar -> Enables the set_progress_bar command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-create"] + "enum": ["core:window:allow-set-progress-bar"] }, { - "description": "fs:allow-exists -> Enables the exists command without any pre-configured scope.", + "description": "core:window:allow-set-resizable -> Enables the set_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exists"] + "enum": ["core:window:allow-set-resizable"] }, { - "description": "fs:allow-fstat -> Enables the fstat command without any pre-configured scope.", + "description": "core:window:allow-set-shadow -> Enables the set_shadow command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-fstat"] + "enum": ["core:window:allow-set-shadow"] }, { - "description": "fs:allow-ftruncate -> Enables the ftruncate command without any pre-configured scope.", + "description": "core:window:allow-set-size -> Enables the set_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-ftruncate"] + "enum": ["core:window:allow-set-size"] }, { - "description": "fs:allow-lstat -> Enables the lstat command without any pre-configured scope.", + "description": "core:window:allow-set-size-constraints -> Enables the set_size_constraints command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-lstat"] + "enum": ["core:window:allow-set-size-constraints"] }, { - "description": "fs:allow-mkdir -> Enables the mkdir command without any pre-configured scope.", + "description": "core:window:allow-set-skip-taskbar -> Enables the set_skip_taskbar command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-mkdir"] + "enum": ["core:window:allow-set-skip-taskbar"] }, { - "description": "fs:allow-open -> Enables the open command without any pre-configured scope.", + "description": "core:window:allow-set-title -> Enables the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-open"] + "enum": ["core:window:allow-set-title"] }, { - "description": "fs:allow-read -> Enables the read command without any pre-configured scope.", + "description": "core:window:allow-set-title-bar-style -> Enables the set_title_bar_style command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read"] + "enum": ["core:window:allow-set-title-bar-style"] }, { - "description": "fs:allow-read-dir -> Enables the read_dir command without any pre-configured scope.", + "description": "core:window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-dir"] + "enum": ["core:window:allow-set-visible-on-all-workspaces"] }, { - "description": "fs:allow-read-file -> Enables the read_file command without any pre-configured scope.", + "description": "core:window:allow-show -> Enables the show command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-file"] + "enum": ["core:window:allow-show"] }, { - "description": "fs:allow-read-text-file -> Enables the read_text_file command without any pre-configured scope.", + "description": "core:window:allow-start-dragging -> Enables the start_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-text-file"] + "enum": ["core:window:allow-start-dragging"] }, { - "description": "fs:allow-read-text-file-lines -> Enables the read_text_file_lines command without any pre-configured scope.", + "description": "core:window:allow-start-resize-dragging -> Enables the start_resize_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-text-file-lines"] + "enum": ["core:window:allow-start-resize-dragging"] }, { - "description": "fs:allow-read-text-file-lines-next -> Enables the read_text_file_lines_next command without any pre-configured scope.", + "description": "core:window:allow-theme -> Enables the theme command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-text-file-lines-next"] + "enum": ["core:window:allow-theme"] }, { - "description": "fs:allow-remove -> Enables the remove command without any pre-configured scope.", + "description": "core:window:allow-title -> Enables the title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-remove"] + "enum": ["core:window:allow-title"] }, { - "description": "fs:allow-rename -> Enables the rename command without any pre-configured scope.", + "description": "core:window:allow-toggle-maximize -> Enables the toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-rename"] + "enum": ["core:window:allow-toggle-maximize"] }, { - "description": "fs:allow-seek -> Enables the seek command without any pre-configured scope.", + "description": "core:window:allow-unmaximize -> Enables the unmaximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-seek"] + "enum": ["core:window:allow-unmaximize"] }, { - "description": "fs:allow-stat -> Enables the stat command without any pre-configured scope.", + "description": "core:window:allow-unminimize -> Enables the unminimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-stat"] + "enum": ["core:window:allow-unminimize"] }, { - "description": "fs:allow-truncate -> Enables the truncate command without any pre-configured scope.", + "description": "core:window:deny-available-monitors -> Denies the available_monitors command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-truncate"] + "enum": ["core:window:deny-available-monitors"] }, { - "description": "fs:allow-unwatch -> Enables the unwatch command without any pre-configured scope.", + "description": "core:window:deny-center -> Denies the center command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-unwatch"] + "enum": ["core:window:deny-center"] }, { - "description": "fs:allow-watch -> Enables the watch command without any pre-configured scope.", + "description": "core:window:deny-close -> Denies the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-watch"] + "enum": ["core:window:deny-close"] }, { - "description": "fs:allow-write -> Enables the write command without any pre-configured scope.", + "description": "core:window:deny-create -> Denies the create command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-write"] + "enum": ["core:window:deny-create"] }, { - "description": "fs:allow-write-file -> Enables the write_file command without any pre-configured scope.", + "description": "core:window:deny-current-monitor -> Denies the current_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-write-file"] + "enum": ["core:window:deny-current-monitor"] }, { - "description": "fs:allow-write-text-file -> Enables the write_text_file command without any pre-configured scope.", + "description": "core:window:deny-cursor-position -> Denies the cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-write-text-file"] + "enum": ["core:window:deny-cursor-position"] }, { - "description": "fs:create-app-specific-dirs -> This permissions allows to create the application specific directories.\n", + "description": "core:window:deny-destroy -> Denies the destroy command without any pre-configured scope.", "type": "string", - "enum": ["fs:create-app-specific-dirs"] + "enum": ["core:window:deny-destroy"] }, { - "description": "fs:deny-copy-file -> Denies the copy_file command without any pre-configured scope.", + "description": "core:window:deny-hide -> Denies the hide command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-copy-file"] + "enum": ["core:window:deny-hide"] }, { - "description": "fs:deny-create -> Denies the create command without any pre-configured scope.", + "description": "core:window:deny-inner-position -> Denies the inner_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-create"] + "enum": ["core:window:deny-inner-position"] }, { - "description": "fs:deny-exists -> Denies the exists command without any pre-configured scope.", + "description": "core:window:deny-inner-size -> Denies the inner_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-exists"] + "enum": ["core:window:deny-inner-size"] }, { - "description": "fs:deny-fstat -> Denies the fstat command without any pre-configured scope.", + "description": "core:window:deny-internal-toggle-maximize -> Denies the internal_toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-fstat"] + "enum": ["core:window:deny-internal-toggle-maximize"] }, { - "description": "fs:deny-ftruncate -> Denies the ftruncate command without any pre-configured scope.", + "description": "core:window:deny-is-closable -> Denies the is_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-ftruncate"] + "enum": ["core:window:deny-is-closable"] }, { - "description": "fs:deny-lstat -> Denies the lstat command without any pre-configured scope.", + "description": "core:window:deny-is-decorated -> Denies the is_decorated command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-lstat"] + "enum": ["core:window:deny-is-decorated"] }, { - "description": "fs:deny-mkdir -> Denies the mkdir command without any pre-configured scope.", + "description": "core:window:deny-is-focused -> Denies the is_focused command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-mkdir"] + "enum": ["core:window:deny-is-focused"] }, { - "description": "fs:deny-open -> Denies the open command without any pre-configured scope.", + "description": "core:window:deny-is-fullscreen -> Denies the is_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-open"] + "enum": ["core:window:deny-is-fullscreen"] }, { - "description": "fs:deny-read -> Denies the read command without any pre-configured scope.", + "description": "core:window:deny-is-maximizable -> Denies the is_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read"] + "enum": ["core:window:deny-is-maximizable"] }, { - "description": "fs:deny-read-dir -> Denies the read_dir command without any pre-configured scope.", + "description": "core:window:deny-is-maximized -> Denies the is_maximized command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-dir"] + "enum": ["core:window:deny-is-maximized"] }, { - "description": "fs:deny-read-file -> Denies the read_file command without any pre-configured scope.", + "description": "core:window:deny-is-minimizable -> Denies the is_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-file"] + "enum": ["core:window:deny-is-minimizable"] }, { - "description": "fs:deny-read-text-file -> Denies the read_text_file command without any pre-configured scope.", + "description": "core:window:deny-is-minimized -> Denies the is_minimized command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-text-file"] + "enum": ["core:window:deny-is-minimized"] }, { - "description": "fs:deny-read-text-file-lines -> Denies the read_text_file_lines command without any pre-configured scope.", + "description": "core:window:deny-is-resizable -> Denies the is_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-text-file-lines"] + "enum": ["core:window:deny-is-resizable"] }, { - "description": "fs:deny-read-text-file-lines-next -> Denies the read_text_file_lines_next command without any pre-configured scope.", + "description": "core:window:deny-is-visible -> Denies the is_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-text-file-lines-next"] + "enum": ["core:window:deny-is-visible"] }, { - "description": "fs:deny-remove -> Denies the remove command without any pre-configured scope.", + "description": "core:window:deny-maximize -> Denies the maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-remove"] + "enum": ["core:window:deny-maximize"] }, { - "description": "fs:deny-rename -> Denies the rename command without any pre-configured scope.", + "description": "core:window:deny-minimize -> Denies the minimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-rename"] + "enum": ["core:window:deny-minimize"] }, { - "description": "fs:deny-seek -> Denies the seek command without any pre-configured scope.", + "description": "core:window:deny-monitor-from-point -> Denies the monitor_from_point command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-seek"] + "enum": ["core:window:deny-monitor-from-point"] }, { - "description": "fs:deny-stat -> Denies the stat command without any pre-configured scope.", + "description": "core:window:deny-outer-position -> Denies the outer_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-stat"] + "enum": ["core:window:deny-outer-position"] }, { - "description": "fs:deny-truncate -> Denies the truncate command without any pre-configured scope.", + "description": "core:window:deny-outer-size -> Denies the outer_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-truncate"] + "enum": ["core:window:deny-outer-size"] }, { - "description": "fs:deny-unwatch -> Denies the unwatch command without any pre-configured scope.", + "description": "core:window:deny-primary-monitor -> Denies the primary_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-unwatch"] + "enum": ["core:window:deny-primary-monitor"] }, { - "description": "fs:deny-watch -> Denies the watch command without any pre-configured scope.", + "description": "core:window:deny-request-user-attention -> Denies the request_user_attention command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-watch"] + "enum": ["core:window:deny-request-user-attention"] }, { - "description": "fs:deny-webview-data-linux -> This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", + "description": "core:window:deny-scale-factor -> Denies the scale_factor command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-webview-data-linux"] + "enum": ["core:window:deny-scale-factor"] }, { - "description": "fs:deny-webview-data-windows -> This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", + "description": "core:window:deny-set-always-on-bottom -> Denies the set_always_on_bottom command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-webview-data-windows"] + "enum": ["core:window:deny-set-always-on-bottom"] }, { - "description": "fs:deny-write -> Denies the write command without any pre-configured scope.", + "description": "core:window:deny-set-always-on-top -> Denies the set_always_on_top command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-write"] + "enum": ["core:window:deny-set-always-on-top"] }, { - "description": "fs:deny-write-file -> Denies the write_file command without any pre-configured scope.", + "description": "core:window:deny-set-closable -> Denies the set_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-write-file"] + "enum": ["core:window:deny-set-closable"] }, { - "description": "fs:deny-write-text-file -> Denies the write_text_file command without any pre-configured scope.", + "description": "core:window:deny-set-content-protected -> Denies the set_content_protected command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-write-text-file"] + "enum": ["core:window:deny-set-content-protected"] }, { - "description": "fs:read-all -> This enables all read related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-cursor-grab -> Denies the set_cursor_grab command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-all"] + "enum": ["core:window:deny-set-cursor-grab"] }, { - "description": "fs:read-app-specific-dirs-recursive -> This permission allows recursive read functionality on the application\nspecific base directories. \n", + "description": "core:window:deny-set-cursor-icon -> Denies the set_cursor_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-app-specific-dirs-recursive"] + "enum": ["core:window:deny-set-cursor-icon"] }, { - "description": "fs:read-dirs -> This enables directory read and file metadata related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-cursor-position -> Denies the set_cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-dirs"] + "enum": ["core:window:deny-set-cursor-position"] }, { - "description": "fs:read-files -> This enables file read related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-cursor-visible -> Denies the set_cursor_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-files"] + "enum": ["core:window:deny-set-cursor-visible"] }, { - "description": "fs:read-meta -> This enables all index or metadata related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-decorations -> Denies the set_decorations command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-meta"] + "enum": ["core:window:deny-set-decorations"] }, { - "description": "fs:scope -> An empty permission you can use to modify the global scope.", + "description": "core:window:deny-set-effects -> Denies the set_effects command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope"] + "enum": ["core:window:deny-set-effects"] }, { - "description": "fs:scope-app -> This scope permits access to all files and list content of top level directories in the `$APP`folder.", + "description": "core:window:deny-set-focus -> Denies the set_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-app"] + "enum": ["core:window:deny-set-focus"] }, { - "description": "fs:scope-app-index -> This scope permits to list all files and folders in the `$APP`folder.", + "description": "core:window:deny-set-fullscreen -> Denies the set_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-app-index"] + "enum": ["core:window:deny-set-fullscreen"] }, { - "description": "fs:scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", + "description": "core:window:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-app-recursive"] + "enum": ["core:window:deny-set-icon"] }, { - "description": "fs:scope-appcache -> This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.", + "description": "core:window:deny-set-ignore-cursor-events -> Denies the set_ignore_cursor_events command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appcache"] + "enum": ["core:window:deny-set-ignore-cursor-events"] }, { - "description": "fs:scope-appcache-index -> This scope permits to list all files and folders in the `$APPCACHE`folder.", + "description": "core:window:deny-set-max-size -> Denies the set_max_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appcache-index"] + "enum": ["core:window:deny-set-max-size"] }, { - "description": "fs:scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", + "description": "core:window:deny-set-maximizable -> Denies the set_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appcache-recursive"] + "enum": ["core:window:deny-set-maximizable"] }, { - "description": "fs:scope-appconfig -> This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.", + "description": "core:window:deny-set-min-size -> Denies the set_min_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appconfig"] + "enum": ["core:window:deny-set-min-size"] }, { - "description": "fs:scope-appconfig-index -> This scope permits to list all files and folders in the `$APPCONFIG`folder.", + "description": "core:window:deny-set-minimizable -> Denies the set_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appconfig-index"] + "enum": ["core:window:deny-set-minimizable"] }, { - "description": "fs:scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", + "description": "core:window:deny-set-position -> Denies the set_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appconfig-recursive"] + "enum": ["core:window:deny-set-position"] }, { - "description": "fs:scope-appdata -> This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.", + "description": "core:window:deny-set-progress-bar -> Denies the set_progress_bar command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appdata"] + "enum": ["core:window:deny-set-progress-bar"] }, { - "description": "fs:scope-appdata-index -> This scope permits to list all files and folders in the `$APPDATA`folder.", + "description": "core:window:deny-set-resizable -> Denies the set_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appdata-index"] + "enum": ["core:window:deny-set-resizable"] }, { - "description": "fs:scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", + "description": "core:window:deny-set-shadow -> Denies the set_shadow command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appdata-recursive"] + "enum": ["core:window:deny-set-shadow"] }, { - "description": "fs:scope-applocaldata -> This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.", + "description": "core:window:deny-set-size -> Denies the set_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applocaldata"] + "enum": ["core:window:deny-set-size"] }, { - "description": "fs:scope-applocaldata-index -> This scope permits to list all files and folders in the `$APPLOCALDATA`folder.", + "description": "core:window:deny-set-size-constraints -> Denies the set_size_constraints command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applocaldata-index"] + "enum": ["core:window:deny-set-size-constraints"] }, { - "description": "fs:scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", + "description": "core:window:deny-set-skip-taskbar -> Denies the set_skip_taskbar command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applocaldata-recursive"] + "enum": ["core:window:deny-set-skip-taskbar"] }, { - "description": "fs:scope-applog -> This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.", + "description": "core:window:deny-set-title -> Denies the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applog"] + "enum": ["core:window:deny-set-title"] }, { - "description": "fs:scope-applog-index -> This scope permits to list all files and folders in the `$APPLOG`folder.", + "description": "core:window:deny-set-title-bar-style -> Denies the set_title_bar_style command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applog-index"] + "enum": ["core:window:deny-set-title-bar-style"] }, { - "description": "fs:scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", + "description": "core:window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applog-recursive"] + "enum": ["core:window:deny-set-visible-on-all-workspaces"] }, { - "description": "fs:scope-audio -> This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.", + "description": "core:window:deny-show -> Denies the show command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-audio"] + "enum": ["core:window:deny-show"] }, { - "description": "fs:scope-audio-index -> This scope permits to list all files and folders in the `$AUDIO`folder.", + "description": "core:window:deny-start-dragging -> Denies the start_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-audio-index"] + "enum": ["core:window:deny-start-dragging"] }, { - "description": "fs:scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", + "description": "core:window:deny-start-resize-dragging -> Denies the start_resize_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-audio-recursive"] + "enum": ["core:window:deny-start-resize-dragging"] }, { - "description": "fs:scope-cache -> This scope permits access to all files and list content of top level directories in the `$CACHE`folder.", + "description": "core:window:deny-theme -> Denies the theme command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-cache"] + "enum": ["core:window:deny-theme"] }, { - "description": "fs:scope-cache-index -> This scope permits to list all files and folders in the `$CACHE`folder.", + "description": "core:window:deny-title -> Denies the title command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-cache-index"] + "enum": ["core:window:deny-title"] }, { - "description": "fs:scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", + "description": "core:window:deny-toggle-maximize -> Denies the toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-cache-recursive"] + "enum": ["core:window:deny-toggle-maximize"] }, { - "description": "fs:scope-config -> This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.", + "description": "core:window:deny-unmaximize -> Denies the unmaximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-config"] + "enum": ["core:window:deny-unmaximize"] }, { - "description": "fs:scope-config-index -> This scope permits to list all files and folders in the `$CONFIG`folder.", + "description": "core:window:deny-unminimize -> Denies the unminimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-config-index"] + "enum": ["core:window:deny-unminimize"] }, { - "description": "fs:scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", + "description": "deep-link:default -> Allows reading the opened deep link via the get_current command", "type": "string", - "enum": ["fs:scope-config-recursive"] + "enum": ["deep-link:default"] }, { - "description": "fs:scope-data -> This scope permits access to all files and list content of top level directories in the `$DATA`folder.", + "description": "deep-link:allow-get-current -> Enables the get_current command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-data"] + "enum": ["deep-link:allow-get-current"] }, { - "description": "fs:scope-data-index -> This scope permits to list all files and folders in the `$DATA`folder.", + "description": "deep-link:allow-is-registered -> Enables the is_registered command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-data-index"] + "enum": ["deep-link:allow-is-registered"] }, { - "description": "fs:scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", + "description": "deep-link:allow-register -> Enables the register command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-data-recursive"] + "enum": ["deep-link:allow-register"] }, { - "description": "fs:scope-desktop -> This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.", + "description": "deep-link:allow-unregister -> Enables the unregister command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-desktop"] + "enum": ["deep-link:allow-unregister"] }, { - "description": "fs:scope-desktop-index -> This scope permits to list all files and folders in the `$DESKTOP`folder.", + "description": "deep-link:deny-get-current -> Denies the get_current command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-desktop-index"] + "enum": ["deep-link:deny-get-current"] }, { - "description": "fs:scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", + "description": "deep-link:deny-is-registered -> Denies the is_registered command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-desktop-recursive"] + "enum": ["deep-link:deny-is-registered"] }, { - "description": "fs:scope-document -> This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.", + "description": "deep-link:deny-register -> Denies the register command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-document"] + "enum": ["deep-link:deny-register"] }, { - "description": "fs:scope-document-index -> This scope permits to list all files and folders in the `$DOCUMENT`folder.", + "description": "deep-link:deny-unregister -> Denies the unregister command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-document-index"] + "enum": ["deep-link:deny-unregister"] }, { - "description": "fs:scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", + "description": "dialog:default -> This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n", "type": "string", - "enum": ["fs:scope-document-recursive"] + "enum": ["dialog:default"] }, { - "description": "fs:scope-download -> This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.", + "description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-download"] + "enum": ["dialog:allow-ask"] }, { - "description": "fs:scope-download-index -> This scope permits to list all files and folders in the `$DOWNLOAD`folder.", + "description": "dialog:allow-confirm -> Enables the confirm command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-download-index"] + "enum": ["dialog:allow-confirm"] }, { - "description": "fs:scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", + "description": "dialog:allow-message -> Enables the message command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-download-recursive"] + "enum": ["dialog:allow-message"] }, { - "description": "fs:scope-exe -> This scope permits access to all files and list content of top level directories in the `$EXE`folder.", + "description": "dialog:allow-open -> Enables the open command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-exe"] + "enum": ["dialog:allow-open"] }, { - "description": "fs:scope-exe-index -> This scope permits to list all files and folders in the `$EXE`folder.", + "description": "dialog:allow-save -> Enables the save command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-exe-index"] + "enum": ["dialog:allow-save"] }, { - "description": "fs:scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", + "description": "dialog:deny-ask -> Denies the ask command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-exe-recursive"] + "enum": ["dialog:deny-ask"] }, { - "description": "fs:scope-font -> This scope permits access to all files and list content of top level directories in the `$FONT`folder.", + "description": "dialog:deny-confirm -> Denies the confirm command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-font"] + "enum": ["dialog:deny-confirm"] }, { - "description": "fs:scope-font-index -> This scope permits to list all files and folders in the `$FONT`folder.", + "description": "dialog:deny-message -> Denies the message command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-font-index"] + "enum": ["dialog:deny-message"] }, { - "description": "fs:scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", + "description": "dialog:deny-open -> Denies the open command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-font-recursive"] + "enum": ["dialog:deny-open"] }, { - "description": "fs:scope-home -> This scope permits access to all files and list content of top level directories in the `$HOME`folder.", + "description": "dialog:deny-save -> Denies the save command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-home"] + "enum": ["dialog:deny-save"] }, { - "description": "fs:scope-home-index -> This scope permits to list all files and folders in the `$HOME`folder.", + "description": "fs:allow-app-meta -> This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-home-index"] + "enum": ["fs:allow-app-meta"] }, { - "description": "fs:scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", + "description": "fs:allow-app-meta-recursive -> This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-home-recursive"] + "enum": ["fs:allow-app-meta-recursive"] }, { - "description": "fs:scope-localdata -> This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.", + "description": "fs:allow-app-read -> This allows non-recursive read access to the `$APP` folder.", "type": "string", - "enum": ["fs:scope-localdata"] + "enum": ["fs:allow-app-read"] }, { - "description": "fs:scope-localdata-index -> This scope permits to list all files and folders in the `$LOCALDATA`folder.", + "description": "fs:allow-app-read-recursive -> This allows full recursive read access to the complete `$APP` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-localdata-index"] + "enum": ["fs:allow-app-read-recursive"] }, { - "description": "fs:scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", + "description": "fs:allow-app-write -> This allows non-recursive write access to the `$APP` folder.", "type": "string", - "enum": ["fs:scope-localdata-recursive"] + "enum": ["fs:allow-app-write"] }, { - "description": "fs:scope-log -> This scope permits access to all files and list content of top level directories in the `$LOG`folder.", + "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-log"] + "enum": ["fs:allow-app-write-recursive"] }, { - "description": "fs:scope-log-index -> This scope permits to list all files and folders in the `$LOG`folder.", + "description": "fs:allow-appcache-meta -> This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-log-index"] + "enum": ["fs:allow-appcache-meta"] }, { - "description": "fs:scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", + "description": "fs:allow-appcache-meta-recursive -> This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-log-recursive"] + "enum": ["fs:allow-appcache-meta-recursive"] }, { - "description": "fs:scope-picture -> This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.", + "description": "fs:allow-appcache-read -> This allows non-recursive read access to the `$APPCACHE` folder.", "type": "string", - "enum": ["fs:scope-picture"] + "enum": ["fs:allow-appcache-read"] }, { - "description": "fs:scope-picture-index -> This scope permits to list all files and folders in the `$PICTURE`folder.", + "description": "fs:allow-appcache-read-recursive -> This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-picture-index"] + "enum": ["fs:allow-appcache-read-recursive"] }, { - "description": "fs:scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", + "description": "fs:allow-appcache-write -> This allows non-recursive write access to the `$APPCACHE` folder.", "type": "string", - "enum": ["fs:scope-picture-recursive"] + "enum": ["fs:allow-appcache-write"] }, { - "description": "fs:scope-public -> This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.", + "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-public"] + "enum": ["fs:allow-appcache-write-recursive"] }, { - "description": "fs:scope-public-index -> This scope permits to list all files and folders in the `$PUBLIC`folder.", + "description": "fs:allow-appconfig-meta -> This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-public-index"] + "enum": ["fs:allow-appconfig-meta"] }, { - "description": "fs:scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", + "description": "fs:allow-appconfig-meta-recursive -> This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-public-recursive"] + "enum": ["fs:allow-appconfig-meta-recursive"] }, { - "description": "fs:scope-resource -> This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.", + "description": "fs:allow-appconfig-read -> This allows non-recursive read access to the `$APPCONFIG` folder.", "type": "string", - "enum": ["fs:scope-resource"] + "enum": ["fs:allow-appconfig-read"] }, { - "description": "fs:scope-resource-index -> This scope permits to list all files and folders in the `$RESOURCE`folder.", + "description": "fs:allow-appconfig-read-recursive -> This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-resource-index"] + "enum": ["fs:allow-appconfig-read-recursive"] }, { - "description": "fs:scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", + "description": "fs:allow-appconfig-write -> This allows non-recursive write access to the `$APPCONFIG` folder.", "type": "string", - "enum": ["fs:scope-resource-recursive"] + "enum": ["fs:allow-appconfig-write"] }, { - "description": "fs:scope-runtime -> This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.", + "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-runtime"] + "enum": ["fs:allow-appconfig-write-recursive"] }, { - "description": "fs:scope-runtime-index -> This scope permits to list all files and folders in the `$RUNTIME`folder.", + "description": "fs:allow-appdata-meta -> This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-runtime-index"] + "enum": ["fs:allow-appdata-meta"] }, { - "description": "fs:scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", + "description": "fs:allow-appdata-meta-recursive -> This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-runtime-recursive"] + "enum": ["fs:allow-appdata-meta-recursive"] }, { - "description": "fs:scope-temp -> This scope permits access to all files and list content of top level directories in the `$TEMP`folder.", + "description": "fs:allow-appdata-read -> This allows non-recursive read access to the `$APPDATA` folder.", "type": "string", - "enum": ["fs:scope-temp"] + "enum": ["fs:allow-appdata-read"] }, { - "description": "fs:scope-temp-index -> This scope permits to list all files and folders in the `$TEMP`folder.", + "description": "fs:allow-appdata-read-recursive -> This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-temp-index"] + "enum": ["fs:allow-appdata-read-recursive"] }, { - "description": "fs:scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", + "description": "fs:allow-appdata-write -> This allows non-recursive write access to the `$APPDATA` folder.", "type": "string", - "enum": ["fs:scope-temp-recursive"] + "enum": ["fs:allow-appdata-write"] }, { - "description": "fs:scope-template -> This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.", + "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-template"] + "enum": ["fs:allow-appdata-write-recursive"] }, { - "description": "fs:scope-template-index -> This scope permits to list all files and folders in the `$TEMPLATE`folder.", + "description": "fs:allow-applocaldata-meta -> This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-template-index"] + "enum": ["fs:allow-applocaldata-meta"] }, { - "description": "fs:scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", + "description": "fs:allow-applocaldata-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-template-recursive"] + "enum": ["fs:allow-applocaldata-meta-recursive"] }, { - "description": "fs:scope-video -> This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.", + "description": "fs:allow-applocaldata-read -> This allows non-recursive read access to the `$APPLOCALDATA` folder.", "type": "string", - "enum": ["fs:scope-video"] + "enum": ["fs:allow-applocaldata-read"] }, { - "description": "fs:scope-video-index -> This scope permits to list all files and folders in the `$VIDEO`folder.", + "description": "fs:allow-applocaldata-read-recursive -> This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-video-index"] + "enum": ["fs:allow-applocaldata-read-recursive"] }, { - "description": "fs:scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", + "description": "fs:allow-applocaldata-write -> This allows non-recursive write access to the `$APPLOCALDATA` folder.", "type": "string", - "enum": ["fs:scope-video-recursive"] + "enum": ["fs:allow-applocaldata-write"] }, { - "description": "fs:write-all -> This enables all write related commands without any pre-configured accessible paths.", + "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:write-all"] + "enum": ["fs:allow-applocaldata-write-recursive"] }, { - "description": "fs:write-files -> This enables all file write related commands without any pre-configured accessible paths.", + "description": "fs:allow-applog-meta -> This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:write-files"] + "enum": ["fs:allow-applog-meta"] }, { - "description": "http:default -> This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n", + "description": "fs:allow-applog-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", "type": "string", - "enum": ["http:default"] + "enum": ["fs:allow-applog-meta-recursive"] }, { - "description": "http:allow-fetch -> Enables the fetch command without any pre-configured scope.", + "description": "fs:allow-applog-read -> This allows non-recursive read access to the `$APPLOG` folder.", "type": "string", - "enum": ["http:allow-fetch"] + "enum": ["fs:allow-applog-read"] }, { - "description": "http:allow-fetch-cancel -> Enables the fetch_cancel command without any pre-configured scope.", + "description": "fs:allow-applog-read-recursive -> This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", - "enum": ["http:allow-fetch-cancel"] + "enum": ["fs:allow-applog-read-recursive"] }, { - "description": "http:allow-fetch-read-body -> Enables the fetch_read_body command without any pre-configured scope.", + "description": "fs:allow-applog-write -> This allows non-recursive write access to the `$APPLOG` folder.", "type": "string", - "enum": ["http:allow-fetch-read-body"] + "enum": ["fs:allow-applog-write"] }, { - "description": "http:allow-fetch-send -> Enables the fetch_send command without any pre-configured scope.", + "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", - "enum": ["http:allow-fetch-send"] + "enum": ["fs:allow-applog-write-recursive"] }, { - "description": "http:deny-fetch -> Denies the fetch command without any pre-configured scope.", + "description": "fs:allow-audio-meta -> This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", "type": "string", - "enum": ["http:deny-fetch"] + "enum": ["fs:allow-audio-meta"] }, { - "description": "http:deny-fetch-cancel -> Denies the fetch_cancel command without any pre-configured scope.", + "description": "fs:allow-audio-meta-recursive -> This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", "type": "string", - "enum": ["http:deny-fetch-cancel"] + "enum": ["fs:allow-audio-meta-recursive"] }, { - "description": "http:deny-fetch-read-body -> Denies the fetch_read_body command without any pre-configured scope.", + "description": "fs:allow-audio-read -> This allows non-recursive read access to the `$AUDIO` folder.", "type": "string", - "enum": ["http:deny-fetch-read-body"] + "enum": ["fs:allow-audio-read"] }, { - "description": "http:deny-fetch-send -> Denies the fetch_send command without any pre-configured scope.", + "description": "fs:allow-audio-read-recursive -> This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", - "enum": ["http:deny-fetch-send"] + "enum": ["fs:allow-audio-read-recursive"] }, { - "description": "image:default -> Default permissions for the plugin.", + "description": "fs:allow-audio-write -> This allows non-recursive write access to the `$AUDIO` folder.", "type": "string", - "enum": ["image:default"] + "enum": ["fs:allow-audio-write"] }, { - "description": "image:allow-from-bytes -> Enables the from_bytes command without any pre-configured scope.", + "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", - "enum": ["image:allow-from-bytes"] + "enum": ["fs:allow-audio-write-recursive"] }, { - "description": "image:allow-from-path -> Enables the from_path command without any pre-configured scope.", + "description": "fs:allow-cache-meta -> This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["image:allow-from-path"] + "enum": ["fs:allow-cache-meta"] }, { - "description": "image:allow-new -> Enables the new command without any pre-configured scope.", + "description": "fs:allow-cache-meta-recursive -> This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["image:allow-new"] + "enum": ["fs:allow-cache-meta-recursive"] }, { - "description": "image:allow-rgba -> Enables the rgba command without any pre-configured scope.", + "description": "fs:allow-cache-read -> This allows non-recursive read access to the `$CACHE` folder.", "type": "string", - "enum": ["image:allow-rgba"] + "enum": ["fs:allow-cache-read"] }, { - "description": "image:allow-size -> Enables the size command without any pre-configured scope.", + "description": "fs:allow-cache-read-recursive -> This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", - "enum": ["image:allow-size"] + "enum": ["fs:allow-cache-read-recursive"] }, { - "description": "image:deny-from-bytes -> Denies the from_bytes command without any pre-configured scope.", + "description": "fs:allow-cache-write -> This allows non-recursive write access to the `$CACHE` folder.", "type": "string", - "enum": ["image:deny-from-bytes"] + "enum": ["fs:allow-cache-write"] }, { - "description": "image:deny-from-path -> Denies the from_path command without any pre-configured scope.", + "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", - "enum": ["image:deny-from-path"] + "enum": ["fs:allow-cache-write-recursive"] }, { - "description": "image:deny-new -> Denies the new command without any pre-configured scope.", + "description": "fs:allow-config-meta -> This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["image:deny-new"] + "enum": ["fs:allow-config-meta"] }, { - "description": "image:deny-rgba -> Denies the rgba command without any pre-configured scope.", + "description": "fs:allow-config-meta-recursive -> This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["image:deny-rgba"] + "enum": ["fs:allow-config-meta-recursive"] }, { - "description": "image:deny-size -> Denies the size command without any pre-configured scope.", + "description": "fs:allow-config-read -> This allows non-recursive read access to the `$CONFIG` folder.", "type": "string", - "enum": ["image:deny-size"] + "enum": ["fs:allow-config-read"] }, { - "description": "log:default -> Allows the log command", + "description": "fs:allow-config-read-recursive -> This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["log:default"] + "enum": ["fs:allow-config-read-recursive"] }, { - "description": "log:allow-log -> Enables the log command without any pre-configured scope.", + "description": "fs:allow-config-write -> This allows non-recursive write access to the `$CONFIG` folder.", "type": "string", - "enum": ["log:allow-log"] + "enum": ["fs:allow-config-write"] }, { - "description": "log:deny-log -> Denies the log command without any pre-configured scope.", + "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["log:deny-log"] + "enum": ["fs:allow-config-write-recursive"] }, { - "description": "menu:default -> Default permissions for the plugin.", + "description": "fs:allow-data-meta -> This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:default"] + "enum": ["fs:allow-data-meta"] }, { - "description": "menu:allow-append -> Enables the append command without any pre-configured scope.", + "description": "fs:allow-data-meta-recursive -> This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-append"] + "enum": ["fs:allow-data-meta-recursive"] }, { - "description": "menu:allow-create-default -> Enables the create_default command without any pre-configured scope.", + "description": "fs:allow-data-read -> This allows non-recursive read access to the `$DATA` folder.", "type": "string", - "enum": ["menu:allow-create-default"] + "enum": ["fs:allow-data-read"] }, { - "description": "menu:allow-get -> Enables the get command without any pre-configured scope.", + "description": "fs:allow-data-read-recursive -> This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-get"] + "enum": ["fs:allow-data-read-recursive"] }, { - "description": "menu:allow-insert -> Enables the insert command without any pre-configured scope.", + "description": "fs:allow-data-write -> This allows non-recursive write access to the `$DATA` folder.", "type": "string", - "enum": ["menu:allow-insert"] + "enum": ["fs:allow-data-write"] }, { - "description": "menu:allow-is-checked -> Enables the is_checked command without any pre-configured scope.", + "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-is-checked"] + "enum": ["fs:allow-data-write-recursive"] }, { - "description": "menu:allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.", + "description": "fs:allow-desktop-meta -> This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-is-enabled"] + "enum": ["fs:allow-desktop-meta"] }, { - "description": "menu:allow-items -> Enables the items command without any pre-configured scope.", + "description": "fs:allow-desktop-meta-recursive -> This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-items"] + "enum": ["fs:allow-desktop-meta-recursive"] }, { - "description": "menu:allow-new -> Enables the new command without any pre-configured scope.", + "description": "fs:allow-desktop-read -> This allows non-recursive read access to the `$DESKTOP` folder.", "type": "string", - "enum": ["menu:allow-new"] + "enum": ["fs:allow-desktop-read"] }, { - "description": "menu:allow-popup -> Enables the popup command without any pre-configured scope.", + "description": "fs:allow-desktop-read-recursive -> This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-popup"] + "enum": ["fs:allow-desktop-read-recursive"] }, { - "description": "menu:allow-prepend -> Enables the prepend command without any pre-configured scope.", + "description": "fs:allow-desktop-write -> This allows non-recursive write access to the `$DESKTOP` folder.", "type": "string", - "enum": ["menu:allow-prepend"] + "enum": ["fs:allow-desktop-write"] }, { - "description": "menu:allow-remove -> Enables the remove command without any pre-configured scope.", + "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-remove"] + "enum": ["fs:allow-desktop-write-recursive"] }, { - "description": "menu:allow-remove-at -> Enables the remove_at command without any pre-configured scope.", + "description": "fs:allow-document-meta -> This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-remove-at"] + "enum": ["fs:allow-document-meta"] }, { - "description": "menu:allow-set-accelerator -> Enables the set_accelerator command without any pre-configured scope.", + "description": "fs:allow-document-meta-recursive -> This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-set-accelerator"] + "enum": ["fs:allow-document-meta-recursive"] }, { - "description": "menu:allow-set-as-app-menu -> Enables the set_as_app_menu command without any pre-configured scope.", + "description": "fs:allow-document-read -> This allows non-recursive read access to the `$DOCUMENT` folder.", "type": "string", - "enum": ["menu:allow-set-as-app-menu"] + "enum": ["fs:allow-document-read"] }, { - "description": "menu:allow-set-as-help-menu-for-nsapp -> Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-document-read-recursive -> This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-set-as-help-menu-for-nsapp"] + "enum": ["fs:allow-document-read-recursive"] }, { - "description": "menu:allow-set-as-window-menu -> Enables the set_as_window_menu command without any pre-configured scope.", + "description": "fs:allow-document-write -> This allows non-recursive write access to the `$DOCUMENT` folder.", "type": "string", - "enum": ["menu:allow-set-as-window-menu"] + "enum": ["fs:allow-document-write"] }, { - "description": "menu:allow-set-as-windows-menu-for-nsapp -> Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-set-as-windows-menu-for-nsapp"] + "enum": ["fs:allow-document-write-recursive"] }, { - "description": "menu:allow-set-checked -> Enables the set_checked command without any pre-configured scope.", + "description": "fs:allow-download-meta -> This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-set-checked"] + "enum": ["fs:allow-download-meta"] }, { - "description": "menu:allow-set-enabled -> Enables the set_enabled command without any pre-configured scope.", + "description": "fs:allow-download-meta-recursive -> This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-set-enabled"] + "enum": ["fs:allow-download-meta-recursive"] }, { - "description": "menu:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", + "description": "fs:allow-download-read -> This allows non-recursive read access to the `$DOWNLOAD` folder.", "type": "string", - "enum": ["menu:allow-set-icon"] + "enum": ["fs:allow-download-read"] }, { - "description": "menu:allow-set-text -> Enables the set_text command without any pre-configured scope.", + "description": "fs:allow-download-read-recursive -> This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-set-text"] + "enum": ["fs:allow-download-read-recursive"] }, { - "description": "menu:allow-text -> Enables the text command without any pre-configured scope.", + "description": "fs:allow-download-write -> This allows non-recursive write access to the `$DOWNLOAD` folder.", "type": "string", - "enum": ["menu:allow-text"] + "enum": ["fs:allow-download-write"] }, { - "description": "menu:deny-append -> Denies the append command without any pre-configured scope.", + "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-append"] + "enum": ["fs:allow-download-write-recursive"] }, { - "description": "menu:deny-create-default -> Denies the create_default command without any pre-configured scope.", + "description": "fs:allow-exe-meta -> This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-create-default"] + "enum": ["fs:allow-exe-meta"] }, { - "description": "menu:deny-get -> Denies the get command without any pre-configured scope.", + "description": "fs:allow-exe-meta-recursive -> This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-get"] + "enum": ["fs:allow-exe-meta-recursive"] }, { - "description": "menu:deny-insert -> Denies the insert command without any pre-configured scope.", + "description": "fs:allow-exe-read -> This allows non-recursive read access to the `$EXE` folder.", "type": "string", - "enum": ["menu:deny-insert"] + "enum": ["fs:allow-exe-read"] }, { - "description": "menu:deny-is-checked -> Denies the is_checked command without any pre-configured scope.", + "description": "fs:allow-exe-read-recursive -> This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-is-checked"] + "enum": ["fs:allow-exe-read-recursive"] }, { - "description": "menu:deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.", + "description": "fs:allow-exe-write -> This allows non-recursive write access to the `$EXE` folder.", "type": "string", - "enum": ["menu:deny-is-enabled"] + "enum": ["fs:allow-exe-write"] }, { - "description": "menu:deny-items -> Denies the items command without any pre-configured scope.", + "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-items"] + "enum": ["fs:allow-exe-write-recursive"] }, { - "description": "menu:deny-new -> Denies the new command without any pre-configured scope.", + "description": "fs:allow-font-meta -> This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-new"] + "enum": ["fs:allow-font-meta"] }, { - "description": "menu:deny-popup -> Denies the popup command without any pre-configured scope.", + "description": "fs:allow-font-meta-recursive -> This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-popup"] + "enum": ["fs:allow-font-meta-recursive"] }, { - "description": "menu:deny-prepend -> Denies the prepend command without any pre-configured scope.", + "description": "fs:allow-font-read -> This allows non-recursive read access to the `$FONT` folder.", "type": "string", - "enum": ["menu:deny-prepend"] + "enum": ["fs:allow-font-read"] }, { - "description": "menu:deny-remove -> Denies the remove command without any pre-configured scope.", + "description": "fs:allow-font-read-recursive -> This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-remove"] + "enum": ["fs:allow-font-read-recursive"] }, { - "description": "menu:deny-remove-at -> Denies the remove_at command without any pre-configured scope.", + "description": "fs:allow-font-write -> This allows non-recursive write access to the `$FONT` folder.", "type": "string", - "enum": ["menu:deny-remove-at"] + "enum": ["fs:allow-font-write"] }, { - "description": "menu:deny-set-accelerator -> Denies the set_accelerator command without any pre-configured scope.", + "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-set-accelerator"] + "enum": ["fs:allow-font-write-recursive"] }, { - "description": "menu:deny-set-as-app-menu -> Denies the set_as_app_menu command without any pre-configured scope.", + "description": "fs:allow-home-meta -> This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-as-app-menu"] + "enum": ["fs:allow-home-meta"] }, { - "description": "menu:deny-set-as-help-menu-for-nsapp -> Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-home-meta-recursive -> This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-as-help-menu-for-nsapp"] + "enum": ["fs:allow-home-meta-recursive"] }, { - "description": "menu:deny-set-as-window-menu -> Denies the set_as_window_menu command without any pre-configured scope.", + "description": "fs:allow-home-read -> This allows non-recursive read access to the `$HOME` folder.", "type": "string", - "enum": ["menu:deny-set-as-window-menu"] + "enum": ["fs:allow-home-read"] }, { - "description": "menu:deny-set-as-windows-menu-for-nsapp -> Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-home-read-recursive -> This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-set-as-windows-menu-for-nsapp"] + "enum": ["fs:allow-home-read-recursive"] }, { - "description": "menu:deny-set-checked -> Denies the set_checked command without any pre-configured scope.", + "description": "fs:allow-home-write -> This allows non-recursive write access to the `$HOME` folder.", "type": "string", - "enum": ["menu:deny-set-checked"] + "enum": ["fs:allow-home-write"] }, { - "description": "menu:deny-set-enabled -> Denies the set_enabled command without any pre-configured scope.", + "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-set-enabled"] + "enum": ["fs:allow-home-write-recursive"] }, { - "description": "menu:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", + "description": "fs:allow-localdata-meta -> This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-icon"] + "enum": ["fs:allow-localdata-meta"] }, { - "description": "menu:deny-set-text -> Denies the set_text command without any pre-configured scope.", + "description": "fs:allow-localdata-meta-recursive -> This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-text"] + "enum": ["fs:allow-localdata-meta-recursive"] }, { - "description": "menu:deny-text -> Denies the text command without any pre-configured scope.", + "description": "fs:allow-localdata-read -> This allows non-recursive read access to the `$LOCALDATA` folder.", "type": "string", - "enum": ["menu:deny-text"] + "enum": ["fs:allow-localdata-read"] }, { - "description": "os:default -> This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n", + "description": "fs:allow-localdata-read-recursive -> This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["os:default"] + "enum": ["fs:allow-localdata-read-recursive"] }, { - "description": "os:allow-arch -> Enables the arch command without any pre-configured scope.", + "description": "fs:allow-localdata-write -> This allows non-recursive write access to the `$LOCALDATA` folder.", "type": "string", - "enum": ["os:allow-arch"] + "enum": ["fs:allow-localdata-write"] }, { - "description": "os:allow-exe-extension -> Enables the exe_extension command without any pre-configured scope.", + "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["os:allow-exe-extension"] + "enum": ["fs:allow-localdata-write-recursive"] }, { - "description": "os:allow-family -> Enables the family command without any pre-configured scope.", + "description": "fs:allow-log-meta -> This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", "type": "string", - "enum": ["os:allow-family"] + "enum": ["fs:allow-log-meta"] }, { - "description": "os:allow-hostname -> Enables the hostname command without any pre-configured scope.", + "description": "fs:allow-log-meta-recursive -> This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", "type": "string", - "enum": ["os:allow-hostname"] + "enum": ["fs:allow-log-meta-recursive"] }, { - "description": "os:allow-locale -> Enables the locale command without any pre-configured scope.", + "description": "fs:allow-log-read -> This allows non-recursive read access to the `$LOG` folder.", "type": "string", - "enum": ["os:allow-locale"] + "enum": ["fs:allow-log-read"] }, { - "description": "os:allow-os-type -> Enables the os_type command without any pre-configured scope.", + "description": "fs:allow-log-read-recursive -> This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.", "type": "string", - "enum": ["os:allow-os-type"] + "enum": ["fs:allow-log-read-recursive"] }, { - "description": "os:allow-platform -> Enables the platform command without any pre-configured scope.", + "description": "fs:allow-log-write -> This allows non-recursive write access to the `$LOG` folder.", "type": "string", - "enum": ["os:allow-platform"] + "enum": ["fs:allow-log-write"] }, { - "description": "os:allow-version -> Enables the version command without any pre-configured scope.", + "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", - "enum": ["os:allow-version"] + "enum": ["fs:allow-log-write-recursive"] }, { - "description": "os:deny-arch -> Denies the arch command without any pre-configured scope.", + "description": "fs:allow-picture-meta -> This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-arch"] + "enum": ["fs:allow-picture-meta"] }, { - "description": "os:deny-exe-extension -> Denies the exe_extension command without any pre-configured scope.", + "description": "fs:allow-picture-meta-recursive -> This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-exe-extension"] + "enum": ["fs:allow-picture-meta-recursive"] }, { - "description": "os:deny-family -> Denies the family command without any pre-configured scope.", + "description": "fs:allow-picture-read -> This allows non-recursive read access to the `$PICTURE` folder.", "type": "string", - "enum": ["os:deny-family"] + "enum": ["fs:allow-picture-read"] }, { - "description": "os:deny-hostname -> Denies the hostname command without any pre-configured scope.", + "description": "fs:allow-picture-read-recursive -> This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", - "enum": ["os:deny-hostname"] + "enum": ["fs:allow-picture-read-recursive"] }, { - "description": "os:deny-locale -> Denies the locale command without any pre-configured scope.", + "description": "fs:allow-picture-write -> This allows non-recursive write access to the `$PICTURE` folder.", "type": "string", - "enum": ["os:deny-locale"] + "enum": ["fs:allow-picture-write"] }, { - "description": "os:deny-os-type -> Denies the os_type command without any pre-configured scope.", + "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", - "enum": ["os:deny-os-type"] + "enum": ["fs:allow-picture-write-recursive"] }, { - "description": "os:deny-platform -> Denies the platform command without any pre-configured scope.", + "description": "fs:allow-public-meta -> This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-platform"] + "enum": ["fs:allow-public-meta"] }, { - "description": "os:deny-version -> Denies the version command without any pre-configured scope.", + "description": "fs:allow-public-meta-recursive -> This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-version"] + "enum": ["fs:allow-public-meta-recursive"] }, { - "description": "path:default -> Default permissions for the plugin.", + "description": "fs:allow-public-read -> This allows non-recursive read access to the `$PUBLIC` folder.", "type": "string", - "enum": ["path:default"] + "enum": ["fs:allow-public-read"] }, { - "description": "path:allow-basename -> Enables the basename command without any pre-configured scope.", + "description": "fs:allow-public-read-recursive -> This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", - "enum": ["path:allow-basename"] + "enum": ["fs:allow-public-read-recursive"] }, { - "description": "path:allow-dirname -> Enables the dirname command without any pre-configured scope.", + "description": "fs:allow-public-write -> This allows non-recursive write access to the `$PUBLIC` folder.", "type": "string", - "enum": ["path:allow-dirname"] + "enum": ["fs:allow-public-write"] }, { - "description": "path:allow-extname -> Enables the extname command without any pre-configured scope.", + "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", - "enum": ["path:allow-extname"] + "enum": ["fs:allow-public-write-recursive"] }, { - "description": "path:allow-is-absolute -> Enables the is_absolute command without any pre-configured scope.", + "description": "fs:allow-resource-meta -> This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", "type": "string", - "enum": ["path:allow-is-absolute"] + "enum": ["fs:allow-resource-meta"] }, { - "description": "path:allow-join -> Enables the join command without any pre-configured scope.", + "description": "fs:allow-resource-meta-recursive -> This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", "type": "string", - "enum": ["path:allow-join"] + "enum": ["fs:allow-resource-meta-recursive"] }, { - "description": "path:allow-normalize -> Enables the normalize command without any pre-configured scope.", + "description": "fs:allow-resource-read -> This allows non-recursive read access to the `$RESOURCE` folder.", "type": "string", - "enum": ["path:allow-normalize"] + "enum": ["fs:allow-resource-read"] }, { - "description": "path:allow-resolve -> Enables the resolve command without any pre-configured scope.", + "description": "fs:allow-resource-read-recursive -> This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", - "enum": ["path:allow-resolve"] + "enum": ["fs:allow-resource-read-recursive"] }, { - "description": "path:allow-resolve-directory -> Enables the resolve_directory command without any pre-configured scope.", + "description": "fs:allow-resource-write -> This allows non-recursive write access to the `$RESOURCE` folder.", "type": "string", - "enum": ["path:allow-resolve-directory"] + "enum": ["fs:allow-resource-write"] }, { - "description": "path:deny-basename -> Denies the basename command without any pre-configured scope.", + "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", - "enum": ["path:deny-basename"] + "enum": ["fs:allow-resource-write-recursive"] }, { - "description": "path:deny-dirname -> Denies the dirname command without any pre-configured scope.", + "description": "fs:allow-runtime-meta -> This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", "type": "string", - "enum": ["path:deny-dirname"] + "enum": ["fs:allow-runtime-meta"] }, { - "description": "path:deny-extname -> Denies the extname command without any pre-configured scope.", + "description": "fs:allow-runtime-meta-recursive -> This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", "type": "string", - "enum": ["path:deny-extname"] + "enum": ["fs:allow-runtime-meta-recursive"] }, { - "description": "path:deny-is-absolute -> Denies the is_absolute command without any pre-configured scope.", + "description": "fs:allow-runtime-read -> This allows non-recursive read access to the `$RUNTIME` folder.", "type": "string", - "enum": ["path:deny-is-absolute"] + "enum": ["fs:allow-runtime-read"] }, { - "description": "path:deny-join -> Denies the join command without any pre-configured scope.", + "description": "fs:allow-runtime-read-recursive -> This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", - "enum": ["path:deny-join"] + "enum": ["fs:allow-runtime-read-recursive"] }, { - "description": "path:deny-normalize -> Denies the normalize command without any pre-configured scope.", + "description": "fs:allow-runtime-write -> This allows non-recursive write access to the `$RUNTIME` folder.", "type": "string", - "enum": ["path:deny-normalize"] + "enum": ["fs:allow-runtime-write"] }, { - "description": "path:deny-resolve -> Denies the resolve command without any pre-configured scope.", + "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", - "enum": ["path:deny-resolve"] + "enum": ["fs:allow-runtime-write-recursive"] }, { - "description": "path:deny-resolve-directory -> Denies the resolve_directory command without any pre-configured scope.", + "description": "fs:allow-temp-meta -> This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", "type": "string", - "enum": ["path:deny-resolve-directory"] + "enum": ["fs:allow-temp-meta"] }, { - "description": "process:default -> This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n", + "description": "fs:allow-temp-meta-recursive -> This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", "type": "string", - "enum": ["process:default"] + "enum": ["fs:allow-temp-meta-recursive"] }, { - "description": "process:allow-exit -> Enables the exit command without any pre-configured scope.", + "description": "fs:allow-temp-read -> This allows non-recursive read access to the `$TEMP` folder.", "type": "string", - "enum": ["process:allow-exit"] + "enum": ["fs:allow-temp-read"] }, { - "description": "process:allow-restart -> Enables the restart command without any pre-configured scope.", + "description": "fs:allow-temp-read-recursive -> This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", - "enum": ["process:allow-restart"] + "enum": ["fs:allow-temp-read-recursive"] }, { - "description": "process:deny-exit -> Denies the exit command without any pre-configured scope.", + "description": "fs:allow-temp-write -> This allows non-recursive write access to the `$TEMP` folder.", "type": "string", - "enum": ["process:deny-exit"] + "enum": ["fs:allow-temp-write"] }, { - "description": "process:deny-restart -> Denies the restart command without any pre-configured scope.", + "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", - "enum": ["process:deny-restart"] + "enum": ["fs:allow-temp-write-recursive"] }, { - "description": "resources:default -> Default permissions for the plugin.", + "description": "fs:allow-template-meta -> This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", "type": "string", - "enum": ["resources:default"] + "enum": ["fs:allow-template-meta"] }, { - "description": "resources:allow-close -> Enables the close command without any pre-configured scope.", + "description": "fs:allow-template-meta-recursive -> This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", "type": "string", - "enum": ["resources:allow-close"] + "enum": ["fs:allow-template-meta-recursive"] }, { - "description": "resources:deny-close -> Denies the close command without any pre-configured scope.", + "description": "fs:allow-template-read -> This allows non-recursive read access to the `$TEMPLATE` folder.", "type": "string", - "enum": ["resources:deny-close"] + "enum": ["fs:allow-template-read"] }, { - "description": "shell:default -> This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n", + "description": "fs:allow-template-read-recursive -> This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", - "enum": ["shell:default"] + "enum": ["fs:allow-template-read-recursive"] }, { - "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", + "description": "fs:allow-template-write -> This allows non-recursive write access to the `$TEMPLATE` folder.", "type": "string", - "enum": ["shell:allow-execute"] + "enum": ["fs:allow-template-write"] }, { - "description": "shell:allow-kill -> Enables the kill command without any pre-configured scope.", + "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", - "enum": ["shell:allow-kill"] + "enum": ["fs:allow-template-write-recursive"] }, { - "description": "shell:allow-open -> Enables the open command without any pre-configured scope.", + "description": "fs:allow-video-meta -> This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", "type": "string", - "enum": ["shell:allow-open"] + "enum": ["fs:allow-video-meta"] }, { - "description": "shell:allow-spawn -> Enables the spawn command without any pre-configured scope.", + "description": "fs:allow-video-meta-recursive -> This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", "type": "string", - "enum": ["shell:allow-spawn"] + "enum": ["fs:allow-video-meta-recursive"] }, { - "description": "shell:allow-stdin-write -> Enables the stdin_write command without any pre-configured scope.", + "description": "fs:allow-video-read -> This allows non-recursive read access to the `$VIDEO` folder.", "type": "string", - "enum": ["shell:allow-stdin-write"] + "enum": ["fs:allow-video-read"] }, { - "description": "shell:deny-execute -> Denies the execute command without any pre-configured scope.", + "description": "fs:allow-video-read-recursive -> This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", - "enum": ["shell:deny-execute"] + "enum": ["fs:allow-video-read-recursive"] }, { - "description": "shell:deny-kill -> Denies the kill command without any pre-configured scope.", + "description": "fs:allow-video-write -> This allows non-recursive write access to the `$VIDEO` folder.", "type": "string", - "enum": ["shell:deny-kill"] + "enum": ["fs:allow-video-write"] }, { - "description": "shell:deny-open -> Denies the open command without any pre-configured scope.", + "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", - "enum": ["shell:deny-open"] + "enum": ["fs:allow-video-write-recursive"] }, { - "description": "shell:deny-spawn -> Denies the spawn command without any pre-configured scope.", + "description": "fs:deny-default -> This denies access to dangerous Tauri relevant files and folders by default.", "type": "string", - "enum": ["shell:deny-spawn"] + "enum": ["fs:deny-default"] }, { - "description": "shell:deny-stdin-write -> Denies the stdin_write command without any pre-configured scope.", + "description": "fs:default -> This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n", "type": "string", - "enum": ["shell:deny-stdin-write"] + "enum": ["fs:default"] }, { - "description": "sql:default -> # Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n", + "description": "fs:allow-copy-file -> Enables the copy_file command without any pre-configured scope.", "type": "string", - "enum": ["sql:default"] + "enum": ["fs:allow-copy-file"] }, { - "description": "sql:allow-close -> Enables the close command without any pre-configured scope.", + "description": "fs:allow-create -> Enables the create command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-close"] + "enum": ["fs:allow-create"] }, { - "description": "sql:allow-execute -> Enables the execute command without any pre-configured scope.", + "description": "fs:allow-exists -> Enables the exists command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-execute"] + "enum": ["fs:allow-exists"] }, { - "description": "sql:allow-load -> Enables the load command without any pre-configured scope.", + "description": "fs:allow-fstat -> Enables the fstat command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-load"] + "enum": ["fs:allow-fstat"] }, { - "description": "sql:allow-select -> Enables the select command without any pre-configured scope.", + "description": "fs:allow-ftruncate -> Enables the ftruncate command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-select"] + "enum": ["fs:allow-ftruncate"] }, { - "description": "sql:deny-close -> Denies the close command without any pre-configured scope.", + "description": "fs:allow-lstat -> Enables the lstat command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-close"] + "enum": ["fs:allow-lstat"] }, { - "description": "sql:deny-execute -> Denies the execute command without any pre-configured scope.", + "description": "fs:allow-mkdir -> Enables the mkdir command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-execute"] + "enum": ["fs:allow-mkdir"] }, { - "description": "sql:deny-load -> Denies the load command without any pre-configured scope.", + "description": "fs:allow-open -> Enables the open command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-load"] + "enum": ["fs:allow-open"] }, { - "description": "sql:deny-select -> Denies the select command without any pre-configured scope.", + "description": "fs:allow-read -> Enables the read command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-select"] + "enum": ["fs:allow-read"] }, { - "description": "tray:default -> Default permissions for the plugin.", + "description": "fs:allow-read-dir -> Enables the read_dir command without any pre-configured scope.", "type": "string", - "enum": ["tray:default"] + "enum": ["fs:allow-read-dir"] }, { - "description": "tray:allow-get-by-id -> Enables the get_by_id command without any pre-configured scope.", + "description": "fs:allow-read-file -> Enables the read_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-get-by-id"] + "enum": ["fs:allow-read-file"] }, { - "description": "tray:allow-new -> Enables the new command without any pre-configured scope.", + "description": "fs:allow-read-text-file -> Enables the read_text_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-new"] + "enum": ["fs:allow-read-text-file"] }, { - "description": "tray:allow-remove-by-id -> Enables the remove_by_id command without any pre-configured scope.", + "description": "fs:allow-read-text-file-lines -> Enables the read_text_file_lines command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-remove-by-id"] + "enum": ["fs:allow-read-text-file-lines"] }, { - "description": "tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", + "description": "fs:allow-read-text-file-lines-next -> Enables the read_text_file_lines_next command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-icon"] + "enum": ["fs:allow-read-text-file-lines-next"] }, { - "description": "tray:allow-set-icon-as-template -> Enables the set_icon_as_template command without any pre-configured scope.", + "description": "fs:allow-remove -> Enables the remove command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-icon-as-template"] + "enum": ["fs:allow-remove"] }, { - "description": "tray:allow-set-menu -> Enables the set_menu command without any pre-configured scope.", + "description": "fs:allow-rename -> Enables the rename command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-menu"] + "enum": ["fs:allow-rename"] }, { - "description": "tray:allow-set-show-menu-on-left-click -> Enables the set_show_menu_on_left_click command without any pre-configured scope.", + "description": "fs:allow-seek -> Enables the seek command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-show-menu-on-left-click"] + "enum": ["fs:allow-seek"] }, { - "description": "tray:allow-set-temp-dir-path -> Enables the set_temp_dir_path command without any pre-configured scope.", + "description": "fs:allow-stat -> Enables the stat command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-temp-dir-path"] + "enum": ["fs:allow-stat"] }, { - "description": "tray:allow-set-title -> Enables the set_title command without any pre-configured scope.", + "description": "fs:allow-truncate -> Enables the truncate command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-title"] + "enum": ["fs:allow-truncate"] }, { - "description": "tray:allow-set-tooltip -> Enables the set_tooltip command without any pre-configured scope.", + "description": "fs:allow-unwatch -> Enables the unwatch command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-tooltip"] + "enum": ["fs:allow-unwatch"] }, { - "description": "tray:allow-set-visible -> Enables the set_visible command without any pre-configured scope.", + "description": "fs:allow-watch -> Enables the watch command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-visible"] + "enum": ["fs:allow-watch"] }, { - "description": "tray:deny-get-by-id -> Denies the get_by_id command without any pre-configured scope.", + "description": "fs:allow-write -> Enables the write command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-get-by-id"] + "enum": ["fs:allow-write"] }, { - "description": "tray:deny-new -> Denies the new command without any pre-configured scope.", + "description": "fs:allow-write-file -> Enables the write_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-new"] + "enum": ["fs:allow-write-file"] }, { - "description": "tray:deny-remove-by-id -> Denies the remove_by_id command without any pre-configured scope.", + "description": "fs:allow-write-text-file -> Enables the write_text_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-remove-by-id"] + "enum": ["fs:allow-write-text-file"] }, { - "description": "tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", + "description": "fs:create-app-specific-dirs -> This permissions allows to create the application specific directories.\n", "type": "string", - "enum": ["tray:deny-set-icon"] + "enum": ["fs:create-app-specific-dirs"] }, { - "description": "tray:deny-set-icon-as-template -> Denies the set_icon_as_template command without any pre-configured scope.", + "description": "fs:deny-copy-file -> Denies the copy_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-icon-as-template"] + "enum": ["fs:deny-copy-file"] }, { - "description": "tray:deny-set-menu -> Denies the set_menu command without any pre-configured scope.", + "description": "fs:deny-create -> Denies the create command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-menu"] + "enum": ["fs:deny-create"] }, { - "description": "tray:deny-set-show-menu-on-left-click -> Denies the set_show_menu_on_left_click command without any pre-configured scope.", + "description": "fs:deny-exists -> Denies the exists command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-show-menu-on-left-click"] + "enum": ["fs:deny-exists"] }, { - "description": "tray:deny-set-temp-dir-path -> Denies the set_temp_dir_path command without any pre-configured scope.", + "description": "fs:deny-fstat -> Denies the fstat command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-temp-dir-path"] + "enum": ["fs:deny-fstat"] }, { - "description": "tray:deny-set-title -> Denies the set_title command without any pre-configured scope.", + "description": "fs:deny-ftruncate -> Denies the ftruncate command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-title"] + "enum": ["fs:deny-ftruncate"] }, { - "description": "tray:deny-set-tooltip -> Denies the set_tooltip command without any pre-configured scope.", + "description": "fs:deny-lstat -> Denies the lstat command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-tooltip"] + "enum": ["fs:deny-lstat"] }, { - "description": "tray:deny-set-visible -> Denies the set_visible command without any pre-configured scope.", + "description": "fs:deny-mkdir -> Denies the mkdir command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-visible"] + "enum": ["fs:deny-mkdir"] }, { - "description": "webview:default -> Default permissions for the plugin.", + "description": "fs:deny-open -> Denies the open command without any pre-configured scope.", "type": "string", - "enum": ["webview:default"] + "enum": ["fs:deny-open"] }, { - "description": "webview:allow-create-webview -> Enables the create_webview command without any pre-configured scope.", + "description": "fs:deny-read -> Denies the read command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-create-webview"] + "enum": ["fs:deny-read"] }, { - "description": "webview:allow-create-webview-window -> Enables the create_webview_window command without any pre-configured scope.", + "description": "fs:deny-read-dir -> Denies the read_dir command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-create-webview-window"] + "enum": ["fs:deny-read-dir"] }, { - "description": "webview:allow-internal-toggle-devtools -> Enables the internal_toggle_devtools command without any pre-configured scope.", + "description": "fs:deny-read-file -> Denies the read_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-internal-toggle-devtools"] + "enum": ["fs:deny-read-file"] }, { - "description": "webview:allow-print -> Enables the print command without any pre-configured scope.", + "description": "fs:deny-read-text-file -> Denies the read_text_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-print"] + "enum": ["fs:deny-read-text-file"] }, { - "description": "webview:allow-reparent -> Enables the reparent command without any pre-configured scope.", + "description": "fs:deny-read-text-file-lines -> Denies the read_text_file_lines command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-reparent"] + "enum": ["fs:deny-read-text-file-lines"] }, { - "description": "webview:allow-set-webview-focus -> Enables the set_webview_focus command without any pre-configured scope.", + "description": "fs:deny-read-text-file-lines-next -> Denies the read_text_file_lines_next command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-focus"] + "enum": ["fs:deny-read-text-file-lines-next"] }, { - "description": "webview:allow-set-webview-position -> Enables the set_webview_position command without any pre-configured scope.", + "description": "fs:deny-remove -> Denies the remove command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-position"] + "enum": ["fs:deny-remove"] }, { - "description": "webview:allow-set-webview-size -> Enables the set_webview_size command without any pre-configured scope.", + "description": "fs:deny-rename -> Denies the rename command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-size"] + "enum": ["fs:deny-rename"] }, { - "description": "webview:allow-set-webview-zoom -> Enables the set_webview_zoom command without any pre-configured scope.", + "description": "fs:deny-seek -> Denies the seek command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-zoom"] + "enum": ["fs:deny-seek"] }, { - "description": "webview:allow-webview-close -> Enables the webview_close command without any pre-configured scope.", + "description": "fs:deny-stat -> Denies the stat command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-webview-close"] + "enum": ["fs:deny-stat"] }, { - "description": "webview:allow-webview-position -> Enables the webview_position command without any pre-configured scope.", + "description": "fs:deny-truncate -> Denies the truncate command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-webview-position"] + "enum": ["fs:deny-truncate"] }, { - "description": "webview:allow-webview-size -> Enables the webview_size command without any pre-configured scope.", + "description": "fs:deny-unwatch -> Denies the unwatch command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-webview-size"] + "enum": ["fs:deny-unwatch"] }, { - "description": "webview:deny-create-webview -> Denies the create_webview command without any pre-configured scope.", + "description": "fs:deny-watch -> Denies the watch command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-create-webview"] + "enum": ["fs:deny-watch"] }, { - "description": "webview:deny-create-webview-window -> Denies the create_webview_window command without any pre-configured scope.", + "description": "fs:deny-webview-data-linux -> This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", "type": "string", - "enum": ["webview:deny-create-webview-window"] + "enum": ["fs:deny-webview-data-linux"] }, { - "description": "webview:deny-internal-toggle-devtools -> Denies the internal_toggle_devtools command without any pre-configured scope.", + "description": "fs:deny-webview-data-windows -> This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", "type": "string", - "enum": ["webview:deny-internal-toggle-devtools"] + "enum": ["fs:deny-webview-data-windows"] }, { - "description": "webview:deny-print -> Denies the print command without any pre-configured scope.", + "description": "fs:deny-write -> Denies the write command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-print"] + "enum": ["fs:deny-write"] }, { - "description": "webview:deny-reparent -> Denies the reparent command without any pre-configured scope.", + "description": "fs:deny-write-file -> Denies the write_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-reparent"] + "enum": ["fs:deny-write-file"] }, { - "description": "webview:deny-set-webview-focus -> Denies the set_webview_focus command without any pre-configured scope.", + "description": "fs:deny-write-text-file -> Denies the write_text_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-set-webview-focus"] + "enum": ["fs:deny-write-text-file"] }, { - "description": "webview:deny-set-webview-position -> Denies the set_webview_position command without any pre-configured scope.", + "description": "fs:read-all -> This enables all read related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-set-webview-position"] + "enum": ["fs:read-all"] }, { - "description": "webview:deny-set-webview-size -> Denies the set_webview_size command without any pre-configured scope.", + "description": "fs:read-app-specific-dirs-recursive -> This permission allows recursive read functionality on the application\nspecific base directories. \n", "type": "string", - "enum": ["webview:deny-set-webview-size"] + "enum": ["fs:read-app-specific-dirs-recursive"] }, { - "description": "webview:deny-set-webview-zoom -> Denies the set_webview_zoom command without any pre-configured scope.", + "description": "fs:read-dirs -> This enables directory read and file metadata related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-set-webview-zoom"] + "enum": ["fs:read-dirs"] }, { - "description": "webview:deny-webview-close -> Denies the webview_close command without any pre-configured scope.", + "description": "fs:read-files -> This enables file read related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-webview-close"] + "enum": ["fs:read-files"] }, { - "description": "webview:deny-webview-position -> Denies the webview_position command without any pre-configured scope.", + "description": "fs:read-meta -> This enables all index or metadata related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-webview-position"] + "enum": ["fs:read-meta"] }, { - "description": "webview:deny-webview-size -> Denies the webview_size command without any pre-configured scope.", + "description": "fs:scope -> An empty permission you can use to modify the global scope.", "type": "string", - "enum": ["webview:deny-webview-size"] + "enum": ["fs:scope"] }, { - "description": "window:default -> Default permissions for the plugin.", + "description": "fs:scope-app -> This scope permits access to all files and list content of top level directories in the `$APP`folder.", "type": "string", - "enum": ["window:default"] + "enum": ["fs:scope-app"] }, { - "description": "window:allow-available-monitors -> Enables the available_monitors command without any pre-configured scope.", + "description": "fs:scope-app-index -> This scope permits to list all files and folders in the `$APP`folder.", "type": "string", - "enum": ["window:allow-available-monitors"] + "enum": ["fs:scope-app-index"] }, { - "description": "window:allow-center -> Enables the center command without any pre-configured scope.", + "description": "fs:scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-center"] + "enum": ["fs:scope-app-recursive"] }, { - "description": "window:allow-close -> Enables the close command without any pre-configured scope.", + "description": "fs:scope-appcache -> This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.", "type": "string", - "enum": ["window:allow-close"] + "enum": ["fs:scope-appcache"] }, { - "description": "window:allow-create -> Enables the create command without any pre-configured scope.", + "description": "fs:scope-appcache-index -> This scope permits to list all files and folders in the `$APPCACHE`folder.", "type": "string", - "enum": ["window:allow-create"] + "enum": ["fs:scope-appcache-index"] }, { - "description": "window:allow-current-monitor -> Enables the current_monitor command without any pre-configured scope.", + "description": "fs:scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-current-monitor"] + "enum": ["fs:scope-appcache-recursive"] }, { - "description": "window:allow-cursor-position -> Enables the cursor_position command without any pre-configured scope.", + "description": "fs:scope-appconfig -> This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.", "type": "string", - "enum": ["window:allow-cursor-position"] + "enum": ["fs:scope-appconfig"] }, { - "description": "window:allow-destroy -> Enables the destroy command without any pre-configured scope.", + "description": "fs:scope-appconfig-index -> This scope permits to list all files and folders in the `$APPCONFIG`folder.", "type": "string", - "enum": ["window:allow-destroy"] + "enum": ["fs:scope-appconfig-index"] }, { - "description": "window:allow-hide -> Enables the hide command without any pre-configured scope.", + "description": "fs:scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-hide"] + "enum": ["fs:scope-appconfig-recursive"] }, { - "description": "window:allow-inner-position -> Enables the inner_position command without any pre-configured scope.", + "description": "fs:scope-appdata -> This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.", "type": "string", - "enum": ["window:allow-inner-position"] + "enum": ["fs:scope-appdata"] }, { - "description": "window:allow-inner-size -> Enables the inner_size command without any pre-configured scope.", + "description": "fs:scope-appdata-index -> This scope permits to list all files and folders in the `$APPDATA`folder.", "type": "string", - "enum": ["window:allow-inner-size"] + "enum": ["fs:scope-appdata-index"] }, { - "description": "window:allow-internal-toggle-maximize -> Enables the internal_toggle_maximize command without any pre-configured scope.", + "description": "fs:scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-internal-toggle-maximize"] + "enum": ["fs:scope-appdata-recursive"] }, { - "description": "window:allow-is-closable -> Enables the is_closable command without any pre-configured scope.", + "description": "fs:scope-applocaldata -> This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.", "type": "string", - "enum": ["window:allow-is-closable"] + "enum": ["fs:scope-applocaldata"] }, { - "description": "window:allow-is-decorated -> Enables the is_decorated command without any pre-configured scope.", + "description": "fs:scope-applocaldata-index -> This scope permits to list all files and folders in the `$APPLOCALDATA`folder.", "type": "string", - "enum": ["window:allow-is-decorated"] + "enum": ["fs:scope-applocaldata-index"] }, { - "description": "window:allow-is-focused -> Enables the is_focused command without any pre-configured scope.", + "description": "fs:scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-is-focused"] + "enum": ["fs:scope-applocaldata-recursive"] }, { - "description": "window:allow-is-fullscreen -> Enables the is_fullscreen command without any pre-configured scope.", + "description": "fs:scope-applog -> This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.", "type": "string", - "enum": ["window:allow-is-fullscreen"] + "enum": ["fs:scope-applog"] }, { - "description": "window:allow-is-maximizable -> Enables the is_maximizable command without any pre-configured scope.", + "description": "fs:scope-applog-index -> This scope permits to list all files and folders in the `$APPLOG`folder.", "type": "string", - "enum": ["window:allow-is-maximizable"] + "enum": ["fs:scope-applog-index"] }, { - "description": "window:allow-is-maximized -> Enables the is_maximized command without any pre-configured scope.", + "description": "fs:scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-is-maximized"] + "enum": ["fs:scope-applog-recursive"] }, { - "description": "window:allow-is-minimizable -> Enables the is_minimizable command without any pre-configured scope.", + "description": "fs:scope-audio -> This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.", "type": "string", - "enum": ["window:allow-is-minimizable"] + "enum": ["fs:scope-audio"] }, { - "description": "window:allow-is-minimized -> Enables the is_minimized command without any pre-configured scope.", + "description": "fs:scope-audio-index -> This scope permits to list all files and folders in the `$AUDIO`folder.", "type": "string", - "enum": ["window:allow-is-minimized"] + "enum": ["fs:scope-audio-index"] }, { - "description": "window:allow-is-resizable -> Enables the is_resizable command without any pre-configured scope.", + "description": "fs:scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-is-resizable"] + "enum": ["fs:scope-audio-recursive"] }, { - "description": "window:allow-is-visible -> Enables the is_visible command without any pre-configured scope.", + "description": "fs:scope-cache -> This scope permits access to all files and list content of top level directories in the `$CACHE`folder.", "type": "string", - "enum": ["window:allow-is-visible"] + "enum": ["fs:scope-cache"] }, { - "description": "window:allow-maximize -> Enables the maximize command without any pre-configured scope.", + "description": "fs:scope-cache-index -> This scope permits to list all files and folders in the `$CACHE`folder.", "type": "string", - "enum": ["window:allow-maximize"] + "enum": ["fs:scope-cache-index"] }, { - "description": "window:allow-minimize -> Enables the minimize command without any pre-configured scope.", + "description": "fs:scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-minimize"] + "enum": ["fs:scope-cache-recursive"] }, { - "description": "window:allow-monitor-from-point -> Enables the monitor_from_point command without any pre-configured scope.", + "description": "fs:scope-config -> This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.", "type": "string", - "enum": ["window:allow-monitor-from-point"] + "enum": ["fs:scope-config"] }, { - "description": "window:allow-outer-position -> Enables the outer_position command without any pre-configured scope.", + "description": "fs:scope-config-index -> This scope permits to list all files and folders in the `$CONFIG`folder.", "type": "string", - "enum": ["window:allow-outer-position"] + "enum": ["fs:scope-config-index"] }, { - "description": "window:allow-outer-size -> Enables the outer_size command without any pre-configured scope.", + "description": "fs:scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-outer-size"] + "enum": ["fs:scope-config-recursive"] }, { - "description": "window:allow-primary-monitor -> Enables the primary_monitor command without any pre-configured scope.", + "description": "fs:scope-data -> This scope permits access to all files and list content of top level directories in the `$DATA`folder.", "type": "string", - "enum": ["window:allow-primary-monitor"] + "enum": ["fs:scope-data"] }, { - "description": "window:allow-request-user-attention -> Enables the request_user_attention command without any pre-configured scope.", + "description": "fs:scope-data-index -> This scope permits to list all files and folders in the `$DATA`folder.", "type": "string", - "enum": ["window:allow-request-user-attention"] + "enum": ["fs:scope-data-index"] }, { - "description": "window:allow-scale-factor -> Enables the scale_factor command without any pre-configured scope.", + "description": "fs:scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-scale-factor"] + "enum": ["fs:scope-data-recursive"] }, { - "description": "window:allow-set-always-on-bottom -> Enables the set_always_on_bottom command without any pre-configured scope.", + "description": "fs:scope-desktop -> This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.", "type": "string", - "enum": ["window:allow-set-always-on-bottom"] + "enum": ["fs:scope-desktop"] }, { - "description": "window:allow-set-always-on-top -> Enables the set_always_on_top command without any pre-configured scope.", + "description": "fs:scope-desktop-index -> This scope permits to list all files and folders in the `$DESKTOP`folder.", "type": "string", - "enum": ["window:allow-set-always-on-top"] + "enum": ["fs:scope-desktop-index"] }, { - "description": "window:allow-set-closable -> Enables the set_closable command without any pre-configured scope.", + "description": "fs:scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-closable"] + "enum": ["fs:scope-desktop-recursive"] }, { - "description": "window:allow-set-content-protected -> Enables the set_content_protected command without any pre-configured scope.", + "description": "fs:scope-document -> This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.", "type": "string", - "enum": ["window:allow-set-content-protected"] + "enum": ["fs:scope-document"] }, { - "description": "window:allow-set-cursor-grab -> Enables the set_cursor_grab command without any pre-configured scope.", + "description": "fs:scope-document-index -> This scope permits to list all files and folders in the `$DOCUMENT`folder.", "type": "string", - "enum": ["window:allow-set-cursor-grab"] + "enum": ["fs:scope-document-index"] }, { - "description": "window:allow-set-cursor-icon -> Enables the set_cursor_icon command without any pre-configured scope.", + "description": "fs:scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-cursor-icon"] + "enum": ["fs:scope-document-recursive"] }, { - "description": "window:allow-set-cursor-position -> Enables the set_cursor_position command without any pre-configured scope.", + "description": "fs:scope-download -> This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.", "type": "string", - "enum": ["window:allow-set-cursor-position"] + "enum": ["fs:scope-download"] }, { - "description": "window:allow-set-cursor-visible -> Enables the set_cursor_visible command without any pre-configured scope.", + "description": "fs:scope-download-index -> This scope permits to list all files and folders in the `$DOWNLOAD`folder.", "type": "string", - "enum": ["window:allow-set-cursor-visible"] + "enum": ["fs:scope-download-index"] }, { - "description": "window:allow-set-decorations -> Enables the set_decorations command without any pre-configured scope.", + "description": "fs:scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-decorations"] + "enum": ["fs:scope-download-recursive"] }, { - "description": "window:allow-set-effects -> Enables the set_effects command without any pre-configured scope.", + "description": "fs:scope-exe -> This scope permits access to all files and list content of top level directories in the `$EXE`folder.", "type": "string", - "enum": ["window:allow-set-effects"] + "enum": ["fs:scope-exe"] }, { - "description": "window:allow-set-focus -> Enables the set_focus command without any pre-configured scope.", + "description": "fs:scope-exe-index -> This scope permits to list all files and folders in the `$EXE`folder.", "type": "string", - "enum": ["window:allow-set-focus"] + "enum": ["fs:scope-exe-index"] }, { - "description": "window:allow-set-fullscreen -> Enables the set_fullscreen command without any pre-configured scope.", + "description": "fs:scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-fullscreen"] + "enum": ["fs:scope-exe-recursive"] }, { - "description": "window:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", + "description": "fs:scope-font -> This scope permits access to all files and list content of top level directories in the `$FONT`folder.", "type": "string", - "enum": ["window:allow-set-icon"] + "enum": ["fs:scope-font"] }, { - "description": "window:allow-set-ignore-cursor-events -> Enables the set_ignore_cursor_events command without any pre-configured scope.", + "description": "fs:scope-font-index -> This scope permits to list all files and folders in the `$FONT`folder.", "type": "string", - "enum": ["window:allow-set-ignore-cursor-events"] + "enum": ["fs:scope-font-index"] }, { - "description": "window:allow-set-max-size -> Enables the set_max_size command without any pre-configured scope.", + "description": "fs:scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-max-size"] + "enum": ["fs:scope-font-recursive"] }, { - "description": "window:allow-set-maximizable -> Enables the set_maximizable command without any pre-configured scope.", + "description": "fs:scope-home -> This scope permits access to all files and list content of top level directories in the `$HOME`folder.", "type": "string", - "enum": ["window:allow-set-maximizable"] + "enum": ["fs:scope-home"] }, { - "description": "window:allow-set-min-size -> Enables the set_min_size command without any pre-configured scope.", + "description": "fs:scope-home-index -> This scope permits to list all files and folders in the `$HOME`folder.", "type": "string", - "enum": ["window:allow-set-min-size"] + "enum": ["fs:scope-home-index"] }, { - "description": "window:allow-set-minimizable -> Enables the set_minimizable command without any pre-configured scope.", + "description": "fs:scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-minimizable"] + "enum": ["fs:scope-home-recursive"] }, { - "description": "window:allow-set-position -> Enables the set_position command without any pre-configured scope.", + "description": "fs:scope-localdata -> This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.", "type": "string", - "enum": ["window:allow-set-position"] + "enum": ["fs:scope-localdata"] }, { - "description": "window:allow-set-progress-bar -> Enables the set_progress_bar command without any pre-configured scope.", + "description": "fs:scope-localdata-index -> This scope permits to list all files and folders in the `$LOCALDATA`folder.", "type": "string", - "enum": ["window:allow-set-progress-bar"] + "enum": ["fs:scope-localdata-index"] }, { - "description": "window:allow-set-resizable -> Enables the set_resizable command without any pre-configured scope.", + "description": "fs:scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-resizable"] + "enum": ["fs:scope-localdata-recursive"] }, { - "description": "window:allow-set-shadow -> Enables the set_shadow command without any pre-configured scope.", + "description": "fs:scope-log -> This scope permits access to all files and list content of top level directories in the `$LOG`folder.", "type": "string", - "enum": ["window:allow-set-shadow"] + "enum": ["fs:scope-log"] }, { - "description": "window:allow-set-size -> Enables the set_size command without any pre-configured scope.", + "description": "fs:scope-log-index -> This scope permits to list all files and folders in the `$LOG`folder.", "type": "string", - "enum": ["window:allow-set-size"] + "enum": ["fs:scope-log-index"] }, { - "description": "window:allow-set-size-constraints -> Enables the set_size_constraints command without any pre-configured scope.", + "description": "fs:scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-size-constraints"] + "enum": ["fs:scope-log-recursive"] }, { - "description": "window:allow-set-skip-taskbar -> Enables the set_skip_taskbar command without any pre-configured scope.", + "description": "fs:scope-picture -> This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.", "type": "string", - "enum": ["window:allow-set-skip-taskbar"] + "enum": ["fs:scope-picture"] }, { - "description": "window:allow-set-title -> Enables the set_title command without any pre-configured scope.", + "description": "fs:scope-picture-index -> This scope permits to list all files and folders in the `$PICTURE`folder.", "type": "string", - "enum": ["window:allow-set-title"] + "enum": ["fs:scope-picture-index"] }, { - "description": "window:allow-set-title-bar-style -> Enables the set_title_bar_style command without any pre-configured scope.", + "description": "fs:scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-title-bar-style"] + "enum": ["fs:scope-picture-recursive"] }, { - "description": "window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.", + "description": "fs:scope-public -> This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.", "type": "string", - "enum": ["window:allow-set-visible-on-all-workspaces"] + "enum": ["fs:scope-public"] }, { - "description": "window:allow-show -> Enables the show command without any pre-configured scope.", + "description": "fs:scope-public-index -> This scope permits to list all files and folders in the `$PUBLIC`folder.", "type": "string", - "enum": ["window:allow-show"] + "enum": ["fs:scope-public-index"] }, { - "description": "window:allow-start-dragging -> Enables the start_dragging command without any pre-configured scope.", + "description": "fs:scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-start-dragging"] + "enum": ["fs:scope-public-recursive"] }, { - "description": "window:allow-start-resize-dragging -> Enables the start_resize_dragging command without any pre-configured scope.", + "description": "fs:scope-resource -> This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.", "type": "string", - "enum": ["window:allow-start-resize-dragging"] + "enum": ["fs:scope-resource"] }, { - "description": "window:allow-theme -> Enables the theme command without any pre-configured scope.", + "description": "fs:scope-resource-index -> This scope permits to list all files and folders in the `$RESOURCE`folder.", "type": "string", - "enum": ["window:allow-theme"] + "enum": ["fs:scope-resource-index"] }, { - "description": "window:allow-title -> Enables the title command without any pre-configured scope.", + "description": "fs:scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-title"] + "enum": ["fs:scope-resource-recursive"] }, { - "description": "window:allow-toggle-maximize -> Enables the toggle_maximize command without any pre-configured scope.", + "description": "fs:scope-runtime -> This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.", "type": "string", - "enum": ["window:allow-toggle-maximize"] + "enum": ["fs:scope-runtime"] }, { - "description": "window:allow-unmaximize -> Enables the unmaximize command without any pre-configured scope.", + "description": "fs:scope-runtime-index -> This scope permits to list all files and folders in the `$RUNTIME`folder.", "type": "string", - "enum": ["window:allow-unmaximize"] + "enum": ["fs:scope-runtime-index"] }, { - "description": "window:allow-unminimize -> Enables the unminimize command without any pre-configured scope.", + "description": "fs:scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-unminimize"] + "enum": ["fs:scope-runtime-recursive"] }, { - "description": "window:deny-available-monitors -> Denies the available_monitors command without any pre-configured scope.", + "description": "fs:scope-temp -> This scope permits access to all files and list content of top level directories in the `$TEMP`folder.", "type": "string", - "enum": ["window:deny-available-monitors"] + "enum": ["fs:scope-temp"] }, { - "description": "window:deny-center -> Denies the center command without any pre-configured scope.", + "description": "fs:scope-temp-index -> This scope permits to list all files and folders in the `$TEMP`folder.", "type": "string", - "enum": ["window:deny-center"] + "enum": ["fs:scope-temp-index"] }, { - "description": "window:deny-close -> Denies the close command without any pre-configured scope.", + "description": "fs:scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", "type": "string", - "enum": ["window:deny-close"] + "enum": ["fs:scope-temp-recursive"] }, { - "description": "window:deny-create -> Denies the create command without any pre-configured scope.", + "description": "fs:scope-template -> This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.", "type": "string", - "enum": ["window:deny-create"] + "enum": ["fs:scope-template"] }, { - "description": "window:deny-current-monitor -> Denies the current_monitor command without any pre-configured scope.", + "description": "fs:scope-template-index -> This scope permits to list all files and folders in the `$TEMPLATE`folder.", "type": "string", - "enum": ["window:deny-current-monitor"] + "enum": ["fs:scope-template-index"] }, { - "description": "window:deny-cursor-position -> Denies the cursor_position command without any pre-configured scope.", + "description": "fs:scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", "type": "string", - "enum": ["window:deny-cursor-position"] + "enum": ["fs:scope-template-recursive"] }, { - "description": "window:deny-destroy -> Denies the destroy command without any pre-configured scope.", + "description": "fs:scope-video -> This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.", "type": "string", - "enum": ["window:deny-destroy"] + "enum": ["fs:scope-video"] }, { - "description": "window:deny-hide -> Denies the hide command without any pre-configured scope.", + "description": "fs:scope-video-index -> This scope permits to list all files and folders in the `$VIDEO`folder.", "type": "string", - "enum": ["window:deny-hide"] + "enum": ["fs:scope-video-index"] }, { - "description": "window:deny-inner-position -> Denies the inner_position command without any pre-configured scope.", + "description": "fs:scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", "type": "string", - "enum": ["window:deny-inner-position"] + "enum": ["fs:scope-video-recursive"] }, { - "description": "window:deny-inner-size -> Denies the inner_size command without any pre-configured scope.", + "description": "fs:write-all -> This enables all write related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["window:deny-inner-size"] + "enum": ["fs:write-all"] }, { - "description": "window:deny-internal-toggle-maximize -> Denies the internal_toggle_maximize command without any pre-configured scope.", + "description": "fs:write-files -> This enables all file write related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["window:deny-internal-toggle-maximize"] + "enum": ["fs:write-files"] }, { - "description": "window:deny-is-closable -> Denies the is_closable command without any pre-configured scope.", + "description": "http:default -> This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n", "type": "string", - "enum": ["window:deny-is-closable"] + "enum": ["http:default"] }, { - "description": "window:deny-is-decorated -> Denies the is_decorated command without any pre-configured scope.", + "description": "http:allow-fetch -> Enables the fetch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-decorated"] + "enum": ["http:allow-fetch"] }, { - "description": "window:deny-is-focused -> Denies the is_focused command without any pre-configured scope.", + "description": "http:allow-fetch-cancel -> Enables the fetch_cancel command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-focused"] + "enum": ["http:allow-fetch-cancel"] }, { - "description": "window:deny-is-fullscreen -> Denies the is_fullscreen command without any pre-configured scope.", + "description": "http:allow-fetch-read-body -> Enables the fetch_read_body command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-fullscreen"] + "enum": ["http:allow-fetch-read-body"] }, { - "description": "window:deny-is-maximizable -> Denies the is_maximizable command without any pre-configured scope.", + "description": "http:allow-fetch-send -> Enables the fetch_send command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-maximizable"] + "enum": ["http:allow-fetch-send"] }, { - "description": "window:deny-is-maximized -> Denies the is_maximized command without any pre-configured scope.", + "description": "http:deny-fetch -> Denies the fetch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-maximized"] + "enum": ["http:deny-fetch"] }, { - "description": "window:deny-is-minimizable -> Denies the is_minimizable command without any pre-configured scope.", + "description": "http:deny-fetch-cancel -> Denies the fetch_cancel command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-minimizable"] + "enum": ["http:deny-fetch-cancel"] }, { - "description": "window:deny-is-minimized -> Denies the is_minimized command without any pre-configured scope.", + "description": "http:deny-fetch-read-body -> Denies the fetch_read_body command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-minimized"] + "enum": ["http:deny-fetch-read-body"] }, { - "description": "window:deny-is-resizable -> Denies the is_resizable command without any pre-configured scope.", + "description": "http:deny-fetch-send -> Denies the fetch_send command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-resizable"] + "enum": ["http:deny-fetch-send"] }, { - "description": "window:deny-is-visible -> Denies the is_visible command without any pre-configured scope.", + "description": "log:default -> Allows the log command", "type": "string", - "enum": ["window:deny-is-visible"] + "enum": ["log:default"] }, { - "description": "window:deny-maximize -> Denies the maximize command without any pre-configured scope.", + "description": "log:allow-log -> Enables the log command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-maximize"] + "enum": ["log:allow-log"] }, { - "description": "window:deny-minimize -> Denies the minimize command without any pre-configured scope.", + "description": "log:deny-log -> Denies the log command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-minimize"] + "enum": ["log:deny-log"] }, { - "description": "window:deny-monitor-from-point -> Denies the monitor_from_point command without any pre-configured scope.", + "description": "os:default -> This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n", "type": "string", - "enum": ["window:deny-monitor-from-point"] + "enum": ["os:default"] }, { - "description": "window:deny-outer-position -> Denies the outer_position command without any pre-configured scope.", + "description": "os:allow-arch -> Enables the arch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-outer-position"] + "enum": ["os:allow-arch"] }, { - "description": "window:deny-outer-size -> Denies the outer_size command without any pre-configured scope.", + "description": "os:allow-exe-extension -> Enables the exe_extension command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-outer-size"] + "enum": ["os:allow-exe-extension"] }, { - "description": "window:deny-primary-monitor -> Denies the primary_monitor command without any pre-configured scope.", + "description": "os:allow-family -> Enables the family command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-primary-monitor"] + "enum": ["os:allow-family"] }, { - "description": "window:deny-request-user-attention -> Denies the request_user_attention command without any pre-configured scope.", + "description": "os:allow-hostname -> Enables the hostname command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-request-user-attention"] + "enum": ["os:allow-hostname"] }, { - "description": "window:deny-scale-factor -> Denies the scale_factor command without any pre-configured scope.", + "description": "os:allow-locale -> Enables the locale command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-scale-factor"] + "enum": ["os:allow-locale"] }, { - "description": "window:deny-set-always-on-bottom -> Denies the set_always_on_bottom command without any pre-configured scope.", + "description": "os:allow-os-type -> Enables the os_type command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-always-on-bottom"] + "enum": ["os:allow-os-type"] }, { - "description": "window:deny-set-always-on-top -> Denies the set_always_on_top command without any pre-configured scope.", + "description": "os:allow-platform -> Enables the platform command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-always-on-top"] + "enum": ["os:allow-platform"] }, { - "description": "window:deny-set-closable -> Denies the set_closable command without any pre-configured scope.", + "description": "os:allow-version -> Enables the version command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-closable"] + "enum": ["os:allow-version"] }, { - "description": "window:deny-set-content-protected -> Denies the set_content_protected command without any pre-configured scope.", + "description": "os:deny-arch -> Denies the arch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-content-protected"] + "enum": ["os:deny-arch"] }, { - "description": "window:deny-set-cursor-grab -> Denies the set_cursor_grab command without any pre-configured scope.", + "description": "os:deny-exe-extension -> Denies the exe_extension command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-grab"] + "enum": ["os:deny-exe-extension"] }, { - "description": "window:deny-set-cursor-icon -> Denies the set_cursor_icon command without any pre-configured scope.", + "description": "os:deny-family -> Denies the family command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-icon"] + "enum": ["os:deny-family"] }, { - "description": "window:deny-set-cursor-position -> Denies the set_cursor_position command without any pre-configured scope.", + "description": "os:deny-hostname -> Denies the hostname command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-position"] + "enum": ["os:deny-hostname"] }, { - "description": "window:deny-set-cursor-visible -> Denies the set_cursor_visible command without any pre-configured scope.", + "description": "os:deny-locale -> Denies the locale command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-visible"] + "enum": ["os:deny-locale"] }, { - "description": "window:deny-set-decorations -> Denies the set_decorations command without any pre-configured scope.", + "description": "os:deny-os-type -> Denies the os_type command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-decorations"] + "enum": ["os:deny-os-type"] }, { - "description": "window:deny-set-effects -> Denies the set_effects command without any pre-configured scope.", + "description": "os:deny-platform -> Denies the platform command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-effects"] + "enum": ["os:deny-platform"] }, { - "description": "window:deny-set-focus -> Denies the set_focus command without any pre-configured scope.", + "description": "os:deny-version -> Denies the version command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-focus"] + "enum": ["os:deny-version"] }, { - "description": "window:deny-set-fullscreen -> Denies the set_fullscreen command without any pre-configured scope.", + "description": "process:default -> This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n", "type": "string", - "enum": ["window:deny-set-fullscreen"] + "enum": ["process:default"] }, { - "description": "window:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", + "description": "process:allow-exit -> Enables the exit command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-icon"] + "enum": ["process:allow-exit"] }, { - "description": "window:deny-set-ignore-cursor-events -> Denies the set_ignore_cursor_events command without any pre-configured scope.", + "description": "process:allow-restart -> Enables the restart command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-ignore-cursor-events"] + "enum": ["process:allow-restart"] }, { - "description": "window:deny-set-max-size -> Denies the set_max_size command without any pre-configured scope.", + "description": "process:deny-exit -> Denies the exit command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-max-size"] + "enum": ["process:deny-exit"] }, { - "description": "window:deny-set-maximizable -> Denies the set_maximizable command without any pre-configured scope.", + "description": "process:deny-restart -> Denies the restart command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-maximizable"] + "enum": ["process:deny-restart"] }, { - "description": "window:deny-set-min-size -> Denies the set_min_size command without any pre-configured scope.", + "description": "shell:default -> This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n", "type": "string", - "enum": ["window:deny-set-min-size"] + "enum": ["shell:default"] }, { - "description": "window:deny-set-minimizable -> Denies the set_minimizable command without any pre-configured scope.", + "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-minimizable"] + "enum": ["shell:allow-execute"] }, { - "description": "window:deny-set-position -> Denies the set_position command without any pre-configured scope.", + "description": "shell:allow-kill -> Enables the kill command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-position"] + "enum": ["shell:allow-kill"] }, { - "description": "window:deny-set-progress-bar -> Denies the set_progress_bar command without any pre-configured scope.", + "description": "shell:allow-open -> Enables the open command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-progress-bar"] + "enum": ["shell:allow-open"] }, { - "description": "window:deny-set-resizable -> Denies the set_resizable command without any pre-configured scope.", + "description": "shell:allow-spawn -> Enables the spawn command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-resizable"] + "enum": ["shell:allow-spawn"] }, { - "description": "window:deny-set-shadow -> Denies the set_shadow command without any pre-configured scope.", + "description": "shell:allow-stdin-write -> Enables the stdin_write command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-shadow"] + "enum": ["shell:allow-stdin-write"] }, { - "description": "window:deny-set-size -> Denies the set_size command without any pre-configured scope.", + "description": "shell:deny-execute -> Denies the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-size"] + "enum": ["shell:deny-execute"] }, { - "description": "window:deny-set-size-constraints -> Denies the set_size_constraints command without any pre-configured scope.", + "description": "shell:deny-kill -> Denies the kill command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-size-constraints"] + "enum": ["shell:deny-kill"] }, { - "description": "window:deny-set-skip-taskbar -> Denies the set_skip_taskbar command without any pre-configured scope.", + "description": "shell:deny-open -> Denies the open command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-skip-taskbar"] + "enum": ["shell:deny-open"] }, { - "description": "window:deny-set-title -> Denies the set_title command without any pre-configured scope.", + "description": "shell:deny-spawn -> Denies the spawn command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-title"] + "enum": ["shell:deny-spawn"] }, { - "description": "window:deny-set-title-bar-style -> Denies the set_title_bar_style command without any pre-configured scope.", + "description": "shell:deny-stdin-write -> Denies the stdin_write command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-title-bar-style"] + "enum": ["shell:deny-stdin-write"] }, { - "description": "window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.", + "description": "sql:default -> # Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n", "type": "string", - "enum": ["window:deny-set-visible-on-all-workspaces"] + "enum": ["sql:default"] }, { - "description": "window:deny-show -> Denies the show command without any pre-configured scope.", + "description": "sql:allow-close -> Enables the close command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-show"] + "enum": ["sql:allow-close"] }, { - "description": "window:deny-start-dragging -> Denies the start_dragging command without any pre-configured scope.", + "description": "sql:allow-execute -> Enables the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-start-dragging"] + "enum": ["sql:allow-execute"] }, { - "description": "window:deny-start-resize-dragging -> Denies the start_resize_dragging command without any pre-configured scope.", + "description": "sql:allow-load -> Enables the load command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-start-resize-dragging"] + "enum": ["sql:allow-load"] }, { - "description": "window:deny-theme -> Denies the theme command without any pre-configured scope.", + "description": "sql:allow-select -> Enables the select command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-theme"] + "enum": ["sql:allow-select"] }, { - "description": "window:deny-title -> Denies the title command without any pre-configured scope.", + "description": "sql:deny-close -> Denies the close command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-title"] + "enum": ["sql:deny-close"] }, { - "description": "window:deny-toggle-maximize -> Denies the toggle_maximize command without any pre-configured scope.", + "description": "sql:deny-execute -> Denies the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-toggle-maximize"] + "enum": ["sql:deny-execute"] }, { - "description": "window:deny-unmaximize -> Denies the unmaximize command without any pre-configured scope.", + "description": "sql:deny-load -> Denies the load command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-unmaximize"] + "enum": ["sql:deny-load"] }, { - "description": "window:deny-unminimize -> Denies the unminimize command without any pre-configured scope.", + "description": "sql:deny-select -> Denies the select command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-unminimize"] + "enum": ["sql:deny-select"] } ] }, diff --git a/src-tauri/gen/schemas/windows-schema.json b/src-tauri/gen/schemas/windows-schema.json index 1ec6f683..7a13dadc 100644 --- a/src-tauri/gen/schemas/windows-schema.json +++ b/src-tauri/gen/schemas/windows-schema.json @@ -35,7 +35,7 @@ ], "definitions": { "Capability": { - "description": "A grouping and boundary mechanism developers can use to isolate access to the IPC layer.\n\nIt controls application windows fine grained access to the Tauri core, application, or plugin commands. If a window is not matching any capability then it has no access to the IPC layer at all.\n\nThis can be done to create groups of windows, based on their required system access, which can reduce impact of frontend vulnerabilities in less privileged windows. Windows can be added to a capability by exact name (e.g. `main-window`) or glob patterns like `*` or `admin-*`. A Window can have none, one, or multiple associated capabilities.\n\n## Example\n\n```json { \"identifier\": \"main-user-files-write\", \"description\": \"This capability allows the `main` window on macOS and Windows access to `filesystem` write related commands and `dialog` commands to enable programatic access to files selected by the user.\", \"windows\": [ \"main\" ], \"permissions\": [ \"path:default\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] }, \"platforms\": [\"macOS\",\"windows\"] } ```", + "description": "A grouping and boundary mechanism developers can use to isolate access to the IPC layer.\n\nIt controls application windows fine grained access to the Tauri core, application, or plugin commands. If a window is not matching any capability then it has no access to the IPC layer at all.\n\nThis can be done to create groups of windows, based on their required system access, which can reduce impact of frontend vulnerabilities in less privileged windows. Windows can be added to a capability by exact name (e.g. `main-window`) or glob patterns like `*` or `admin-*`. A Window can have none, one, or multiple associated capabilities.\n\n## Example\n\n```json { \"identifier\": \"main-user-files-write\", \"description\": \"This capability allows the `main` window on macOS and Windows access to `filesystem` write related commands and `dialog` commands to enable programatic access to files selected by the user.\", \"windows\": [ \"main\" ], \"permissions\": [ \"core:default\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] }, \"platforms\": [\"macOS\",\"windows\"] } ```", "type": "object", "required": ["identifier", "permissions"], "properties": { @@ -79,7 +79,7 @@ } }, "permissions": { - "description": "List of permissions attached to this capability.\n\nMust include the plugin name as prefix in the form of `${plugin-name}:${permission-name}`. For commands directly implemented in the application itself only `${permission-name}` is required.\n\n## Example\n\n```json [ \"path:default\", \"event:default\", \"window:default\", \"app:default\", \"image:default\", \"resources:default\", \"menu:default\", \"tray:default\", \"shell:allow-open\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] } ```", + "description": "List of permissions attached to this capability.\n\nMust include the plugin name as prefix in the form of `${plugin-name}:${permission-name}`. For commands directly implemented in the application itself only `${permission-name}` is required.\n\n## Example\n\n```json [ \"core:default\", \"shell:allow-open\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] } ```", "type": "array", "items": { "$ref": "#/definitions/PermissionEntry" @@ -1839,3189 +1839,3189 @@ "Identifier": { "oneOf": [ { - "description": "app:default -> Default permissions for the plugin.", + "description": "core:app:default -> Default permissions for the plugin.", "type": "string", - "enum": ["app:default"] + "enum": ["core:app:default"] }, { - "description": "app:allow-app-hide -> Enables the app_hide command without any pre-configured scope.", + "description": "core:app:allow-app-hide -> Enables the app_hide command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-app-hide"] + "enum": ["core:app:allow-app-hide"] }, { - "description": "app:allow-app-show -> Enables the app_show command without any pre-configured scope.", + "description": "core:app:allow-app-show -> Enables the app_show command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-app-show"] + "enum": ["core:app:allow-app-show"] }, { - "description": "app:allow-default-window-icon -> Enables the default_window_icon command without any pre-configured scope.", + "description": "core:app:allow-default-window-icon -> Enables the default_window_icon command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-default-window-icon"] + "enum": ["core:app:allow-default-window-icon"] }, { - "description": "app:allow-name -> Enables the name command without any pre-configured scope.", + "description": "core:app:allow-name -> Enables the name command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-name"] + "enum": ["core:app:allow-name"] }, { - "description": "app:allow-tauri-version -> Enables the tauri_version command without any pre-configured scope.", + "description": "core:app:allow-tauri-version -> Enables the tauri_version command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-tauri-version"] + "enum": ["core:app:allow-tauri-version"] }, { - "description": "app:allow-version -> Enables the version command without any pre-configured scope.", + "description": "core:app:allow-version -> Enables the version command without any pre-configured scope.", "type": "string", - "enum": ["app:allow-version"] + "enum": ["core:app:allow-version"] }, { - "description": "app:deny-app-hide -> Denies the app_hide command without any pre-configured scope.", + "description": "core:app:deny-app-hide -> Denies the app_hide command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-app-hide"] + "enum": ["core:app:deny-app-hide"] }, { - "description": "app:deny-app-show -> Denies the app_show command without any pre-configured scope.", + "description": "core:app:deny-app-show -> Denies the app_show command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-app-show"] + "enum": ["core:app:deny-app-show"] }, { - "description": "app:deny-default-window-icon -> Denies the default_window_icon command without any pre-configured scope.", + "description": "core:app:deny-default-window-icon -> Denies the default_window_icon command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-default-window-icon"] + "enum": ["core:app:deny-default-window-icon"] }, { - "description": "app:deny-name -> Denies the name command without any pre-configured scope.", + "description": "core:app:deny-name -> Denies the name command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-name"] + "enum": ["core:app:deny-name"] }, { - "description": "app:deny-tauri-version -> Denies the tauri_version command without any pre-configured scope.", + "description": "core:app:deny-tauri-version -> Denies the tauri_version command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-tauri-version"] + "enum": ["core:app:deny-tauri-version"] }, { - "description": "app:deny-version -> Denies the version command without any pre-configured scope.", + "description": "core:app:deny-version -> Denies the version command without any pre-configured scope.", "type": "string", - "enum": ["app:deny-version"] + "enum": ["core:app:deny-version"] }, { - "description": "deep-link:default -> Allows reading the opened deep link via the get_current command", + "description": "core:event:default -> Default permissions for the plugin.", "type": "string", - "enum": ["deep-link:default"] + "enum": ["core:event:default"] }, { - "description": "deep-link:allow-get-current -> Enables the get_current command without any pre-configured scope.", + "description": "core:event:allow-emit -> Enables the emit command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-get-current"] + "enum": ["core:event:allow-emit"] }, { - "description": "deep-link:allow-is-registered -> Enables the is_registered command without any pre-configured scope.", + "description": "core:event:allow-emit-to -> Enables the emit_to command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-is-registered"] + "enum": ["core:event:allow-emit-to"] }, { - "description": "deep-link:allow-register -> Enables the register command without any pre-configured scope.", + "description": "core:event:allow-listen -> Enables the listen command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-register"] + "enum": ["core:event:allow-listen"] }, { - "description": "deep-link:allow-unregister -> Enables the unregister command without any pre-configured scope.", + "description": "core:event:allow-unlisten -> Enables the unlisten command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:allow-unregister"] + "enum": ["core:event:allow-unlisten"] }, { - "description": "deep-link:deny-get-current -> Denies the get_current command without any pre-configured scope.", + "description": "core:event:deny-emit -> Denies the emit command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-get-current"] + "enum": ["core:event:deny-emit"] }, { - "description": "deep-link:deny-is-registered -> Denies the is_registered command without any pre-configured scope.", + "description": "core:event:deny-emit-to -> Denies the emit_to command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-is-registered"] + "enum": ["core:event:deny-emit-to"] }, { - "description": "deep-link:deny-register -> Denies the register command without any pre-configured scope.", + "description": "core:event:deny-listen -> Denies the listen command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-register"] + "enum": ["core:event:deny-listen"] }, { - "description": "deep-link:deny-unregister -> Denies the unregister command without any pre-configured scope.", + "description": "core:event:deny-unlisten -> Denies the unlisten command without any pre-configured scope.", "type": "string", - "enum": ["deep-link:deny-unregister"] + "enum": ["core:event:deny-unlisten"] }, { - "description": "dialog:default -> This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n", + "description": "core:image:default -> Default permissions for the plugin.", "type": "string", - "enum": ["dialog:default"] + "enum": ["core:image:default"] }, { - "description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.", + "description": "core:image:allow-from-bytes -> Enables the from_bytes command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-ask"] + "enum": ["core:image:allow-from-bytes"] }, { - "description": "dialog:allow-confirm -> Enables the confirm command without any pre-configured scope.", + "description": "core:image:allow-from-path -> Enables the from_path command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-confirm"] + "enum": ["core:image:allow-from-path"] }, { - "description": "dialog:allow-message -> Enables the message command without any pre-configured scope.", + "description": "core:image:allow-new -> Enables the new command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-message"] + "enum": ["core:image:allow-new"] }, { - "description": "dialog:allow-open -> Enables the open command without any pre-configured scope.", + "description": "core:image:allow-rgba -> Enables the rgba command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-open"] + "enum": ["core:image:allow-rgba"] }, { - "description": "dialog:allow-save -> Enables the save command without any pre-configured scope.", + "description": "core:image:allow-size -> Enables the size command without any pre-configured scope.", "type": "string", - "enum": ["dialog:allow-save"] + "enum": ["core:image:allow-size"] }, { - "description": "dialog:deny-ask -> Denies the ask command without any pre-configured scope.", + "description": "core:image:deny-from-bytes -> Denies the from_bytes command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-ask"] + "enum": ["core:image:deny-from-bytes"] }, { - "description": "dialog:deny-confirm -> Denies the confirm command without any pre-configured scope.", + "description": "core:image:deny-from-path -> Denies the from_path command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-confirm"] + "enum": ["core:image:deny-from-path"] }, { - "description": "dialog:deny-message -> Denies the message command without any pre-configured scope.", + "description": "core:image:deny-new -> Denies the new command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-message"] + "enum": ["core:image:deny-new"] }, { - "description": "dialog:deny-open -> Denies the open command without any pre-configured scope.", + "description": "core:image:deny-rgba -> Denies the rgba command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-open"] + "enum": ["core:image:deny-rgba"] }, { - "description": "dialog:deny-save -> Denies the save command without any pre-configured scope.", + "description": "core:image:deny-size -> Denies the size command without any pre-configured scope.", "type": "string", - "enum": ["dialog:deny-save"] + "enum": ["core:image:deny-size"] }, { - "description": "event:default -> Default permissions for the plugin.", + "description": "core:menu:default -> Default permissions for the plugin.", "type": "string", - "enum": ["event:default"] + "enum": ["core:menu:default"] }, { - "description": "event:allow-emit -> Enables the emit command without any pre-configured scope.", + "description": "core:menu:allow-append -> Enables the append command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-emit"] + "enum": ["core:menu:allow-append"] }, { - "description": "event:allow-emit-to -> Enables the emit_to command without any pre-configured scope.", + "description": "core:menu:allow-create-default -> Enables the create_default command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-emit-to"] + "enum": ["core:menu:allow-create-default"] }, { - "description": "event:allow-listen -> Enables the listen command without any pre-configured scope.", + "description": "core:menu:allow-get -> Enables the get command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-listen"] + "enum": ["core:menu:allow-get"] }, { - "description": "event:allow-unlisten -> Enables the unlisten command without any pre-configured scope.", + "description": "core:menu:allow-insert -> Enables the insert command without any pre-configured scope.", "type": "string", - "enum": ["event:allow-unlisten"] + "enum": ["core:menu:allow-insert"] }, { - "description": "event:deny-emit -> Denies the emit command without any pre-configured scope.", + "description": "core:menu:allow-is-checked -> Enables the is_checked command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-emit"] + "enum": ["core:menu:allow-is-checked"] }, { - "description": "event:deny-emit-to -> Denies the emit_to command without any pre-configured scope.", + "description": "core:menu:allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-emit-to"] + "enum": ["core:menu:allow-is-enabled"] }, { - "description": "event:deny-listen -> Denies the listen command without any pre-configured scope.", + "description": "core:menu:allow-items -> Enables the items command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-listen"] + "enum": ["core:menu:allow-items"] }, { - "description": "event:deny-unlisten -> Denies the unlisten command without any pre-configured scope.", + "description": "core:menu:allow-new -> Enables the new command without any pre-configured scope.", "type": "string", - "enum": ["event:deny-unlisten"] + "enum": ["core:menu:allow-new"] }, { - "description": "fs:allow-app-meta -> This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.", + "description": "core:menu:allow-popup -> Enables the popup command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-meta"] + "enum": ["core:menu:allow-popup"] }, { - "description": "fs:allow-app-meta-recursive -> This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.", + "description": "core:menu:allow-prepend -> Enables the prepend command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-meta-recursive"] + "enum": ["core:menu:allow-prepend"] }, { - "description": "fs:allow-app-read -> This allows non-recursive read access to the `$APP` folder.", + "description": "core:menu:allow-remove -> Enables the remove command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-read"] + "enum": ["core:menu:allow-remove"] }, { - "description": "fs:allow-app-read-recursive -> This allows full recursive read access to the complete `$APP` folder, files and subdirectories.", + "description": "core:menu:allow-remove-at -> Enables the remove_at command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-read-recursive"] + "enum": ["core:menu:allow-remove-at"] }, { - "description": "fs:allow-app-write -> This allows non-recursive write access to the `$APP` folder.", + "description": "core:menu:allow-set-accelerator -> Enables the set_accelerator command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-write"] + "enum": ["core:menu:allow-set-accelerator"] }, { - "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", + "description": "core:menu:allow-set-as-app-menu -> Enables the set_as_app_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-app-write-recursive"] + "enum": ["core:menu:allow-set-as-app-menu"] }, { - "description": "fs:allow-appcache-meta -> This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", + "description": "core:menu:allow-set-as-help-menu-for-nsapp -> Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-meta"] + "enum": ["core:menu:allow-set-as-help-menu-for-nsapp"] }, { - "description": "fs:allow-appcache-meta-recursive -> This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", + "description": "core:menu:allow-set-as-window-menu -> Enables the set_as_window_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-meta-recursive"] + "enum": ["core:menu:allow-set-as-window-menu"] }, { - "description": "fs:allow-appcache-read -> This allows non-recursive read access to the `$APPCACHE` folder.", + "description": "core:menu:allow-set-as-windows-menu-for-nsapp -> Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-read"] + "enum": ["core:menu:allow-set-as-windows-menu-for-nsapp"] }, { - "description": "fs:allow-appcache-read-recursive -> This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "core:menu:allow-set-checked -> Enables the set_checked command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-read-recursive"] + "enum": ["core:menu:allow-set-checked"] }, { - "description": "fs:allow-appcache-write -> This allows non-recursive write access to the `$APPCACHE` folder.", + "description": "core:menu:allow-set-enabled -> Enables the set_enabled command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-write"] + "enum": ["core:menu:allow-set-enabled"] }, { - "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "core:menu:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appcache-write-recursive"] + "enum": ["core:menu:allow-set-icon"] }, { - "description": "fs:allow-appconfig-meta -> This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", + "description": "core:menu:allow-set-text -> Enables the set_text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-meta"] + "enum": ["core:menu:allow-set-text"] }, { - "description": "fs:allow-appconfig-meta-recursive -> This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", + "description": "core:menu:allow-text -> Enables the text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-meta-recursive"] + "enum": ["core:menu:allow-text"] }, { - "description": "fs:allow-appconfig-read -> This allows non-recursive read access to the `$APPCONFIG` folder.", + "description": "core:menu:deny-append -> Denies the append command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-read"] + "enum": ["core:menu:deny-append"] }, { - "description": "fs:allow-appconfig-read-recursive -> This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "core:menu:deny-create-default -> Denies the create_default command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-read-recursive"] + "enum": ["core:menu:deny-create-default"] }, { - "description": "fs:allow-appconfig-write -> This allows non-recursive write access to the `$APPCONFIG` folder.", + "description": "core:menu:deny-get -> Denies the get command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-write"] + "enum": ["core:menu:deny-get"] }, { - "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "core:menu:deny-insert -> Denies the insert command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appconfig-write-recursive"] + "enum": ["core:menu:deny-insert"] }, { - "description": "fs:allow-appdata-meta -> This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-is-checked -> Denies the is_checked command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-meta"] + "enum": ["core:menu:deny-is-checked"] }, { - "description": "fs:allow-appdata-meta-recursive -> This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-meta-recursive"] + "enum": ["core:menu:deny-is-enabled"] }, { - "description": "fs:allow-appdata-read -> This allows non-recursive read access to the `$APPDATA` folder.", + "description": "core:menu:deny-items -> Denies the items command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-read"] + "enum": ["core:menu:deny-items"] }, { - "description": "fs:allow-appdata-read-recursive -> This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "core:menu:deny-new -> Denies the new command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-read-recursive"] + "enum": ["core:menu:deny-new"] }, { - "description": "fs:allow-appdata-write -> This allows non-recursive write access to the `$APPDATA` folder.", + "description": "core:menu:deny-popup -> Denies the popup command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-write"] + "enum": ["core:menu:deny-popup"] }, { - "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "core:menu:deny-prepend -> Denies the prepend command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-appdata-write-recursive"] + "enum": ["core:menu:deny-prepend"] }, { - "description": "fs:allow-applocaldata-meta -> This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-remove -> Denies the remove command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-meta"] + "enum": ["core:menu:deny-remove"] }, { - "description": "fs:allow-applocaldata-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", + "description": "core:menu:deny-remove-at -> Denies the remove_at command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-meta-recursive"] + "enum": ["core:menu:deny-remove-at"] }, { - "description": "fs:allow-applocaldata-read -> This allows non-recursive read access to the `$APPLOCALDATA` folder.", + "description": "core:menu:deny-set-accelerator -> Denies the set_accelerator command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-read"] + "enum": ["core:menu:deny-set-accelerator"] }, { - "description": "fs:allow-applocaldata-read-recursive -> This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "core:menu:deny-set-as-app-menu -> Denies the set_as_app_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-read-recursive"] + "enum": ["core:menu:deny-set-as-app-menu"] }, { - "description": "fs:allow-applocaldata-write -> This allows non-recursive write access to the `$APPLOCALDATA` folder.", + "description": "core:menu:deny-set-as-help-menu-for-nsapp -> Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-write"] + "enum": ["core:menu:deny-set-as-help-menu-for-nsapp"] }, { - "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "core:menu:deny-set-as-window-menu -> Denies the set_as_window_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applocaldata-write-recursive"] + "enum": ["core:menu:deny-set-as-window-menu"] }, { - "description": "fs:allow-applog-meta -> This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", + "description": "core:menu:deny-set-as-windows-menu-for-nsapp -> Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-meta"] + "enum": ["core:menu:deny-set-as-windows-menu-for-nsapp"] }, { - "description": "fs:allow-applog-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", + "description": "core:menu:deny-set-checked -> Denies the set_checked command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-meta-recursive"] + "enum": ["core:menu:deny-set-checked"] }, { - "description": "fs:allow-applog-read -> This allows non-recursive read access to the `$APPLOG` folder.", + "description": "core:menu:deny-set-enabled -> Denies the set_enabled command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-read"] + "enum": ["core:menu:deny-set-enabled"] }, { - "description": "fs:allow-applog-read-recursive -> This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "core:menu:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-read-recursive"] + "enum": ["core:menu:deny-set-icon"] }, { - "description": "fs:allow-applog-write -> This allows non-recursive write access to the `$APPLOG` folder.", + "description": "core:menu:deny-set-text -> Denies the set_text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-write"] + "enum": ["core:menu:deny-set-text"] }, { - "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "core:menu:deny-text -> Denies the text command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-applog-write-recursive"] + "enum": ["core:menu:deny-text"] }, { - "description": "fs:allow-audio-meta -> This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", + "description": "core:path:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-audio-meta"] + "enum": ["core:path:default"] }, { - "description": "fs:allow-audio-meta-recursive -> This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", + "description": "core:path:allow-basename -> Enables the basename command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-meta-recursive"] + "enum": ["core:path:allow-basename"] }, { - "description": "fs:allow-audio-read -> This allows non-recursive read access to the `$AUDIO` folder.", + "description": "core:path:allow-dirname -> Enables the dirname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-read"] + "enum": ["core:path:allow-dirname"] }, { - "description": "fs:allow-audio-read-recursive -> This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "core:path:allow-extname -> Enables the extname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-read-recursive"] + "enum": ["core:path:allow-extname"] }, { - "description": "fs:allow-audio-write -> This allows non-recursive write access to the `$AUDIO` folder.", + "description": "core:path:allow-is-absolute -> Enables the is_absolute command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-write"] + "enum": ["core:path:allow-is-absolute"] }, { - "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "core:path:allow-join -> Enables the join command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-audio-write-recursive"] + "enum": ["core:path:allow-join"] }, { - "description": "fs:allow-cache-meta -> This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", + "description": "core:path:allow-normalize -> Enables the normalize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-meta"] + "enum": ["core:path:allow-normalize"] }, { - "description": "fs:allow-cache-meta-recursive -> This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", + "description": "core:path:allow-resolve -> Enables the resolve command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-meta-recursive"] + "enum": ["core:path:allow-resolve"] }, { - "description": "fs:allow-cache-read -> This allows non-recursive read access to the `$CACHE` folder.", + "description": "core:path:allow-resolve-directory -> Enables the resolve_directory command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-read"] + "enum": ["core:path:allow-resolve-directory"] }, { - "description": "fs:allow-cache-read-recursive -> This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.", + "description": "core:path:deny-basename -> Denies the basename command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-read-recursive"] + "enum": ["core:path:deny-basename"] }, { - "description": "fs:allow-cache-write -> This allows non-recursive write access to the `$CACHE` folder.", + "description": "core:path:deny-dirname -> Denies the dirname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-write"] + "enum": ["core:path:deny-dirname"] }, { - "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "core:path:deny-extname -> Denies the extname command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-cache-write-recursive"] + "enum": ["core:path:deny-extname"] }, { - "description": "fs:allow-config-meta -> This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", + "description": "core:path:deny-is-absolute -> Denies the is_absolute command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-meta"] + "enum": ["core:path:deny-is-absolute"] }, { - "description": "fs:allow-config-meta-recursive -> This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", + "description": "core:path:deny-join -> Denies the join command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-meta-recursive"] + "enum": ["core:path:deny-join"] }, { - "description": "fs:allow-config-read -> This allows non-recursive read access to the `$CONFIG` folder.", + "description": "core:path:deny-normalize -> Denies the normalize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-read"] + "enum": ["core:path:deny-normalize"] }, { - "description": "fs:allow-config-read-recursive -> This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "core:path:deny-resolve -> Denies the resolve command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-read-recursive"] + "enum": ["core:path:deny-resolve"] }, { - "description": "fs:allow-config-write -> This allows non-recursive write access to the `$CONFIG` folder.", + "description": "core:path:deny-resolve-directory -> Denies the resolve_directory command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-config-write"] + "enum": ["core:path:deny-resolve-directory"] }, { - "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "core:resources:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-config-write-recursive"] + "enum": ["core:resources:default"] }, { - "description": "fs:allow-data-meta -> This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", + "description": "core:resources:allow-close -> Enables the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-meta"] + "enum": ["core:resources:allow-close"] }, { - "description": "fs:allow-data-meta-recursive -> This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", + "description": "core:resources:deny-close -> Denies the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-meta-recursive"] + "enum": ["core:resources:deny-close"] }, { - "description": "fs:allow-data-read -> This allows non-recursive read access to the `$DATA` folder.", + "description": "core:tray:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-data-read"] + "enum": ["core:tray:default"] }, { - "description": "fs:allow-data-read-recursive -> This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.", + "description": "core:tray:allow-get-by-id -> Enables the get_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-read-recursive"] + "enum": ["core:tray:allow-get-by-id"] }, { - "description": "fs:allow-data-write -> This allows non-recursive write access to the `$DATA` folder.", + "description": "core:tray:allow-new -> Enables the new command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-write"] + "enum": ["core:tray:allow-new"] }, { - "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "core:tray:allow-remove-by-id -> Enables the remove_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-data-write-recursive"] + "enum": ["core:tray:allow-remove-by-id"] }, { - "description": "fs:allow-desktop-meta -> This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", + "description": "core:tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-meta"] + "enum": ["core:tray:allow-set-icon"] }, { - "description": "fs:allow-desktop-meta-recursive -> This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", + "description": "core:tray:allow-set-icon-as-template -> Enables the set_icon_as_template command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-meta-recursive"] + "enum": ["core:tray:allow-set-icon-as-template"] }, { - "description": "fs:allow-desktop-read -> This allows non-recursive read access to the `$DESKTOP` folder.", + "description": "core:tray:allow-set-menu -> Enables the set_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-read"] + "enum": ["core:tray:allow-set-menu"] }, { - "description": "fs:allow-desktop-read-recursive -> This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "core:tray:allow-set-show-menu-on-left-click -> Enables the set_show_menu_on_left_click command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-read-recursive"] + "enum": ["core:tray:allow-set-show-menu-on-left-click"] }, { - "description": "fs:allow-desktop-write -> This allows non-recursive write access to the `$DESKTOP` folder.", + "description": "core:tray:allow-set-temp-dir-path -> Enables the set_temp_dir_path command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-write"] + "enum": ["core:tray:allow-set-temp-dir-path"] }, { - "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "core:tray:allow-set-title -> Enables the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-desktop-write-recursive"] + "enum": ["core:tray:allow-set-title"] }, { - "description": "fs:allow-document-meta -> This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", + "description": "core:tray:allow-set-tooltip -> Enables the set_tooltip command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-meta"] + "enum": ["core:tray:allow-set-tooltip"] }, { - "description": "fs:allow-document-meta-recursive -> This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", + "description": "core:tray:allow-set-visible -> Enables the set_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-meta-recursive"] + "enum": ["core:tray:allow-set-visible"] }, { - "description": "fs:allow-document-read -> This allows non-recursive read access to the `$DOCUMENT` folder.", + "description": "core:tray:deny-get-by-id -> Denies the get_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-read"] + "enum": ["core:tray:deny-get-by-id"] }, { - "description": "fs:allow-document-read-recursive -> This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "core:tray:deny-new -> Denies the new command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-read-recursive"] + "enum": ["core:tray:deny-new"] }, { - "description": "fs:allow-document-write -> This allows non-recursive write access to the `$DOCUMENT` folder.", + "description": "core:tray:deny-remove-by-id -> Denies the remove_by_id command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-write"] + "enum": ["core:tray:deny-remove-by-id"] }, { - "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "core:tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-document-write-recursive"] + "enum": ["core:tray:deny-set-icon"] }, { - "description": "fs:allow-download-meta -> This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", + "description": "core:tray:deny-set-icon-as-template -> Denies the set_icon_as_template command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-meta"] + "enum": ["core:tray:deny-set-icon-as-template"] }, { - "description": "fs:allow-download-meta-recursive -> This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", + "description": "core:tray:deny-set-menu -> Denies the set_menu command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-meta-recursive"] + "enum": ["core:tray:deny-set-menu"] }, { - "description": "fs:allow-download-read -> This allows non-recursive read access to the `$DOWNLOAD` folder.", + "description": "core:tray:deny-set-show-menu-on-left-click -> Denies the set_show_menu_on_left_click command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-read"] + "enum": ["core:tray:deny-set-show-menu-on-left-click"] }, { - "description": "fs:allow-download-read-recursive -> This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "core:tray:deny-set-temp-dir-path -> Denies the set_temp_dir_path command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-read-recursive"] + "enum": ["core:tray:deny-set-temp-dir-path"] }, { - "description": "fs:allow-download-write -> This allows non-recursive write access to the `$DOWNLOAD` folder.", + "description": "core:tray:deny-set-title -> Denies the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-write"] + "enum": ["core:tray:deny-set-title"] }, { - "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "core:tray:deny-set-tooltip -> Denies the set_tooltip command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-download-write-recursive"] + "enum": ["core:tray:deny-set-tooltip"] }, { - "description": "fs:allow-exe-meta -> This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", + "description": "core:tray:deny-set-visible -> Denies the set_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-meta"] + "enum": ["core:tray:deny-set-visible"] }, { - "description": "fs:allow-exe-meta-recursive -> This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", + "description": "core:webview:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-exe-meta-recursive"] + "enum": ["core:webview:default"] }, { - "description": "fs:allow-exe-read -> This allows non-recursive read access to the `$EXE` folder.", + "description": "core:webview:allow-create-webview -> Enables the create_webview command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-read"] + "enum": ["core:webview:allow-create-webview"] }, { - "description": "fs:allow-exe-read-recursive -> This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.", + "description": "core:webview:allow-create-webview-window -> Enables the create_webview_window command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-read-recursive"] + "enum": ["core:webview:allow-create-webview-window"] }, { - "description": "fs:allow-exe-write -> This allows non-recursive write access to the `$EXE` folder.", + "description": "core:webview:allow-internal-toggle-devtools -> Enables the internal_toggle_devtools command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-write"] + "enum": ["core:webview:allow-internal-toggle-devtools"] }, { - "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "core:webview:allow-print -> Enables the print command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exe-write-recursive"] + "enum": ["core:webview:allow-print"] }, { - "description": "fs:allow-font-meta -> This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", + "description": "core:webview:allow-reparent -> Enables the reparent command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-meta"] + "enum": ["core:webview:allow-reparent"] }, { - "description": "fs:allow-font-meta-recursive -> This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", + "description": "core:webview:allow-set-webview-focus -> Enables the set_webview_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-meta-recursive"] + "enum": ["core:webview:allow-set-webview-focus"] }, { - "description": "fs:allow-font-read -> This allows non-recursive read access to the `$FONT` folder.", + "description": "core:webview:allow-set-webview-position -> Enables the set_webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-read"] + "enum": ["core:webview:allow-set-webview-position"] }, { - "description": "fs:allow-font-read-recursive -> This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.", + "description": "core:webview:allow-set-webview-size -> Enables the set_webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-read-recursive"] + "enum": ["core:webview:allow-set-webview-size"] }, { - "description": "fs:allow-font-write -> This allows non-recursive write access to the `$FONT` folder.", + "description": "core:webview:allow-set-webview-zoom -> Enables the set_webview_zoom command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-write"] + "enum": ["core:webview:allow-set-webview-zoom"] }, { - "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "core:webview:allow-webview-close -> Enables the webview_close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-font-write-recursive"] + "enum": ["core:webview:allow-webview-close"] }, { - "description": "fs:allow-home-meta -> This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", + "description": "core:webview:allow-webview-position -> Enables the webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-meta"] + "enum": ["core:webview:allow-webview-position"] }, { - "description": "fs:allow-home-meta-recursive -> This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", + "description": "core:webview:allow-webview-size -> Enables the webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-meta-recursive"] + "enum": ["core:webview:allow-webview-size"] }, { - "description": "fs:allow-home-read -> This allows non-recursive read access to the `$HOME` folder.", + "description": "core:webview:deny-create-webview -> Denies the create_webview command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-read"] + "enum": ["core:webview:deny-create-webview"] }, { - "description": "fs:allow-home-read-recursive -> This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.", + "description": "core:webview:deny-create-webview-window -> Denies the create_webview_window command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-read-recursive"] + "enum": ["core:webview:deny-create-webview-window"] }, { - "description": "fs:allow-home-write -> This allows non-recursive write access to the `$HOME` folder.", + "description": "core:webview:deny-internal-toggle-devtools -> Denies the internal_toggle_devtools command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-write"] + "enum": ["core:webview:deny-internal-toggle-devtools"] }, { - "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "core:webview:deny-print -> Denies the print command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-home-write-recursive"] + "enum": ["core:webview:deny-print"] }, { - "description": "fs:allow-localdata-meta -> This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", + "description": "core:webview:deny-reparent -> Denies the reparent command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-meta"] + "enum": ["core:webview:deny-reparent"] }, { - "description": "fs:allow-localdata-meta-recursive -> This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", + "description": "core:webview:deny-set-webview-focus -> Denies the set_webview_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-meta-recursive"] + "enum": ["core:webview:deny-set-webview-focus"] }, { - "description": "fs:allow-localdata-read -> This allows non-recursive read access to the `$LOCALDATA` folder.", + "description": "core:webview:deny-set-webview-position -> Denies the set_webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-read"] + "enum": ["core:webview:deny-set-webview-position"] }, { - "description": "fs:allow-localdata-read-recursive -> This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "core:webview:deny-set-webview-size -> Denies the set_webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-read-recursive"] + "enum": ["core:webview:deny-set-webview-size"] }, { - "description": "fs:allow-localdata-write -> This allows non-recursive write access to the `$LOCALDATA` folder.", + "description": "core:webview:deny-set-webview-zoom -> Denies the set_webview_zoom command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-write"] + "enum": ["core:webview:deny-set-webview-zoom"] }, { - "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "core:webview:deny-webview-close -> Denies the webview_close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-localdata-write-recursive"] + "enum": ["core:webview:deny-webview-close"] }, { - "description": "fs:allow-log-meta -> This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", + "description": "core:webview:deny-webview-position -> Denies the webview_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-meta"] + "enum": ["core:webview:deny-webview-position"] }, { - "description": "fs:allow-log-meta-recursive -> This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", + "description": "core:webview:deny-webview-size -> Denies the webview_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-meta-recursive"] + "enum": ["core:webview:deny-webview-size"] }, { - "description": "fs:allow-log-read -> This allows non-recursive read access to the `$LOG` folder.", + "description": "core:window:default -> Default permissions for the plugin.", "type": "string", - "enum": ["fs:allow-log-read"] + "enum": ["core:window:default"] }, { - "description": "fs:allow-log-read-recursive -> This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.", + "description": "core:window:allow-available-monitors -> Enables the available_monitors command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-read-recursive"] + "enum": ["core:window:allow-available-monitors"] }, { - "description": "fs:allow-log-write -> This allows non-recursive write access to the `$LOG` folder.", + "description": "core:window:allow-center -> Enables the center command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-write"] + "enum": ["core:window:allow-center"] }, { - "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "core:window:allow-close -> Enables the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-log-write-recursive"] + "enum": ["core:window:allow-close"] }, { - "description": "fs:allow-picture-meta -> This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", + "description": "core:window:allow-create -> Enables the create command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-meta"] + "enum": ["core:window:allow-create"] }, { - "description": "fs:allow-picture-meta-recursive -> This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", + "description": "core:window:allow-current-monitor -> Enables the current_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-meta-recursive"] + "enum": ["core:window:allow-current-monitor"] }, { - "description": "fs:allow-picture-read -> This allows non-recursive read access to the `$PICTURE` folder.", + "description": "core:window:allow-cursor-position -> Enables the cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-read"] + "enum": ["core:window:allow-cursor-position"] }, { - "description": "fs:allow-picture-read-recursive -> This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "core:window:allow-destroy -> Enables the destroy command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-read-recursive"] + "enum": ["core:window:allow-destroy"] }, { - "description": "fs:allow-picture-write -> This allows non-recursive write access to the `$PICTURE` folder.", + "description": "core:window:allow-hide -> Enables the hide command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-write"] + "enum": ["core:window:allow-hide"] }, { - "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "core:window:allow-inner-position -> Enables the inner_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-picture-write-recursive"] + "enum": ["core:window:allow-inner-position"] }, { - "description": "fs:allow-public-meta -> This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", + "description": "core:window:allow-inner-size -> Enables the inner_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-meta"] + "enum": ["core:window:allow-inner-size"] }, { - "description": "fs:allow-public-meta-recursive -> This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", + "description": "core:window:allow-internal-toggle-maximize -> Enables the internal_toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-meta-recursive"] + "enum": ["core:window:allow-internal-toggle-maximize"] }, { - "description": "fs:allow-public-read -> This allows non-recursive read access to the `$PUBLIC` folder.", + "description": "core:window:allow-is-closable -> Enables the is_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-read"] + "enum": ["core:window:allow-is-closable"] }, { - "description": "fs:allow-public-read-recursive -> This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "core:window:allow-is-decorated -> Enables the is_decorated command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-read-recursive"] + "enum": ["core:window:allow-is-decorated"] }, { - "description": "fs:allow-public-write -> This allows non-recursive write access to the `$PUBLIC` folder.", + "description": "core:window:allow-is-focused -> Enables the is_focused command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-write"] + "enum": ["core:window:allow-is-focused"] }, { - "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "core:window:allow-is-fullscreen -> Enables the is_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-public-write-recursive"] + "enum": ["core:window:allow-is-fullscreen"] }, { - "description": "fs:allow-resource-meta -> This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", + "description": "core:window:allow-is-maximizable -> Enables the is_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-meta"] + "enum": ["core:window:allow-is-maximizable"] }, { - "description": "fs:allow-resource-meta-recursive -> This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", + "description": "core:window:allow-is-maximized -> Enables the is_maximized command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-meta-recursive"] + "enum": ["core:window:allow-is-maximized"] }, { - "description": "fs:allow-resource-read -> This allows non-recursive read access to the `$RESOURCE` folder.", + "description": "core:window:allow-is-minimizable -> Enables the is_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-read"] + "enum": ["core:window:allow-is-minimizable"] }, { - "description": "fs:allow-resource-read-recursive -> This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "core:window:allow-is-minimized -> Enables the is_minimized command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-read-recursive"] + "enum": ["core:window:allow-is-minimized"] }, { - "description": "fs:allow-resource-write -> This allows non-recursive write access to the `$RESOURCE` folder.", + "description": "core:window:allow-is-resizable -> Enables the is_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-write"] + "enum": ["core:window:allow-is-resizable"] }, { - "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "core:window:allow-is-visible -> Enables the is_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-resource-write-recursive"] + "enum": ["core:window:allow-is-visible"] }, { - "description": "fs:allow-runtime-meta -> This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", + "description": "core:window:allow-maximize -> Enables the maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-meta"] + "enum": ["core:window:allow-maximize"] }, { - "description": "fs:allow-runtime-meta-recursive -> This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", + "description": "core:window:allow-minimize -> Enables the minimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-meta-recursive"] + "enum": ["core:window:allow-minimize"] }, { - "description": "fs:allow-runtime-read -> This allows non-recursive read access to the `$RUNTIME` folder.", + "description": "core:window:allow-monitor-from-point -> Enables the monitor_from_point command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-read"] + "enum": ["core:window:allow-monitor-from-point"] }, { - "description": "fs:allow-runtime-read-recursive -> This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "core:window:allow-outer-position -> Enables the outer_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-read-recursive"] + "enum": ["core:window:allow-outer-position"] }, { - "description": "fs:allow-runtime-write -> This allows non-recursive write access to the `$RUNTIME` folder.", + "description": "core:window:allow-outer-size -> Enables the outer_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-write"] + "enum": ["core:window:allow-outer-size"] }, { - "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "core:window:allow-primary-monitor -> Enables the primary_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-runtime-write-recursive"] + "enum": ["core:window:allow-primary-monitor"] }, { - "description": "fs:allow-temp-meta -> This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", + "description": "core:window:allow-request-user-attention -> Enables the request_user_attention command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-meta"] + "enum": ["core:window:allow-request-user-attention"] }, { - "description": "fs:allow-temp-meta-recursive -> This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", + "description": "core:window:allow-scale-factor -> Enables the scale_factor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-meta-recursive"] + "enum": ["core:window:allow-scale-factor"] }, { - "description": "fs:allow-temp-read -> This allows non-recursive read access to the `$TEMP` folder.", + "description": "core:window:allow-set-always-on-bottom -> Enables the set_always_on_bottom command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-read"] + "enum": ["core:window:allow-set-always-on-bottom"] }, { - "description": "fs:allow-temp-read-recursive -> This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.", + "description": "core:window:allow-set-always-on-top -> Enables the set_always_on_top command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-read-recursive"] + "enum": ["core:window:allow-set-always-on-top"] }, { - "description": "fs:allow-temp-write -> This allows non-recursive write access to the `$TEMP` folder.", + "description": "core:window:allow-set-closable -> Enables the set_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-write"] + "enum": ["core:window:allow-set-closable"] }, { - "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "core:window:allow-set-content-protected -> Enables the set_content_protected command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-temp-write-recursive"] + "enum": ["core:window:allow-set-content-protected"] }, { - "description": "fs:allow-template-meta -> This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", + "description": "core:window:allow-set-cursor-grab -> Enables the set_cursor_grab command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-meta"] + "enum": ["core:window:allow-set-cursor-grab"] }, { - "description": "fs:allow-template-meta-recursive -> This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", + "description": "core:window:allow-set-cursor-icon -> Enables the set_cursor_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-meta-recursive"] + "enum": ["core:window:allow-set-cursor-icon"] }, { - "description": "fs:allow-template-read -> This allows non-recursive read access to the `$TEMPLATE` folder.", + "description": "core:window:allow-set-cursor-position -> Enables the set_cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-read"] + "enum": ["core:window:allow-set-cursor-position"] }, { - "description": "fs:allow-template-read-recursive -> This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "core:window:allow-set-cursor-visible -> Enables the set_cursor_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-read-recursive"] + "enum": ["core:window:allow-set-cursor-visible"] }, { - "description": "fs:allow-template-write -> This allows non-recursive write access to the `$TEMPLATE` folder.", + "description": "core:window:allow-set-decorations -> Enables the set_decorations command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-write"] + "enum": ["core:window:allow-set-decorations"] }, { - "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "core:window:allow-set-effects -> Enables the set_effects command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-template-write-recursive"] + "enum": ["core:window:allow-set-effects"] }, { - "description": "fs:allow-video-meta -> This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", + "description": "core:window:allow-set-focus -> Enables the set_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-meta"] + "enum": ["core:window:allow-set-focus"] }, { - "description": "fs:allow-video-meta-recursive -> This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", + "description": "core:window:allow-set-fullscreen -> Enables the set_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-meta-recursive"] + "enum": ["core:window:allow-set-fullscreen"] }, { - "description": "fs:allow-video-read -> This allows non-recursive read access to the `$VIDEO` folder.", + "description": "core:window:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-read"] + "enum": ["core:window:allow-set-icon"] }, { - "description": "fs:allow-video-read-recursive -> This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "core:window:allow-set-ignore-cursor-events -> Enables the set_ignore_cursor_events command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-read-recursive"] + "enum": ["core:window:allow-set-ignore-cursor-events"] }, { - "description": "fs:allow-video-write -> This allows non-recursive write access to the `$VIDEO` folder.", + "description": "core:window:allow-set-max-size -> Enables the set_max_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-write"] + "enum": ["core:window:allow-set-max-size"] }, { - "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "core:window:allow-set-maximizable -> Enables the set_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-video-write-recursive"] + "enum": ["core:window:allow-set-maximizable"] }, { - "description": "fs:deny-default -> This denies access to dangerous Tauri relevant files and folders by default.", + "description": "core:window:allow-set-min-size -> Enables the set_min_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-default"] + "enum": ["core:window:allow-set-min-size"] }, { - "description": "fs:default -> This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n", + "description": "core:window:allow-set-minimizable -> Enables the set_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:default"] + "enum": ["core:window:allow-set-minimizable"] }, { - "description": "fs:allow-copy-file -> Enables the copy_file command without any pre-configured scope.", + "description": "core:window:allow-set-position -> Enables the set_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-copy-file"] + "enum": ["core:window:allow-set-position"] }, { - "description": "fs:allow-create -> Enables the create command without any pre-configured scope.", + "description": "core:window:allow-set-progress-bar -> Enables the set_progress_bar command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-create"] + "enum": ["core:window:allow-set-progress-bar"] }, { - "description": "fs:allow-exists -> Enables the exists command without any pre-configured scope.", + "description": "core:window:allow-set-resizable -> Enables the set_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-exists"] + "enum": ["core:window:allow-set-resizable"] }, { - "description": "fs:allow-fstat -> Enables the fstat command without any pre-configured scope.", + "description": "core:window:allow-set-shadow -> Enables the set_shadow command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-fstat"] + "enum": ["core:window:allow-set-shadow"] }, { - "description": "fs:allow-ftruncate -> Enables the ftruncate command without any pre-configured scope.", + "description": "core:window:allow-set-size -> Enables the set_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-ftruncate"] + "enum": ["core:window:allow-set-size"] }, { - "description": "fs:allow-lstat -> Enables the lstat command without any pre-configured scope.", + "description": "core:window:allow-set-size-constraints -> Enables the set_size_constraints command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-lstat"] + "enum": ["core:window:allow-set-size-constraints"] }, { - "description": "fs:allow-mkdir -> Enables the mkdir command without any pre-configured scope.", + "description": "core:window:allow-set-skip-taskbar -> Enables the set_skip_taskbar command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-mkdir"] + "enum": ["core:window:allow-set-skip-taskbar"] }, { - "description": "fs:allow-open -> Enables the open command without any pre-configured scope.", + "description": "core:window:allow-set-title -> Enables the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-open"] + "enum": ["core:window:allow-set-title"] }, { - "description": "fs:allow-read -> Enables the read command without any pre-configured scope.", + "description": "core:window:allow-set-title-bar-style -> Enables the set_title_bar_style command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read"] + "enum": ["core:window:allow-set-title-bar-style"] }, { - "description": "fs:allow-read-dir -> Enables the read_dir command without any pre-configured scope.", + "description": "core:window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-dir"] + "enum": ["core:window:allow-set-visible-on-all-workspaces"] }, { - "description": "fs:allow-read-file -> Enables the read_file command without any pre-configured scope.", + "description": "core:window:allow-show -> Enables the show command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-file"] + "enum": ["core:window:allow-show"] }, { - "description": "fs:allow-read-text-file -> Enables the read_text_file command without any pre-configured scope.", + "description": "core:window:allow-start-dragging -> Enables the start_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-text-file"] + "enum": ["core:window:allow-start-dragging"] }, { - "description": "fs:allow-read-text-file-lines -> Enables the read_text_file_lines command without any pre-configured scope.", + "description": "core:window:allow-start-resize-dragging -> Enables the start_resize_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-text-file-lines"] + "enum": ["core:window:allow-start-resize-dragging"] }, { - "description": "fs:allow-read-text-file-lines-next -> Enables the read_text_file_lines_next command without any pre-configured scope.", + "description": "core:window:allow-theme -> Enables the theme command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-read-text-file-lines-next"] + "enum": ["core:window:allow-theme"] }, { - "description": "fs:allow-remove -> Enables the remove command without any pre-configured scope.", + "description": "core:window:allow-title -> Enables the title command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-remove"] + "enum": ["core:window:allow-title"] }, { - "description": "fs:allow-rename -> Enables the rename command without any pre-configured scope.", + "description": "core:window:allow-toggle-maximize -> Enables the toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-rename"] + "enum": ["core:window:allow-toggle-maximize"] }, { - "description": "fs:allow-seek -> Enables the seek command without any pre-configured scope.", + "description": "core:window:allow-unmaximize -> Enables the unmaximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-seek"] + "enum": ["core:window:allow-unmaximize"] }, { - "description": "fs:allow-stat -> Enables the stat command without any pre-configured scope.", + "description": "core:window:allow-unminimize -> Enables the unminimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-stat"] + "enum": ["core:window:allow-unminimize"] }, { - "description": "fs:allow-truncate -> Enables the truncate command without any pre-configured scope.", + "description": "core:window:deny-available-monitors -> Denies the available_monitors command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-truncate"] + "enum": ["core:window:deny-available-monitors"] }, { - "description": "fs:allow-unwatch -> Enables the unwatch command without any pre-configured scope.", + "description": "core:window:deny-center -> Denies the center command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-unwatch"] + "enum": ["core:window:deny-center"] }, { - "description": "fs:allow-watch -> Enables the watch command without any pre-configured scope.", + "description": "core:window:deny-close -> Denies the close command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-watch"] + "enum": ["core:window:deny-close"] }, { - "description": "fs:allow-write -> Enables the write command without any pre-configured scope.", + "description": "core:window:deny-create -> Denies the create command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-write"] + "enum": ["core:window:deny-create"] }, { - "description": "fs:allow-write-file -> Enables the write_file command without any pre-configured scope.", + "description": "core:window:deny-current-monitor -> Denies the current_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-write-file"] + "enum": ["core:window:deny-current-monitor"] }, { - "description": "fs:allow-write-text-file -> Enables the write_text_file command without any pre-configured scope.", + "description": "core:window:deny-cursor-position -> Denies the cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:allow-write-text-file"] + "enum": ["core:window:deny-cursor-position"] }, { - "description": "fs:create-app-specific-dirs -> This permissions allows to create the application specific directories.\n", + "description": "core:window:deny-destroy -> Denies the destroy command without any pre-configured scope.", "type": "string", - "enum": ["fs:create-app-specific-dirs"] + "enum": ["core:window:deny-destroy"] }, { - "description": "fs:deny-copy-file -> Denies the copy_file command without any pre-configured scope.", + "description": "core:window:deny-hide -> Denies the hide command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-copy-file"] + "enum": ["core:window:deny-hide"] }, { - "description": "fs:deny-create -> Denies the create command without any pre-configured scope.", + "description": "core:window:deny-inner-position -> Denies the inner_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-create"] + "enum": ["core:window:deny-inner-position"] }, { - "description": "fs:deny-exists -> Denies the exists command without any pre-configured scope.", + "description": "core:window:deny-inner-size -> Denies the inner_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-exists"] + "enum": ["core:window:deny-inner-size"] }, { - "description": "fs:deny-fstat -> Denies the fstat command without any pre-configured scope.", + "description": "core:window:deny-internal-toggle-maximize -> Denies the internal_toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-fstat"] + "enum": ["core:window:deny-internal-toggle-maximize"] }, { - "description": "fs:deny-ftruncate -> Denies the ftruncate command without any pre-configured scope.", + "description": "core:window:deny-is-closable -> Denies the is_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-ftruncate"] + "enum": ["core:window:deny-is-closable"] }, { - "description": "fs:deny-lstat -> Denies the lstat command without any pre-configured scope.", + "description": "core:window:deny-is-decorated -> Denies the is_decorated command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-lstat"] + "enum": ["core:window:deny-is-decorated"] }, { - "description": "fs:deny-mkdir -> Denies the mkdir command without any pre-configured scope.", + "description": "core:window:deny-is-focused -> Denies the is_focused command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-mkdir"] + "enum": ["core:window:deny-is-focused"] }, { - "description": "fs:deny-open -> Denies the open command without any pre-configured scope.", + "description": "core:window:deny-is-fullscreen -> Denies the is_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-open"] + "enum": ["core:window:deny-is-fullscreen"] }, { - "description": "fs:deny-read -> Denies the read command without any pre-configured scope.", + "description": "core:window:deny-is-maximizable -> Denies the is_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read"] + "enum": ["core:window:deny-is-maximizable"] }, { - "description": "fs:deny-read-dir -> Denies the read_dir command without any pre-configured scope.", + "description": "core:window:deny-is-maximized -> Denies the is_maximized command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-dir"] + "enum": ["core:window:deny-is-maximized"] }, { - "description": "fs:deny-read-file -> Denies the read_file command without any pre-configured scope.", + "description": "core:window:deny-is-minimizable -> Denies the is_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-file"] + "enum": ["core:window:deny-is-minimizable"] }, { - "description": "fs:deny-read-text-file -> Denies the read_text_file command without any pre-configured scope.", + "description": "core:window:deny-is-minimized -> Denies the is_minimized command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-text-file"] + "enum": ["core:window:deny-is-minimized"] }, { - "description": "fs:deny-read-text-file-lines -> Denies the read_text_file_lines command without any pre-configured scope.", + "description": "core:window:deny-is-resizable -> Denies the is_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-text-file-lines"] + "enum": ["core:window:deny-is-resizable"] }, { - "description": "fs:deny-read-text-file-lines-next -> Denies the read_text_file_lines_next command without any pre-configured scope.", + "description": "core:window:deny-is-visible -> Denies the is_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-read-text-file-lines-next"] + "enum": ["core:window:deny-is-visible"] }, { - "description": "fs:deny-remove -> Denies the remove command without any pre-configured scope.", + "description": "core:window:deny-maximize -> Denies the maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-remove"] + "enum": ["core:window:deny-maximize"] }, { - "description": "fs:deny-rename -> Denies the rename command without any pre-configured scope.", + "description": "core:window:deny-minimize -> Denies the minimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-rename"] + "enum": ["core:window:deny-minimize"] }, { - "description": "fs:deny-seek -> Denies the seek command without any pre-configured scope.", + "description": "core:window:deny-monitor-from-point -> Denies the monitor_from_point command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-seek"] + "enum": ["core:window:deny-monitor-from-point"] }, { - "description": "fs:deny-stat -> Denies the stat command without any pre-configured scope.", + "description": "core:window:deny-outer-position -> Denies the outer_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-stat"] + "enum": ["core:window:deny-outer-position"] }, { - "description": "fs:deny-truncate -> Denies the truncate command without any pre-configured scope.", + "description": "core:window:deny-outer-size -> Denies the outer_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-truncate"] + "enum": ["core:window:deny-outer-size"] }, { - "description": "fs:deny-unwatch -> Denies the unwatch command without any pre-configured scope.", + "description": "core:window:deny-primary-monitor -> Denies the primary_monitor command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-unwatch"] + "enum": ["core:window:deny-primary-monitor"] }, { - "description": "fs:deny-watch -> Denies the watch command without any pre-configured scope.", + "description": "core:window:deny-request-user-attention -> Denies the request_user_attention command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-watch"] + "enum": ["core:window:deny-request-user-attention"] }, { - "description": "fs:deny-webview-data-linux -> This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", + "description": "core:window:deny-scale-factor -> Denies the scale_factor command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-webview-data-linux"] + "enum": ["core:window:deny-scale-factor"] }, { - "description": "fs:deny-webview-data-windows -> This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", + "description": "core:window:deny-set-always-on-bottom -> Denies the set_always_on_bottom command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-webview-data-windows"] + "enum": ["core:window:deny-set-always-on-bottom"] }, { - "description": "fs:deny-write -> Denies the write command without any pre-configured scope.", + "description": "core:window:deny-set-always-on-top -> Denies the set_always_on_top command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-write"] + "enum": ["core:window:deny-set-always-on-top"] }, { - "description": "fs:deny-write-file -> Denies the write_file command without any pre-configured scope.", + "description": "core:window:deny-set-closable -> Denies the set_closable command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-write-file"] + "enum": ["core:window:deny-set-closable"] }, { - "description": "fs:deny-write-text-file -> Denies the write_text_file command without any pre-configured scope.", + "description": "core:window:deny-set-content-protected -> Denies the set_content_protected command without any pre-configured scope.", "type": "string", - "enum": ["fs:deny-write-text-file"] + "enum": ["core:window:deny-set-content-protected"] }, { - "description": "fs:read-all -> This enables all read related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-cursor-grab -> Denies the set_cursor_grab command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-all"] + "enum": ["core:window:deny-set-cursor-grab"] }, { - "description": "fs:read-app-specific-dirs-recursive -> This permission allows recursive read functionality on the application\nspecific base directories. \n", + "description": "core:window:deny-set-cursor-icon -> Denies the set_cursor_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-app-specific-dirs-recursive"] + "enum": ["core:window:deny-set-cursor-icon"] }, { - "description": "fs:read-dirs -> This enables directory read and file metadata related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-cursor-position -> Denies the set_cursor_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-dirs"] + "enum": ["core:window:deny-set-cursor-position"] }, { - "description": "fs:read-files -> This enables file read related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-cursor-visible -> Denies the set_cursor_visible command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-files"] + "enum": ["core:window:deny-set-cursor-visible"] }, { - "description": "fs:read-meta -> This enables all index or metadata related commands without any pre-configured accessible paths.", + "description": "core:window:deny-set-decorations -> Denies the set_decorations command without any pre-configured scope.", "type": "string", - "enum": ["fs:read-meta"] + "enum": ["core:window:deny-set-decorations"] }, { - "description": "fs:scope -> An empty permission you can use to modify the global scope.", + "description": "core:window:deny-set-effects -> Denies the set_effects command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope"] + "enum": ["core:window:deny-set-effects"] }, { - "description": "fs:scope-app -> This scope permits access to all files and list content of top level directories in the `$APP`folder.", + "description": "core:window:deny-set-focus -> Denies the set_focus command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-app"] + "enum": ["core:window:deny-set-focus"] }, { - "description": "fs:scope-app-index -> This scope permits to list all files and folders in the `$APP`folder.", + "description": "core:window:deny-set-fullscreen -> Denies the set_fullscreen command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-app-index"] + "enum": ["core:window:deny-set-fullscreen"] }, { - "description": "fs:scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", + "description": "core:window:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-app-recursive"] + "enum": ["core:window:deny-set-icon"] }, { - "description": "fs:scope-appcache -> This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.", + "description": "core:window:deny-set-ignore-cursor-events -> Denies the set_ignore_cursor_events command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appcache"] + "enum": ["core:window:deny-set-ignore-cursor-events"] }, { - "description": "fs:scope-appcache-index -> This scope permits to list all files and folders in the `$APPCACHE`folder.", + "description": "core:window:deny-set-max-size -> Denies the set_max_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appcache-index"] + "enum": ["core:window:deny-set-max-size"] }, { - "description": "fs:scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", + "description": "core:window:deny-set-maximizable -> Denies the set_maximizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appcache-recursive"] + "enum": ["core:window:deny-set-maximizable"] }, { - "description": "fs:scope-appconfig -> This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.", + "description": "core:window:deny-set-min-size -> Denies the set_min_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appconfig"] + "enum": ["core:window:deny-set-min-size"] }, { - "description": "fs:scope-appconfig-index -> This scope permits to list all files and folders in the `$APPCONFIG`folder.", + "description": "core:window:deny-set-minimizable -> Denies the set_minimizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appconfig-index"] + "enum": ["core:window:deny-set-minimizable"] }, { - "description": "fs:scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", + "description": "core:window:deny-set-position -> Denies the set_position command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appconfig-recursive"] + "enum": ["core:window:deny-set-position"] }, { - "description": "fs:scope-appdata -> This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.", + "description": "core:window:deny-set-progress-bar -> Denies the set_progress_bar command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appdata"] + "enum": ["core:window:deny-set-progress-bar"] }, { - "description": "fs:scope-appdata-index -> This scope permits to list all files and folders in the `$APPDATA`folder.", + "description": "core:window:deny-set-resizable -> Denies the set_resizable command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appdata-index"] + "enum": ["core:window:deny-set-resizable"] }, { - "description": "fs:scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", + "description": "core:window:deny-set-shadow -> Denies the set_shadow command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-appdata-recursive"] + "enum": ["core:window:deny-set-shadow"] }, { - "description": "fs:scope-applocaldata -> This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.", + "description": "core:window:deny-set-size -> Denies the set_size command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applocaldata"] + "enum": ["core:window:deny-set-size"] }, { - "description": "fs:scope-applocaldata-index -> This scope permits to list all files and folders in the `$APPLOCALDATA`folder.", + "description": "core:window:deny-set-size-constraints -> Denies the set_size_constraints command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applocaldata-index"] + "enum": ["core:window:deny-set-size-constraints"] }, { - "description": "fs:scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", + "description": "core:window:deny-set-skip-taskbar -> Denies the set_skip_taskbar command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applocaldata-recursive"] + "enum": ["core:window:deny-set-skip-taskbar"] }, { - "description": "fs:scope-applog -> This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.", + "description": "core:window:deny-set-title -> Denies the set_title command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applog"] + "enum": ["core:window:deny-set-title"] }, { - "description": "fs:scope-applog-index -> This scope permits to list all files and folders in the `$APPLOG`folder.", + "description": "core:window:deny-set-title-bar-style -> Denies the set_title_bar_style command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applog-index"] + "enum": ["core:window:deny-set-title-bar-style"] }, { - "description": "fs:scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", + "description": "core:window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-applog-recursive"] + "enum": ["core:window:deny-set-visible-on-all-workspaces"] }, { - "description": "fs:scope-audio -> This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.", + "description": "core:window:deny-show -> Denies the show command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-audio"] + "enum": ["core:window:deny-show"] }, { - "description": "fs:scope-audio-index -> This scope permits to list all files and folders in the `$AUDIO`folder.", + "description": "core:window:deny-start-dragging -> Denies the start_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-audio-index"] + "enum": ["core:window:deny-start-dragging"] }, { - "description": "fs:scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", + "description": "core:window:deny-start-resize-dragging -> Denies the start_resize_dragging command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-audio-recursive"] + "enum": ["core:window:deny-start-resize-dragging"] }, { - "description": "fs:scope-cache -> This scope permits access to all files and list content of top level directories in the `$CACHE`folder.", + "description": "core:window:deny-theme -> Denies the theme command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-cache"] + "enum": ["core:window:deny-theme"] }, { - "description": "fs:scope-cache-index -> This scope permits to list all files and folders in the `$CACHE`folder.", + "description": "core:window:deny-title -> Denies the title command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-cache-index"] + "enum": ["core:window:deny-title"] }, { - "description": "fs:scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", + "description": "core:window:deny-toggle-maximize -> Denies the toggle_maximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-cache-recursive"] + "enum": ["core:window:deny-toggle-maximize"] }, { - "description": "fs:scope-config -> This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.", + "description": "core:window:deny-unmaximize -> Denies the unmaximize command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-config"] + "enum": ["core:window:deny-unmaximize"] }, { - "description": "fs:scope-config-index -> This scope permits to list all files and folders in the `$CONFIG`folder.", + "description": "core:window:deny-unminimize -> Denies the unminimize command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-config-index"] + "enum": ["core:window:deny-unminimize"] }, { - "description": "fs:scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", + "description": "deep-link:default -> Allows reading the opened deep link via the get_current command", "type": "string", - "enum": ["fs:scope-config-recursive"] + "enum": ["deep-link:default"] }, { - "description": "fs:scope-data -> This scope permits access to all files and list content of top level directories in the `$DATA`folder.", + "description": "deep-link:allow-get-current -> Enables the get_current command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-data"] + "enum": ["deep-link:allow-get-current"] }, { - "description": "fs:scope-data-index -> This scope permits to list all files and folders in the `$DATA`folder.", + "description": "deep-link:allow-is-registered -> Enables the is_registered command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-data-index"] + "enum": ["deep-link:allow-is-registered"] }, { - "description": "fs:scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", + "description": "deep-link:allow-register -> Enables the register command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-data-recursive"] + "enum": ["deep-link:allow-register"] }, { - "description": "fs:scope-desktop -> This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.", + "description": "deep-link:allow-unregister -> Enables the unregister command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-desktop"] + "enum": ["deep-link:allow-unregister"] }, { - "description": "fs:scope-desktop-index -> This scope permits to list all files and folders in the `$DESKTOP`folder.", + "description": "deep-link:deny-get-current -> Denies the get_current command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-desktop-index"] + "enum": ["deep-link:deny-get-current"] }, { - "description": "fs:scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", + "description": "deep-link:deny-is-registered -> Denies the is_registered command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-desktop-recursive"] + "enum": ["deep-link:deny-is-registered"] }, { - "description": "fs:scope-document -> This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.", + "description": "deep-link:deny-register -> Denies the register command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-document"] + "enum": ["deep-link:deny-register"] }, { - "description": "fs:scope-document-index -> This scope permits to list all files and folders in the `$DOCUMENT`folder.", + "description": "deep-link:deny-unregister -> Denies the unregister command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-document-index"] + "enum": ["deep-link:deny-unregister"] }, { - "description": "fs:scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", + "description": "dialog:default -> This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n", "type": "string", - "enum": ["fs:scope-document-recursive"] + "enum": ["dialog:default"] }, { - "description": "fs:scope-download -> This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.", + "description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-download"] + "enum": ["dialog:allow-ask"] }, { - "description": "fs:scope-download-index -> This scope permits to list all files and folders in the `$DOWNLOAD`folder.", + "description": "dialog:allow-confirm -> Enables the confirm command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-download-index"] + "enum": ["dialog:allow-confirm"] }, { - "description": "fs:scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", + "description": "dialog:allow-message -> Enables the message command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-download-recursive"] + "enum": ["dialog:allow-message"] }, { - "description": "fs:scope-exe -> This scope permits access to all files and list content of top level directories in the `$EXE`folder.", + "description": "dialog:allow-open -> Enables the open command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-exe"] + "enum": ["dialog:allow-open"] }, { - "description": "fs:scope-exe-index -> This scope permits to list all files and folders in the `$EXE`folder.", + "description": "dialog:allow-save -> Enables the save command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-exe-index"] + "enum": ["dialog:allow-save"] }, { - "description": "fs:scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", + "description": "dialog:deny-ask -> Denies the ask command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-exe-recursive"] + "enum": ["dialog:deny-ask"] }, { - "description": "fs:scope-font -> This scope permits access to all files and list content of top level directories in the `$FONT`folder.", + "description": "dialog:deny-confirm -> Denies the confirm command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-font"] + "enum": ["dialog:deny-confirm"] }, { - "description": "fs:scope-font-index -> This scope permits to list all files and folders in the `$FONT`folder.", + "description": "dialog:deny-message -> Denies the message command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-font-index"] + "enum": ["dialog:deny-message"] }, { - "description": "fs:scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", + "description": "dialog:deny-open -> Denies the open command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-font-recursive"] + "enum": ["dialog:deny-open"] }, { - "description": "fs:scope-home -> This scope permits access to all files and list content of top level directories in the `$HOME`folder.", + "description": "dialog:deny-save -> Denies the save command without any pre-configured scope.", "type": "string", - "enum": ["fs:scope-home"] + "enum": ["dialog:deny-save"] }, { - "description": "fs:scope-home-index -> This scope permits to list all files and folders in the `$HOME`folder.", + "description": "fs:allow-app-meta -> This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-home-index"] + "enum": ["fs:allow-app-meta"] }, { - "description": "fs:scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", + "description": "fs:allow-app-meta-recursive -> This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-home-recursive"] + "enum": ["fs:allow-app-meta-recursive"] }, { - "description": "fs:scope-localdata -> This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.", + "description": "fs:allow-app-read -> This allows non-recursive read access to the `$APP` folder.", "type": "string", - "enum": ["fs:scope-localdata"] + "enum": ["fs:allow-app-read"] }, { - "description": "fs:scope-localdata-index -> This scope permits to list all files and folders in the `$LOCALDATA`folder.", + "description": "fs:allow-app-read-recursive -> This allows full recursive read access to the complete `$APP` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-localdata-index"] + "enum": ["fs:allow-app-read-recursive"] }, { - "description": "fs:scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", + "description": "fs:allow-app-write -> This allows non-recursive write access to the `$APP` folder.", "type": "string", - "enum": ["fs:scope-localdata-recursive"] + "enum": ["fs:allow-app-write"] }, { - "description": "fs:scope-log -> This scope permits access to all files and list content of top level directories in the `$LOG`folder.", + "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-log"] + "enum": ["fs:allow-app-write-recursive"] }, { - "description": "fs:scope-log-index -> This scope permits to list all files and folders in the `$LOG`folder.", + "description": "fs:allow-appcache-meta -> This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-log-index"] + "enum": ["fs:allow-appcache-meta"] }, { - "description": "fs:scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", + "description": "fs:allow-appcache-meta-recursive -> This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-log-recursive"] + "enum": ["fs:allow-appcache-meta-recursive"] }, { - "description": "fs:scope-picture -> This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.", + "description": "fs:allow-appcache-read -> This allows non-recursive read access to the `$APPCACHE` folder.", "type": "string", - "enum": ["fs:scope-picture"] + "enum": ["fs:allow-appcache-read"] }, { - "description": "fs:scope-picture-index -> This scope permits to list all files and folders in the `$PICTURE`folder.", + "description": "fs:allow-appcache-read-recursive -> This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-picture-index"] + "enum": ["fs:allow-appcache-read-recursive"] }, { - "description": "fs:scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", + "description": "fs:allow-appcache-write -> This allows non-recursive write access to the `$APPCACHE` folder.", "type": "string", - "enum": ["fs:scope-picture-recursive"] + "enum": ["fs:allow-appcache-write"] }, { - "description": "fs:scope-public -> This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.", + "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-public"] + "enum": ["fs:allow-appcache-write-recursive"] }, { - "description": "fs:scope-public-index -> This scope permits to list all files and folders in the `$PUBLIC`folder.", + "description": "fs:allow-appconfig-meta -> This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-public-index"] + "enum": ["fs:allow-appconfig-meta"] }, { - "description": "fs:scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", + "description": "fs:allow-appconfig-meta-recursive -> This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-public-recursive"] + "enum": ["fs:allow-appconfig-meta-recursive"] }, { - "description": "fs:scope-resource -> This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.", + "description": "fs:allow-appconfig-read -> This allows non-recursive read access to the `$APPCONFIG` folder.", "type": "string", - "enum": ["fs:scope-resource"] + "enum": ["fs:allow-appconfig-read"] }, { - "description": "fs:scope-resource-index -> This scope permits to list all files and folders in the `$RESOURCE`folder.", + "description": "fs:allow-appconfig-read-recursive -> This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-resource-index"] + "enum": ["fs:allow-appconfig-read-recursive"] }, { - "description": "fs:scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", + "description": "fs:allow-appconfig-write -> This allows non-recursive write access to the `$APPCONFIG` folder.", "type": "string", - "enum": ["fs:scope-resource-recursive"] + "enum": ["fs:allow-appconfig-write"] }, { - "description": "fs:scope-runtime -> This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.", + "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-runtime"] + "enum": ["fs:allow-appconfig-write-recursive"] }, { - "description": "fs:scope-runtime-index -> This scope permits to list all files and folders in the `$RUNTIME`folder.", + "description": "fs:allow-appdata-meta -> This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-runtime-index"] + "enum": ["fs:allow-appdata-meta"] }, { - "description": "fs:scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", + "description": "fs:allow-appdata-meta-recursive -> This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-runtime-recursive"] + "enum": ["fs:allow-appdata-meta-recursive"] }, { - "description": "fs:scope-temp -> This scope permits access to all files and list content of top level directories in the `$TEMP`folder.", + "description": "fs:allow-appdata-read -> This allows non-recursive read access to the `$APPDATA` folder.", "type": "string", - "enum": ["fs:scope-temp"] + "enum": ["fs:allow-appdata-read"] }, { - "description": "fs:scope-temp-index -> This scope permits to list all files and folders in the `$TEMP`folder.", + "description": "fs:allow-appdata-read-recursive -> This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-temp-index"] + "enum": ["fs:allow-appdata-read-recursive"] }, { - "description": "fs:scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", + "description": "fs:allow-appdata-write -> This allows non-recursive write access to the `$APPDATA` folder.", "type": "string", - "enum": ["fs:scope-temp-recursive"] + "enum": ["fs:allow-appdata-write"] }, { - "description": "fs:scope-template -> This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.", + "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-template"] + "enum": ["fs:allow-appdata-write-recursive"] }, { - "description": "fs:scope-template-index -> This scope permits to list all files and folders in the `$TEMPLATE`folder.", + "description": "fs:allow-applocaldata-meta -> This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-template-index"] + "enum": ["fs:allow-applocaldata-meta"] }, { - "description": "fs:scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", + "description": "fs:allow-applocaldata-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:scope-template-recursive"] + "enum": ["fs:allow-applocaldata-meta-recursive"] }, { - "description": "fs:scope-video -> This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.", + "description": "fs:allow-applocaldata-read -> This allows non-recursive read access to the `$APPLOCALDATA` folder.", "type": "string", - "enum": ["fs:scope-video"] + "enum": ["fs:allow-applocaldata-read"] }, { - "description": "fs:scope-video-index -> This scope permits to list all files and folders in the `$VIDEO`folder.", + "description": "fs:allow-applocaldata-read-recursive -> This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:scope-video-index"] + "enum": ["fs:allow-applocaldata-read-recursive"] }, { - "description": "fs:scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", + "description": "fs:allow-applocaldata-write -> This allows non-recursive write access to the `$APPLOCALDATA` folder.", "type": "string", - "enum": ["fs:scope-video-recursive"] + "enum": ["fs:allow-applocaldata-write"] }, { - "description": "fs:write-all -> This enables all write related commands without any pre-configured accessible paths.", + "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["fs:write-all"] + "enum": ["fs:allow-applocaldata-write-recursive"] }, { - "description": "fs:write-files -> This enables all file write related commands without any pre-configured accessible paths.", + "description": "fs:allow-applog-meta -> This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", "type": "string", - "enum": ["fs:write-files"] + "enum": ["fs:allow-applog-meta"] }, { - "description": "http:default -> This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n", + "description": "fs:allow-applog-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.", "type": "string", - "enum": ["http:default"] + "enum": ["fs:allow-applog-meta-recursive"] }, { - "description": "http:allow-fetch -> Enables the fetch command without any pre-configured scope.", + "description": "fs:allow-applog-read -> This allows non-recursive read access to the `$APPLOG` folder.", "type": "string", - "enum": ["http:allow-fetch"] + "enum": ["fs:allow-applog-read"] }, { - "description": "http:allow-fetch-cancel -> Enables the fetch_cancel command without any pre-configured scope.", + "description": "fs:allow-applog-read-recursive -> This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", - "enum": ["http:allow-fetch-cancel"] + "enum": ["fs:allow-applog-read-recursive"] }, { - "description": "http:allow-fetch-read-body -> Enables the fetch_read_body command without any pre-configured scope.", + "description": "fs:allow-applog-write -> This allows non-recursive write access to the `$APPLOG` folder.", "type": "string", - "enum": ["http:allow-fetch-read-body"] + "enum": ["fs:allow-applog-write"] }, { - "description": "http:allow-fetch-send -> Enables the fetch_send command without any pre-configured scope.", + "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", - "enum": ["http:allow-fetch-send"] + "enum": ["fs:allow-applog-write-recursive"] }, { - "description": "http:deny-fetch -> Denies the fetch command without any pre-configured scope.", + "description": "fs:allow-audio-meta -> This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", "type": "string", - "enum": ["http:deny-fetch"] + "enum": ["fs:allow-audio-meta"] }, { - "description": "http:deny-fetch-cancel -> Denies the fetch_cancel command without any pre-configured scope.", + "description": "fs:allow-audio-meta-recursive -> This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.", "type": "string", - "enum": ["http:deny-fetch-cancel"] + "enum": ["fs:allow-audio-meta-recursive"] }, { - "description": "http:deny-fetch-read-body -> Denies the fetch_read_body command without any pre-configured scope.", + "description": "fs:allow-audio-read -> This allows non-recursive read access to the `$AUDIO` folder.", "type": "string", - "enum": ["http:deny-fetch-read-body"] + "enum": ["fs:allow-audio-read"] }, { - "description": "http:deny-fetch-send -> Denies the fetch_send command without any pre-configured scope.", + "description": "fs:allow-audio-read-recursive -> This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", - "enum": ["http:deny-fetch-send"] + "enum": ["fs:allow-audio-read-recursive"] }, { - "description": "image:default -> Default permissions for the plugin.", + "description": "fs:allow-audio-write -> This allows non-recursive write access to the `$AUDIO` folder.", "type": "string", - "enum": ["image:default"] + "enum": ["fs:allow-audio-write"] }, { - "description": "image:allow-from-bytes -> Enables the from_bytes command without any pre-configured scope.", + "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", - "enum": ["image:allow-from-bytes"] + "enum": ["fs:allow-audio-write-recursive"] }, { - "description": "image:allow-from-path -> Enables the from_path command without any pre-configured scope.", + "description": "fs:allow-cache-meta -> This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["image:allow-from-path"] + "enum": ["fs:allow-cache-meta"] }, { - "description": "image:allow-new -> Enables the new command without any pre-configured scope.", + "description": "fs:allow-cache-meta-recursive -> This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.", "type": "string", - "enum": ["image:allow-new"] + "enum": ["fs:allow-cache-meta-recursive"] }, { - "description": "image:allow-rgba -> Enables the rgba command without any pre-configured scope.", + "description": "fs:allow-cache-read -> This allows non-recursive read access to the `$CACHE` folder.", "type": "string", - "enum": ["image:allow-rgba"] + "enum": ["fs:allow-cache-read"] }, { - "description": "image:allow-size -> Enables the size command without any pre-configured scope.", + "description": "fs:allow-cache-read-recursive -> This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", - "enum": ["image:allow-size"] + "enum": ["fs:allow-cache-read-recursive"] }, { - "description": "image:deny-from-bytes -> Denies the from_bytes command without any pre-configured scope.", + "description": "fs:allow-cache-write -> This allows non-recursive write access to the `$CACHE` folder.", "type": "string", - "enum": ["image:deny-from-bytes"] + "enum": ["fs:allow-cache-write"] }, { - "description": "image:deny-from-path -> Denies the from_path command without any pre-configured scope.", + "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", - "enum": ["image:deny-from-path"] + "enum": ["fs:allow-cache-write-recursive"] }, { - "description": "image:deny-new -> Denies the new command without any pre-configured scope.", + "description": "fs:allow-config-meta -> This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["image:deny-new"] + "enum": ["fs:allow-config-meta"] }, { - "description": "image:deny-rgba -> Denies the rgba command without any pre-configured scope.", + "description": "fs:allow-config-meta-recursive -> This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.", "type": "string", - "enum": ["image:deny-rgba"] + "enum": ["fs:allow-config-meta-recursive"] }, { - "description": "image:deny-size -> Denies the size command without any pre-configured scope.", + "description": "fs:allow-config-read -> This allows non-recursive read access to the `$CONFIG` folder.", "type": "string", - "enum": ["image:deny-size"] + "enum": ["fs:allow-config-read"] }, { - "description": "log:default -> Allows the log command", + "description": "fs:allow-config-read-recursive -> This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["log:default"] + "enum": ["fs:allow-config-read-recursive"] }, { - "description": "log:allow-log -> Enables the log command without any pre-configured scope.", + "description": "fs:allow-config-write -> This allows non-recursive write access to the `$CONFIG` folder.", "type": "string", - "enum": ["log:allow-log"] + "enum": ["fs:allow-config-write"] }, { - "description": "log:deny-log -> Denies the log command without any pre-configured scope.", + "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", - "enum": ["log:deny-log"] + "enum": ["fs:allow-config-write-recursive"] }, { - "description": "menu:default -> Default permissions for the plugin.", + "description": "fs:allow-data-meta -> This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:default"] + "enum": ["fs:allow-data-meta"] }, { - "description": "menu:allow-append -> Enables the append command without any pre-configured scope.", + "description": "fs:allow-data-meta-recursive -> This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-append"] + "enum": ["fs:allow-data-meta-recursive"] }, { - "description": "menu:allow-create-default -> Enables the create_default command without any pre-configured scope.", + "description": "fs:allow-data-read -> This allows non-recursive read access to the `$DATA` folder.", "type": "string", - "enum": ["menu:allow-create-default"] + "enum": ["fs:allow-data-read"] }, { - "description": "menu:allow-get -> Enables the get command without any pre-configured scope.", + "description": "fs:allow-data-read-recursive -> This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-get"] + "enum": ["fs:allow-data-read-recursive"] }, { - "description": "menu:allow-insert -> Enables the insert command without any pre-configured scope.", + "description": "fs:allow-data-write -> This allows non-recursive write access to the `$DATA` folder.", "type": "string", - "enum": ["menu:allow-insert"] + "enum": ["fs:allow-data-write"] }, { - "description": "menu:allow-is-checked -> Enables the is_checked command without any pre-configured scope.", + "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-is-checked"] + "enum": ["fs:allow-data-write-recursive"] }, { - "description": "menu:allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.", + "description": "fs:allow-desktop-meta -> This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-is-enabled"] + "enum": ["fs:allow-desktop-meta"] }, { - "description": "menu:allow-items -> Enables the items command without any pre-configured scope.", + "description": "fs:allow-desktop-meta-recursive -> This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-items"] + "enum": ["fs:allow-desktop-meta-recursive"] }, { - "description": "menu:allow-new -> Enables the new command without any pre-configured scope.", + "description": "fs:allow-desktop-read -> This allows non-recursive read access to the `$DESKTOP` folder.", "type": "string", - "enum": ["menu:allow-new"] + "enum": ["fs:allow-desktop-read"] }, { - "description": "menu:allow-popup -> Enables the popup command without any pre-configured scope.", + "description": "fs:allow-desktop-read-recursive -> This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-popup"] + "enum": ["fs:allow-desktop-read-recursive"] }, { - "description": "menu:allow-prepend -> Enables the prepend command without any pre-configured scope.", + "description": "fs:allow-desktop-write -> This allows non-recursive write access to the `$DESKTOP` folder.", "type": "string", - "enum": ["menu:allow-prepend"] + "enum": ["fs:allow-desktop-write"] }, { - "description": "menu:allow-remove -> Enables the remove command without any pre-configured scope.", + "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-remove"] + "enum": ["fs:allow-desktop-write-recursive"] }, { - "description": "menu:allow-remove-at -> Enables the remove_at command without any pre-configured scope.", + "description": "fs:allow-document-meta -> This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-remove-at"] + "enum": ["fs:allow-document-meta"] }, { - "description": "menu:allow-set-accelerator -> Enables the set_accelerator command without any pre-configured scope.", + "description": "fs:allow-document-meta-recursive -> This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-set-accelerator"] + "enum": ["fs:allow-document-meta-recursive"] }, { - "description": "menu:allow-set-as-app-menu -> Enables the set_as_app_menu command without any pre-configured scope.", + "description": "fs:allow-document-read -> This allows non-recursive read access to the `$DOCUMENT` folder.", "type": "string", - "enum": ["menu:allow-set-as-app-menu"] + "enum": ["fs:allow-document-read"] }, { - "description": "menu:allow-set-as-help-menu-for-nsapp -> Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-document-read-recursive -> This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-set-as-help-menu-for-nsapp"] + "enum": ["fs:allow-document-read-recursive"] }, { - "description": "menu:allow-set-as-window-menu -> Enables the set_as_window_menu command without any pre-configured scope.", + "description": "fs:allow-document-write -> This allows non-recursive write access to the `$DOCUMENT` folder.", "type": "string", - "enum": ["menu:allow-set-as-window-menu"] + "enum": ["fs:allow-document-write"] }, { - "description": "menu:allow-set-as-windows-menu-for-nsapp -> Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-set-as-windows-menu-for-nsapp"] + "enum": ["fs:allow-document-write-recursive"] }, { - "description": "menu:allow-set-checked -> Enables the set_checked command without any pre-configured scope.", + "description": "fs:allow-download-meta -> This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-set-checked"] + "enum": ["fs:allow-download-meta"] }, { - "description": "menu:allow-set-enabled -> Enables the set_enabled command without any pre-configured scope.", + "description": "fs:allow-download-meta-recursive -> This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:allow-set-enabled"] + "enum": ["fs:allow-download-meta-recursive"] }, { - "description": "menu:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", + "description": "fs:allow-download-read -> This allows non-recursive read access to the `$DOWNLOAD` folder.", "type": "string", - "enum": ["menu:allow-set-icon"] + "enum": ["fs:allow-download-read"] }, { - "description": "menu:allow-set-text -> Enables the set_text command without any pre-configured scope.", + "description": "fs:allow-download-read-recursive -> This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", - "enum": ["menu:allow-set-text"] + "enum": ["fs:allow-download-read-recursive"] }, { - "description": "menu:allow-text -> Enables the text command without any pre-configured scope.", + "description": "fs:allow-download-write -> This allows non-recursive write access to the `$DOWNLOAD` folder.", "type": "string", - "enum": ["menu:allow-text"] + "enum": ["fs:allow-download-write"] }, { - "description": "menu:deny-append -> Denies the append command without any pre-configured scope.", + "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-append"] + "enum": ["fs:allow-download-write-recursive"] }, { - "description": "menu:deny-create-default -> Denies the create_default command without any pre-configured scope.", + "description": "fs:allow-exe-meta -> This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-create-default"] + "enum": ["fs:allow-exe-meta"] }, { - "description": "menu:deny-get -> Denies the get command without any pre-configured scope.", + "description": "fs:allow-exe-meta-recursive -> This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-get"] + "enum": ["fs:allow-exe-meta-recursive"] }, { - "description": "menu:deny-insert -> Denies the insert command without any pre-configured scope.", + "description": "fs:allow-exe-read -> This allows non-recursive read access to the `$EXE` folder.", "type": "string", - "enum": ["menu:deny-insert"] + "enum": ["fs:allow-exe-read"] }, { - "description": "menu:deny-is-checked -> Denies the is_checked command without any pre-configured scope.", + "description": "fs:allow-exe-read-recursive -> This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-is-checked"] + "enum": ["fs:allow-exe-read-recursive"] }, { - "description": "menu:deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.", + "description": "fs:allow-exe-write -> This allows non-recursive write access to the `$EXE` folder.", "type": "string", - "enum": ["menu:deny-is-enabled"] + "enum": ["fs:allow-exe-write"] }, { - "description": "menu:deny-items -> Denies the items command without any pre-configured scope.", + "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-items"] + "enum": ["fs:allow-exe-write-recursive"] }, { - "description": "menu:deny-new -> Denies the new command without any pre-configured scope.", + "description": "fs:allow-font-meta -> This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-new"] + "enum": ["fs:allow-font-meta"] }, { - "description": "menu:deny-popup -> Denies the popup command without any pre-configured scope.", + "description": "fs:allow-font-meta-recursive -> This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-popup"] + "enum": ["fs:allow-font-meta-recursive"] }, { - "description": "menu:deny-prepend -> Denies the prepend command without any pre-configured scope.", + "description": "fs:allow-font-read -> This allows non-recursive read access to the `$FONT` folder.", "type": "string", - "enum": ["menu:deny-prepend"] + "enum": ["fs:allow-font-read"] }, { - "description": "menu:deny-remove -> Denies the remove command without any pre-configured scope.", + "description": "fs:allow-font-read-recursive -> This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-remove"] + "enum": ["fs:allow-font-read-recursive"] }, { - "description": "menu:deny-remove-at -> Denies the remove_at command without any pre-configured scope.", + "description": "fs:allow-font-write -> This allows non-recursive write access to the `$FONT` folder.", "type": "string", - "enum": ["menu:deny-remove-at"] + "enum": ["fs:allow-font-write"] }, { - "description": "menu:deny-set-accelerator -> Denies the set_accelerator command without any pre-configured scope.", + "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-set-accelerator"] + "enum": ["fs:allow-font-write-recursive"] }, { - "description": "menu:deny-set-as-app-menu -> Denies the set_as_app_menu command without any pre-configured scope.", + "description": "fs:allow-home-meta -> This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-as-app-menu"] + "enum": ["fs:allow-home-meta"] }, { - "description": "menu:deny-set-as-help-menu-for-nsapp -> Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-home-meta-recursive -> This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-as-help-menu-for-nsapp"] + "enum": ["fs:allow-home-meta-recursive"] }, { - "description": "menu:deny-set-as-window-menu -> Denies the set_as_window_menu command without any pre-configured scope.", + "description": "fs:allow-home-read -> This allows non-recursive read access to the `$HOME` folder.", "type": "string", - "enum": ["menu:deny-set-as-window-menu"] + "enum": ["fs:allow-home-read"] }, { - "description": "menu:deny-set-as-windows-menu-for-nsapp -> Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "description": "fs:allow-home-read-recursive -> This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-set-as-windows-menu-for-nsapp"] + "enum": ["fs:allow-home-read-recursive"] }, { - "description": "menu:deny-set-checked -> Denies the set_checked command without any pre-configured scope.", + "description": "fs:allow-home-write -> This allows non-recursive write access to the `$HOME` folder.", "type": "string", - "enum": ["menu:deny-set-checked"] + "enum": ["fs:allow-home-write"] }, { - "description": "menu:deny-set-enabled -> Denies the set_enabled command without any pre-configured scope.", + "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", - "enum": ["menu:deny-set-enabled"] + "enum": ["fs:allow-home-write-recursive"] }, { - "description": "menu:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", + "description": "fs:allow-localdata-meta -> This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-icon"] + "enum": ["fs:allow-localdata-meta"] }, { - "description": "menu:deny-set-text -> Denies the set_text command without any pre-configured scope.", + "description": "fs:allow-localdata-meta-recursive -> This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.", "type": "string", - "enum": ["menu:deny-set-text"] + "enum": ["fs:allow-localdata-meta-recursive"] }, { - "description": "menu:deny-text -> Denies the text command without any pre-configured scope.", + "description": "fs:allow-localdata-read -> This allows non-recursive read access to the `$LOCALDATA` folder.", "type": "string", - "enum": ["menu:deny-text"] + "enum": ["fs:allow-localdata-read"] }, { - "description": "os:default -> This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n", + "description": "fs:allow-localdata-read-recursive -> This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["os:default"] + "enum": ["fs:allow-localdata-read-recursive"] }, { - "description": "os:allow-arch -> Enables the arch command without any pre-configured scope.", + "description": "fs:allow-localdata-write -> This allows non-recursive write access to the `$LOCALDATA` folder.", "type": "string", - "enum": ["os:allow-arch"] + "enum": ["fs:allow-localdata-write"] }, { - "description": "os:allow-exe-extension -> Enables the exe_extension command without any pre-configured scope.", + "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", - "enum": ["os:allow-exe-extension"] + "enum": ["fs:allow-localdata-write-recursive"] }, { - "description": "os:allow-family -> Enables the family command without any pre-configured scope.", + "description": "fs:allow-log-meta -> This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", "type": "string", - "enum": ["os:allow-family"] + "enum": ["fs:allow-log-meta"] }, { - "description": "os:allow-hostname -> Enables the hostname command without any pre-configured scope.", + "description": "fs:allow-log-meta-recursive -> This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.", "type": "string", - "enum": ["os:allow-hostname"] + "enum": ["fs:allow-log-meta-recursive"] }, { - "description": "os:allow-locale -> Enables the locale command without any pre-configured scope.", + "description": "fs:allow-log-read -> This allows non-recursive read access to the `$LOG` folder.", "type": "string", - "enum": ["os:allow-locale"] + "enum": ["fs:allow-log-read"] }, { - "description": "os:allow-os-type -> Enables the os_type command without any pre-configured scope.", + "description": "fs:allow-log-read-recursive -> This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.", "type": "string", - "enum": ["os:allow-os-type"] + "enum": ["fs:allow-log-read-recursive"] }, { - "description": "os:allow-platform -> Enables the platform command without any pre-configured scope.", + "description": "fs:allow-log-write -> This allows non-recursive write access to the `$LOG` folder.", "type": "string", - "enum": ["os:allow-platform"] + "enum": ["fs:allow-log-write"] }, { - "description": "os:allow-version -> Enables the version command without any pre-configured scope.", + "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", - "enum": ["os:allow-version"] + "enum": ["fs:allow-log-write-recursive"] }, { - "description": "os:deny-arch -> Denies the arch command without any pre-configured scope.", + "description": "fs:allow-picture-meta -> This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-arch"] + "enum": ["fs:allow-picture-meta"] }, { - "description": "os:deny-exe-extension -> Denies the exe_extension command without any pre-configured scope.", + "description": "fs:allow-picture-meta-recursive -> This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-exe-extension"] + "enum": ["fs:allow-picture-meta-recursive"] }, { - "description": "os:deny-family -> Denies the family command without any pre-configured scope.", + "description": "fs:allow-picture-read -> This allows non-recursive read access to the `$PICTURE` folder.", "type": "string", - "enum": ["os:deny-family"] + "enum": ["fs:allow-picture-read"] }, { - "description": "os:deny-hostname -> Denies the hostname command without any pre-configured scope.", + "description": "fs:allow-picture-read-recursive -> This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", - "enum": ["os:deny-hostname"] + "enum": ["fs:allow-picture-read-recursive"] }, { - "description": "os:deny-locale -> Denies the locale command without any pre-configured scope.", + "description": "fs:allow-picture-write -> This allows non-recursive write access to the `$PICTURE` folder.", "type": "string", - "enum": ["os:deny-locale"] + "enum": ["fs:allow-picture-write"] }, { - "description": "os:deny-os-type -> Denies the os_type command without any pre-configured scope.", + "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", - "enum": ["os:deny-os-type"] + "enum": ["fs:allow-picture-write-recursive"] }, { - "description": "os:deny-platform -> Denies the platform command without any pre-configured scope.", + "description": "fs:allow-public-meta -> This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-platform"] + "enum": ["fs:allow-public-meta"] }, { - "description": "os:deny-version -> Denies the version command without any pre-configured scope.", + "description": "fs:allow-public-meta-recursive -> This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.", "type": "string", - "enum": ["os:deny-version"] + "enum": ["fs:allow-public-meta-recursive"] }, { - "description": "path:default -> Default permissions for the plugin.", + "description": "fs:allow-public-read -> This allows non-recursive read access to the `$PUBLIC` folder.", "type": "string", - "enum": ["path:default"] + "enum": ["fs:allow-public-read"] }, { - "description": "path:allow-basename -> Enables the basename command without any pre-configured scope.", + "description": "fs:allow-public-read-recursive -> This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", - "enum": ["path:allow-basename"] + "enum": ["fs:allow-public-read-recursive"] }, { - "description": "path:allow-dirname -> Enables the dirname command without any pre-configured scope.", + "description": "fs:allow-public-write -> This allows non-recursive write access to the `$PUBLIC` folder.", "type": "string", - "enum": ["path:allow-dirname"] + "enum": ["fs:allow-public-write"] }, { - "description": "path:allow-extname -> Enables the extname command without any pre-configured scope.", + "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", - "enum": ["path:allow-extname"] + "enum": ["fs:allow-public-write-recursive"] }, { - "description": "path:allow-is-absolute -> Enables the is_absolute command without any pre-configured scope.", + "description": "fs:allow-resource-meta -> This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", "type": "string", - "enum": ["path:allow-is-absolute"] + "enum": ["fs:allow-resource-meta"] }, { - "description": "path:allow-join -> Enables the join command without any pre-configured scope.", + "description": "fs:allow-resource-meta-recursive -> This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.", "type": "string", - "enum": ["path:allow-join"] + "enum": ["fs:allow-resource-meta-recursive"] }, { - "description": "path:allow-normalize -> Enables the normalize command without any pre-configured scope.", + "description": "fs:allow-resource-read -> This allows non-recursive read access to the `$RESOURCE` folder.", "type": "string", - "enum": ["path:allow-normalize"] + "enum": ["fs:allow-resource-read"] }, { - "description": "path:allow-resolve -> Enables the resolve command without any pre-configured scope.", + "description": "fs:allow-resource-read-recursive -> This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", - "enum": ["path:allow-resolve"] + "enum": ["fs:allow-resource-read-recursive"] }, { - "description": "path:allow-resolve-directory -> Enables the resolve_directory command without any pre-configured scope.", + "description": "fs:allow-resource-write -> This allows non-recursive write access to the `$RESOURCE` folder.", "type": "string", - "enum": ["path:allow-resolve-directory"] + "enum": ["fs:allow-resource-write"] }, { - "description": "path:deny-basename -> Denies the basename command without any pre-configured scope.", + "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", - "enum": ["path:deny-basename"] + "enum": ["fs:allow-resource-write-recursive"] }, { - "description": "path:deny-dirname -> Denies the dirname command without any pre-configured scope.", + "description": "fs:allow-runtime-meta -> This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", "type": "string", - "enum": ["path:deny-dirname"] + "enum": ["fs:allow-runtime-meta"] }, { - "description": "path:deny-extname -> Denies the extname command without any pre-configured scope.", + "description": "fs:allow-runtime-meta-recursive -> This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.", "type": "string", - "enum": ["path:deny-extname"] + "enum": ["fs:allow-runtime-meta-recursive"] }, { - "description": "path:deny-is-absolute -> Denies the is_absolute command without any pre-configured scope.", + "description": "fs:allow-runtime-read -> This allows non-recursive read access to the `$RUNTIME` folder.", "type": "string", - "enum": ["path:deny-is-absolute"] + "enum": ["fs:allow-runtime-read"] }, { - "description": "path:deny-join -> Denies the join command without any pre-configured scope.", + "description": "fs:allow-runtime-read-recursive -> This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", - "enum": ["path:deny-join"] + "enum": ["fs:allow-runtime-read-recursive"] }, { - "description": "path:deny-normalize -> Denies the normalize command without any pre-configured scope.", + "description": "fs:allow-runtime-write -> This allows non-recursive write access to the `$RUNTIME` folder.", "type": "string", - "enum": ["path:deny-normalize"] + "enum": ["fs:allow-runtime-write"] }, { - "description": "path:deny-resolve -> Denies the resolve command without any pre-configured scope.", + "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", - "enum": ["path:deny-resolve"] + "enum": ["fs:allow-runtime-write-recursive"] }, { - "description": "path:deny-resolve-directory -> Denies the resolve_directory command without any pre-configured scope.", + "description": "fs:allow-temp-meta -> This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", "type": "string", - "enum": ["path:deny-resolve-directory"] + "enum": ["fs:allow-temp-meta"] }, { - "description": "process:default -> This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n", + "description": "fs:allow-temp-meta-recursive -> This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.", "type": "string", - "enum": ["process:default"] + "enum": ["fs:allow-temp-meta-recursive"] }, { - "description": "process:allow-exit -> Enables the exit command without any pre-configured scope.", + "description": "fs:allow-temp-read -> This allows non-recursive read access to the `$TEMP` folder.", "type": "string", - "enum": ["process:allow-exit"] + "enum": ["fs:allow-temp-read"] }, { - "description": "process:allow-restart -> Enables the restart command without any pre-configured scope.", + "description": "fs:allow-temp-read-recursive -> This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", - "enum": ["process:allow-restart"] + "enum": ["fs:allow-temp-read-recursive"] }, { - "description": "process:deny-exit -> Denies the exit command without any pre-configured scope.", + "description": "fs:allow-temp-write -> This allows non-recursive write access to the `$TEMP` folder.", "type": "string", - "enum": ["process:deny-exit"] + "enum": ["fs:allow-temp-write"] }, { - "description": "process:deny-restart -> Denies the restart command without any pre-configured scope.", + "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", - "enum": ["process:deny-restart"] + "enum": ["fs:allow-temp-write-recursive"] }, { - "description": "resources:default -> Default permissions for the plugin.", + "description": "fs:allow-template-meta -> This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", "type": "string", - "enum": ["resources:default"] + "enum": ["fs:allow-template-meta"] }, { - "description": "resources:allow-close -> Enables the close command without any pre-configured scope.", + "description": "fs:allow-template-meta-recursive -> This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.", "type": "string", - "enum": ["resources:allow-close"] + "enum": ["fs:allow-template-meta-recursive"] }, { - "description": "resources:deny-close -> Denies the close command without any pre-configured scope.", + "description": "fs:allow-template-read -> This allows non-recursive read access to the `$TEMPLATE` folder.", "type": "string", - "enum": ["resources:deny-close"] + "enum": ["fs:allow-template-read"] }, { - "description": "shell:default -> This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n", + "description": "fs:allow-template-read-recursive -> This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", - "enum": ["shell:default"] + "enum": ["fs:allow-template-read-recursive"] }, { - "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", + "description": "fs:allow-template-write -> This allows non-recursive write access to the `$TEMPLATE` folder.", "type": "string", - "enum": ["shell:allow-execute"] + "enum": ["fs:allow-template-write"] }, { - "description": "shell:allow-kill -> Enables the kill command without any pre-configured scope.", + "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", - "enum": ["shell:allow-kill"] + "enum": ["fs:allow-template-write-recursive"] }, { - "description": "shell:allow-open -> Enables the open command without any pre-configured scope.", + "description": "fs:allow-video-meta -> This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", "type": "string", - "enum": ["shell:allow-open"] + "enum": ["fs:allow-video-meta"] }, { - "description": "shell:allow-spawn -> Enables the spawn command without any pre-configured scope.", + "description": "fs:allow-video-meta-recursive -> This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.", "type": "string", - "enum": ["shell:allow-spawn"] + "enum": ["fs:allow-video-meta-recursive"] }, { - "description": "shell:allow-stdin-write -> Enables the stdin_write command without any pre-configured scope.", + "description": "fs:allow-video-read -> This allows non-recursive read access to the `$VIDEO` folder.", "type": "string", - "enum": ["shell:allow-stdin-write"] + "enum": ["fs:allow-video-read"] }, { - "description": "shell:deny-execute -> Denies the execute command without any pre-configured scope.", + "description": "fs:allow-video-read-recursive -> This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", - "enum": ["shell:deny-execute"] + "enum": ["fs:allow-video-read-recursive"] }, { - "description": "shell:deny-kill -> Denies the kill command without any pre-configured scope.", + "description": "fs:allow-video-write -> This allows non-recursive write access to the `$VIDEO` folder.", "type": "string", - "enum": ["shell:deny-kill"] + "enum": ["fs:allow-video-write"] }, { - "description": "shell:deny-open -> Denies the open command without any pre-configured scope.", + "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", - "enum": ["shell:deny-open"] + "enum": ["fs:allow-video-write-recursive"] }, { - "description": "shell:deny-spawn -> Denies the spawn command without any pre-configured scope.", + "description": "fs:deny-default -> This denies access to dangerous Tauri relevant files and folders by default.", "type": "string", - "enum": ["shell:deny-spawn"] + "enum": ["fs:deny-default"] }, { - "description": "shell:deny-stdin-write -> Denies the stdin_write command without any pre-configured scope.", + "description": "fs:default -> This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n", "type": "string", - "enum": ["shell:deny-stdin-write"] + "enum": ["fs:default"] }, { - "description": "sql:default -> # Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n", + "description": "fs:allow-copy-file -> Enables the copy_file command without any pre-configured scope.", "type": "string", - "enum": ["sql:default"] + "enum": ["fs:allow-copy-file"] }, { - "description": "sql:allow-close -> Enables the close command without any pre-configured scope.", + "description": "fs:allow-create -> Enables the create command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-close"] + "enum": ["fs:allow-create"] }, { - "description": "sql:allow-execute -> Enables the execute command without any pre-configured scope.", + "description": "fs:allow-exists -> Enables the exists command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-execute"] + "enum": ["fs:allow-exists"] }, { - "description": "sql:allow-load -> Enables the load command without any pre-configured scope.", + "description": "fs:allow-fstat -> Enables the fstat command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-load"] + "enum": ["fs:allow-fstat"] }, { - "description": "sql:allow-select -> Enables the select command without any pre-configured scope.", + "description": "fs:allow-ftruncate -> Enables the ftruncate command without any pre-configured scope.", "type": "string", - "enum": ["sql:allow-select"] + "enum": ["fs:allow-ftruncate"] }, { - "description": "sql:deny-close -> Denies the close command without any pre-configured scope.", + "description": "fs:allow-lstat -> Enables the lstat command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-close"] + "enum": ["fs:allow-lstat"] }, { - "description": "sql:deny-execute -> Denies the execute command without any pre-configured scope.", + "description": "fs:allow-mkdir -> Enables the mkdir command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-execute"] + "enum": ["fs:allow-mkdir"] }, { - "description": "sql:deny-load -> Denies the load command without any pre-configured scope.", + "description": "fs:allow-open -> Enables the open command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-load"] + "enum": ["fs:allow-open"] }, { - "description": "sql:deny-select -> Denies the select command without any pre-configured scope.", + "description": "fs:allow-read -> Enables the read command without any pre-configured scope.", "type": "string", - "enum": ["sql:deny-select"] + "enum": ["fs:allow-read"] }, { - "description": "tray:default -> Default permissions for the plugin.", + "description": "fs:allow-read-dir -> Enables the read_dir command without any pre-configured scope.", "type": "string", - "enum": ["tray:default"] + "enum": ["fs:allow-read-dir"] }, { - "description": "tray:allow-get-by-id -> Enables the get_by_id command without any pre-configured scope.", + "description": "fs:allow-read-file -> Enables the read_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-get-by-id"] + "enum": ["fs:allow-read-file"] }, { - "description": "tray:allow-new -> Enables the new command without any pre-configured scope.", + "description": "fs:allow-read-text-file -> Enables the read_text_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-new"] + "enum": ["fs:allow-read-text-file"] }, { - "description": "tray:allow-remove-by-id -> Enables the remove_by_id command without any pre-configured scope.", + "description": "fs:allow-read-text-file-lines -> Enables the read_text_file_lines command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-remove-by-id"] + "enum": ["fs:allow-read-text-file-lines"] }, { - "description": "tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", + "description": "fs:allow-read-text-file-lines-next -> Enables the read_text_file_lines_next command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-icon"] + "enum": ["fs:allow-read-text-file-lines-next"] }, { - "description": "tray:allow-set-icon-as-template -> Enables the set_icon_as_template command without any pre-configured scope.", + "description": "fs:allow-remove -> Enables the remove command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-icon-as-template"] + "enum": ["fs:allow-remove"] }, { - "description": "tray:allow-set-menu -> Enables the set_menu command without any pre-configured scope.", + "description": "fs:allow-rename -> Enables the rename command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-menu"] + "enum": ["fs:allow-rename"] }, { - "description": "tray:allow-set-show-menu-on-left-click -> Enables the set_show_menu_on_left_click command without any pre-configured scope.", + "description": "fs:allow-seek -> Enables the seek command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-show-menu-on-left-click"] + "enum": ["fs:allow-seek"] }, { - "description": "tray:allow-set-temp-dir-path -> Enables the set_temp_dir_path command without any pre-configured scope.", + "description": "fs:allow-stat -> Enables the stat command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-temp-dir-path"] + "enum": ["fs:allow-stat"] }, { - "description": "tray:allow-set-title -> Enables the set_title command without any pre-configured scope.", + "description": "fs:allow-truncate -> Enables the truncate command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-title"] + "enum": ["fs:allow-truncate"] }, { - "description": "tray:allow-set-tooltip -> Enables the set_tooltip command without any pre-configured scope.", + "description": "fs:allow-unwatch -> Enables the unwatch command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-tooltip"] + "enum": ["fs:allow-unwatch"] }, { - "description": "tray:allow-set-visible -> Enables the set_visible command without any pre-configured scope.", + "description": "fs:allow-watch -> Enables the watch command without any pre-configured scope.", "type": "string", - "enum": ["tray:allow-set-visible"] + "enum": ["fs:allow-watch"] }, { - "description": "tray:deny-get-by-id -> Denies the get_by_id command without any pre-configured scope.", + "description": "fs:allow-write -> Enables the write command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-get-by-id"] + "enum": ["fs:allow-write"] }, { - "description": "tray:deny-new -> Denies the new command without any pre-configured scope.", + "description": "fs:allow-write-file -> Enables the write_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-new"] + "enum": ["fs:allow-write-file"] }, { - "description": "tray:deny-remove-by-id -> Denies the remove_by_id command without any pre-configured scope.", + "description": "fs:allow-write-text-file -> Enables the write_text_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-remove-by-id"] + "enum": ["fs:allow-write-text-file"] }, { - "description": "tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", + "description": "fs:create-app-specific-dirs -> This permissions allows to create the application specific directories.\n", "type": "string", - "enum": ["tray:deny-set-icon"] + "enum": ["fs:create-app-specific-dirs"] }, { - "description": "tray:deny-set-icon-as-template -> Denies the set_icon_as_template command without any pre-configured scope.", + "description": "fs:deny-copy-file -> Denies the copy_file command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-icon-as-template"] + "enum": ["fs:deny-copy-file"] }, { - "description": "tray:deny-set-menu -> Denies the set_menu command without any pre-configured scope.", + "description": "fs:deny-create -> Denies the create command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-menu"] + "enum": ["fs:deny-create"] }, { - "description": "tray:deny-set-show-menu-on-left-click -> Denies the set_show_menu_on_left_click command without any pre-configured scope.", + "description": "fs:deny-exists -> Denies the exists command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-show-menu-on-left-click"] + "enum": ["fs:deny-exists"] }, { - "description": "tray:deny-set-temp-dir-path -> Denies the set_temp_dir_path command without any pre-configured scope.", + "description": "fs:deny-fstat -> Denies the fstat command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-temp-dir-path"] + "enum": ["fs:deny-fstat"] }, { - "description": "tray:deny-set-title -> Denies the set_title command without any pre-configured scope.", + "description": "fs:deny-ftruncate -> Denies the ftruncate command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-title"] + "enum": ["fs:deny-ftruncate"] }, { - "description": "tray:deny-set-tooltip -> Denies the set_tooltip command without any pre-configured scope.", + "description": "fs:deny-lstat -> Denies the lstat command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-tooltip"] + "enum": ["fs:deny-lstat"] }, { - "description": "tray:deny-set-visible -> Denies the set_visible command without any pre-configured scope.", + "description": "fs:deny-mkdir -> Denies the mkdir command without any pre-configured scope.", "type": "string", - "enum": ["tray:deny-set-visible"] + "enum": ["fs:deny-mkdir"] }, { - "description": "webview:default -> Default permissions for the plugin.", + "description": "fs:deny-open -> Denies the open command without any pre-configured scope.", "type": "string", - "enum": ["webview:default"] + "enum": ["fs:deny-open"] }, { - "description": "webview:allow-create-webview -> Enables the create_webview command without any pre-configured scope.", + "description": "fs:deny-read -> Denies the read command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-create-webview"] + "enum": ["fs:deny-read"] }, { - "description": "webview:allow-create-webview-window -> Enables the create_webview_window command without any pre-configured scope.", + "description": "fs:deny-read-dir -> Denies the read_dir command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-create-webview-window"] + "enum": ["fs:deny-read-dir"] }, { - "description": "webview:allow-internal-toggle-devtools -> Enables the internal_toggle_devtools command without any pre-configured scope.", + "description": "fs:deny-read-file -> Denies the read_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-internal-toggle-devtools"] + "enum": ["fs:deny-read-file"] }, { - "description": "webview:allow-print -> Enables the print command without any pre-configured scope.", + "description": "fs:deny-read-text-file -> Denies the read_text_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-print"] + "enum": ["fs:deny-read-text-file"] }, { - "description": "webview:allow-reparent -> Enables the reparent command without any pre-configured scope.", + "description": "fs:deny-read-text-file-lines -> Denies the read_text_file_lines command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-reparent"] + "enum": ["fs:deny-read-text-file-lines"] }, { - "description": "webview:allow-set-webview-focus -> Enables the set_webview_focus command without any pre-configured scope.", + "description": "fs:deny-read-text-file-lines-next -> Denies the read_text_file_lines_next command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-focus"] + "enum": ["fs:deny-read-text-file-lines-next"] }, { - "description": "webview:allow-set-webview-position -> Enables the set_webview_position command without any pre-configured scope.", + "description": "fs:deny-remove -> Denies the remove command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-position"] + "enum": ["fs:deny-remove"] }, { - "description": "webview:allow-set-webview-size -> Enables the set_webview_size command without any pre-configured scope.", + "description": "fs:deny-rename -> Denies the rename command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-size"] + "enum": ["fs:deny-rename"] }, { - "description": "webview:allow-set-webview-zoom -> Enables the set_webview_zoom command without any pre-configured scope.", + "description": "fs:deny-seek -> Denies the seek command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-set-webview-zoom"] + "enum": ["fs:deny-seek"] }, { - "description": "webview:allow-webview-close -> Enables the webview_close command without any pre-configured scope.", + "description": "fs:deny-stat -> Denies the stat command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-webview-close"] + "enum": ["fs:deny-stat"] }, { - "description": "webview:allow-webview-position -> Enables the webview_position command without any pre-configured scope.", + "description": "fs:deny-truncate -> Denies the truncate command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-webview-position"] + "enum": ["fs:deny-truncate"] }, { - "description": "webview:allow-webview-size -> Enables the webview_size command without any pre-configured scope.", + "description": "fs:deny-unwatch -> Denies the unwatch command without any pre-configured scope.", "type": "string", - "enum": ["webview:allow-webview-size"] + "enum": ["fs:deny-unwatch"] }, { - "description": "webview:deny-create-webview -> Denies the create_webview command without any pre-configured scope.", + "description": "fs:deny-watch -> Denies the watch command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-create-webview"] + "enum": ["fs:deny-watch"] }, { - "description": "webview:deny-create-webview-window -> Denies the create_webview_window command without any pre-configured scope.", + "description": "fs:deny-webview-data-linux -> This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", "type": "string", - "enum": ["webview:deny-create-webview-window"] + "enum": ["fs:deny-webview-data-linux"] }, { - "description": "webview:deny-internal-toggle-devtools -> Denies the internal_toggle_devtools command without any pre-configured scope.", + "description": "fs:deny-webview-data-windows -> This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", "type": "string", - "enum": ["webview:deny-internal-toggle-devtools"] + "enum": ["fs:deny-webview-data-windows"] }, { - "description": "webview:deny-print -> Denies the print command without any pre-configured scope.", + "description": "fs:deny-write -> Denies the write command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-print"] + "enum": ["fs:deny-write"] }, { - "description": "webview:deny-reparent -> Denies the reparent command without any pre-configured scope.", + "description": "fs:deny-write-file -> Denies the write_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-reparent"] + "enum": ["fs:deny-write-file"] }, { - "description": "webview:deny-set-webview-focus -> Denies the set_webview_focus command without any pre-configured scope.", + "description": "fs:deny-write-text-file -> Denies the write_text_file command without any pre-configured scope.", "type": "string", - "enum": ["webview:deny-set-webview-focus"] + "enum": ["fs:deny-write-text-file"] }, { - "description": "webview:deny-set-webview-position -> Denies the set_webview_position command without any pre-configured scope.", + "description": "fs:read-all -> This enables all read related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-set-webview-position"] + "enum": ["fs:read-all"] }, { - "description": "webview:deny-set-webview-size -> Denies the set_webview_size command without any pre-configured scope.", + "description": "fs:read-app-specific-dirs-recursive -> This permission allows recursive read functionality on the application\nspecific base directories. \n", "type": "string", - "enum": ["webview:deny-set-webview-size"] + "enum": ["fs:read-app-specific-dirs-recursive"] }, { - "description": "webview:deny-set-webview-zoom -> Denies the set_webview_zoom command without any pre-configured scope.", + "description": "fs:read-dirs -> This enables directory read and file metadata related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-set-webview-zoom"] + "enum": ["fs:read-dirs"] }, { - "description": "webview:deny-webview-close -> Denies the webview_close command without any pre-configured scope.", + "description": "fs:read-files -> This enables file read related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-webview-close"] + "enum": ["fs:read-files"] }, { - "description": "webview:deny-webview-position -> Denies the webview_position command without any pre-configured scope.", + "description": "fs:read-meta -> This enables all index or metadata related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["webview:deny-webview-position"] + "enum": ["fs:read-meta"] }, { - "description": "webview:deny-webview-size -> Denies the webview_size command without any pre-configured scope.", + "description": "fs:scope -> An empty permission you can use to modify the global scope.", "type": "string", - "enum": ["webview:deny-webview-size"] + "enum": ["fs:scope"] }, { - "description": "window:default -> Default permissions for the plugin.", + "description": "fs:scope-app -> This scope permits access to all files and list content of top level directories in the `$APP`folder.", "type": "string", - "enum": ["window:default"] + "enum": ["fs:scope-app"] }, { - "description": "window:allow-available-monitors -> Enables the available_monitors command without any pre-configured scope.", + "description": "fs:scope-app-index -> This scope permits to list all files and folders in the `$APP`folder.", "type": "string", - "enum": ["window:allow-available-monitors"] + "enum": ["fs:scope-app-index"] }, { - "description": "window:allow-center -> Enables the center command without any pre-configured scope.", + "description": "fs:scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-center"] + "enum": ["fs:scope-app-recursive"] }, { - "description": "window:allow-close -> Enables the close command without any pre-configured scope.", + "description": "fs:scope-appcache -> This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.", "type": "string", - "enum": ["window:allow-close"] + "enum": ["fs:scope-appcache"] }, { - "description": "window:allow-create -> Enables the create command without any pre-configured scope.", + "description": "fs:scope-appcache-index -> This scope permits to list all files and folders in the `$APPCACHE`folder.", "type": "string", - "enum": ["window:allow-create"] + "enum": ["fs:scope-appcache-index"] }, { - "description": "window:allow-current-monitor -> Enables the current_monitor command without any pre-configured scope.", + "description": "fs:scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-current-monitor"] + "enum": ["fs:scope-appcache-recursive"] }, { - "description": "window:allow-cursor-position -> Enables the cursor_position command without any pre-configured scope.", + "description": "fs:scope-appconfig -> This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.", "type": "string", - "enum": ["window:allow-cursor-position"] + "enum": ["fs:scope-appconfig"] }, { - "description": "window:allow-destroy -> Enables the destroy command without any pre-configured scope.", + "description": "fs:scope-appconfig-index -> This scope permits to list all files and folders in the `$APPCONFIG`folder.", "type": "string", - "enum": ["window:allow-destroy"] + "enum": ["fs:scope-appconfig-index"] }, { - "description": "window:allow-hide -> Enables the hide command without any pre-configured scope.", + "description": "fs:scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-hide"] + "enum": ["fs:scope-appconfig-recursive"] }, { - "description": "window:allow-inner-position -> Enables the inner_position command without any pre-configured scope.", + "description": "fs:scope-appdata -> This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.", "type": "string", - "enum": ["window:allow-inner-position"] + "enum": ["fs:scope-appdata"] }, { - "description": "window:allow-inner-size -> Enables the inner_size command without any pre-configured scope.", + "description": "fs:scope-appdata-index -> This scope permits to list all files and folders in the `$APPDATA`folder.", "type": "string", - "enum": ["window:allow-inner-size"] + "enum": ["fs:scope-appdata-index"] }, { - "description": "window:allow-internal-toggle-maximize -> Enables the internal_toggle_maximize command without any pre-configured scope.", + "description": "fs:scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-internal-toggle-maximize"] + "enum": ["fs:scope-appdata-recursive"] }, { - "description": "window:allow-is-closable -> Enables the is_closable command without any pre-configured scope.", + "description": "fs:scope-applocaldata -> This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.", "type": "string", - "enum": ["window:allow-is-closable"] + "enum": ["fs:scope-applocaldata"] }, { - "description": "window:allow-is-decorated -> Enables the is_decorated command without any pre-configured scope.", + "description": "fs:scope-applocaldata-index -> This scope permits to list all files and folders in the `$APPLOCALDATA`folder.", "type": "string", - "enum": ["window:allow-is-decorated"] + "enum": ["fs:scope-applocaldata-index"] }, { - "description": "window:allow-is-focused -> Enables the is_focused command without any pre-configured scope.", + "description": "fs:scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-is-focused"] + "enum": ["fs:scope-applocaldata-recursive"] }, { - "description": "window:allow-is-fullscreen -> Enables the is_fullscreen command without any pre-configured scope.", + "description": "fs:scope-applog -> This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.", "type": "string", - "enum": ["window:allow-is-fullscreen"] + "enum": ["fs:scope-applog"] }, { - "description": "window:allow-is-maximizable -> Enables the is_maximizable command without any pre-configured scope.", + "description": "fs:scope-applog-index -> This scope permits to list all files and folders in the `$APPLOG`folder.", "type": "string", - "enum": ["window:allow-is-maximizable"] + "enum": ["fs:scope-applog-index"] }, { - "description": "window:allow-is-maximized -> Enables the is_maximized command without any pre-configured scope.", + "description": "fs:scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-is-maximized"] + "enum": ["fs:scope-applog-recursive"] }, { - "description": "window:allow-is-minimizable -> Enables the is_minimizable command without any pre-configured scope.", + "description": "fs:scope-audio -> This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.", "type": "string", - "enum": ["window:allow-is-minimizable"] + "enum": ["fs:scope-audio"] }, { - "description": "window:allow-is-minimized -> Enables the is_minimized command without any pre-configured scope.", + "description": "fs:scope-audio-index -> This scope permits to list all files and folders in the `$AUDIO`folder.", "type": "string", - "enum": ["window:allow-is-minimized"] + "enum": ["fs:scope-audio-index"] }, { - "description": "window:allow-is-resizable -> Enables the is_resizable command without any pre-configured scope.", + "description": "fs:scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-is-resizable"] + "enum": ["fs:scope-audio-recursive"] }, { - "description": "window:allow-is-visible -> Enables the is_visible command without any pre-configured scope.", + "description": "fs:scope-cache -> This scope permits access to all files and list content of top level directories in the `$CACHE`folder.", "type": "string", - "enum": ["window:allow-is-visible"] + "enum": ["fs:scope-cache"] }, { - "description": "window:allow-maximize -> Enables the maximize command without any pre-configured scope.", + "description": "fs:scope-cache-index -> This scope permits to list all files and folders in the `$CACHE`folder.", "type": "string", - "enum": ["window:allow-maximize"] + "enum": ["fs:scope-cache-index"] }, { - "description": "window:allow-minimize -> Enables the minimize command without any pre-configured scope.", + "description": "fs:scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-minimize"] + "enum": ["fs:scope-cache-recursive"] }, { - "description": "window:allow-monitor-from-point -> Enables the monitor_from_point command without any pre-configured scope.", + "description": "fs:scope-config -> This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.", "type": "string", - "enum": ["window:allow-monitor-from-point"] + "enum": ["fs:scope-config"] }, { - "description": "window:allow-outer-position -> Enables the outer_position command without any pre-configured scope.", + "description": "fs:scope-config-index -> This scope permits to list all files and folders in the `$CONFIG`folder.", "type": "string", - "enum": ["window:allow-outer-position"] + "enum": ["fs:scope-config-index"] }, { - "description": "window:allow-outer-size -> Enables the outer_size command without any pre-configured scope.", + "description": "fs:scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-outer-size"] + "enum": ["fs:scope-config-recursive"] }, { - "description": "window:allow-primary-monitor -> Enables the primary_monitor command without any pre-configured scope.", + "description": "fs:scope-data -> This scope permits access to all files and list content of top level directories in the `$DATA`folder.", "type": "string", - "enum": ["window:allow-primary-monitor"] + "enum": ["fs:scope-data"] }, { - "description": "window:allow-request-user-attention -> Enables the request_user_attention command without any pre-configured scope.", + "description": "fs:scope-data-index -> This scope permits to list all files and folders in the `$DATA`folder.", "type": "string", - "enum": ["window:allow-request-user-attention"] + "enum": ["fs:scope-data-index"] }, { - "description": "window:allow-scale-factor -> Enables the scale_factor command without any pre-configured scope.", + "description": "fs:scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-scale-factor"] + "enum": ["fs:scope-data-recursive"] }, { - "description": "window:allow-set-always-on-bottom -> Enables the set_always_on_bottom command without any pre-configured scope.", + "description": "fs:scope-desktop -> This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.", "type": "string", - "enum": ["window:allow-set-always-on-bottom"] + "enum": ["fs:scope-desktop"] }, { - "description": "window:allow-set-always-on-top -> Enables the set_always_on_top command without any pre-configured scope.", + "description": "fs:scope-desktop-index -> This scope permits to list all files and folders in the `$DESKTOP`folder.", "type": "string", - "enum": ["window:allow-set-always-on-top"] + "enum": ["fs:scope-desktop-index"] }, { - "description": "window:allow-set-closable -> Enables the set_closable command without any pre-configured scope.", + "description": "fs:scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-closable"] + "enum": ["fs:scope-desktop-recursive"] }, { - "description": "window:allow-set-content-protected -> Enables the set_content_protected command without any pre-configured scope.", + "description": "fs:scope-document -> This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.", "type": "string", - "enum": ["window:allow-set-content-protected"] + "enum": ["fs:scope-document"] }, { - "description": "window:allow-set-cursor-grab -> Enables the set_cursor_grab command without any pre-configured scope.", + "description": "fs:scope-document-index -> This scope permits to list all files and folders in the `$DOCUMENT`folder.", "type": "string", - "enum": ["window:allow-set-cursor-grab"] + "enum": ["fs:scope-document-index"] }, { - "description": "window:allow-set-cursor-icon -> Enables the set_cursor_icon command without any pre-configured scope.", + "description": "fs:scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-cursor-icon"] + "enum": ["fs:scope-document-recursive"] }, { - "description": "window:allow-set-cursor-position -> Enables the set_cursor_position command without any pre-configured scope.", + "description": "fs:scope-download -> This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.", "type": "string", - "enum": ["window:allow-set-cursor-position"] + "enum": ["fs:scope-download"] }, { - "description": "window:allow-set-cursor-visible -> Enables the set_cursor_visible command without any pre-configured scope.", + "description": "fs:scope-download-index -> This scope permits to list all files and folders in the `$DOWNLOAD`folder.", "type": "string", - "enum": ["window:allow-set-cursor-visible"] + "enum": ["fs:scope-download-index"] }, { - "description": "window:allow-set-decorations -> Enables the set_decorations command without any pre-configured scope.", + "description": "fs:scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-decorations"] + "enum": ["fs:scope-download-recursive"] }, { - "description": "window:allow-set-effects -> Enables the set_effects command without any pre-configured scope.", + "description": "fs:scope-exe -> This scope permits access to all files and list content of top level directories in the `$EXE`folder.", "type": "string", - "enum": ["window:allow-set-effects"] + "enum": ["fs:scope-exe"] }, { - "description": "window:allow-set-focus -> Enables the set_focus command without any pre-configured scope.", + "description": "fs:scope-exe-index -> This scope permits to list all files and folders in the `$EXE`folder.", "type": "string", - "enum": ["window:allow-set-focus"] + "enum": ["fs:scope-exe-index"] }, { - "description": "window:allow-set-fullscreen -> Enables the set_fullscreen command without any pre-configured scope.", + "description": "fs:scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-fullscreen"] + "enum": ["fs:scope-exe-recursive"] }, { - "description": "window:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", + "description": "fs:scope-font -> This scope permits access to all files and list content of top level directories in the `$FONT`folder.", "type": "string", - "enum": ["window:allow-set-icon"] + "enum": ["fs:scope-font"] }, { - "description": "window:allow-set-ignore-cursor-events -> Enables the set_ignore_cursor_events command without any pre-configured scope.", + "description": "fs:scope-font-index -> This scope permits to list all files and folders in the `$FONT`folder.", "type": "string", - "enum": ["window:allow-set-ignore-cursor-events"] + "enum": ["fs:scope-font-index"] }, { - "description": "window:allow-set-max-size -> Enables the set_max_size command without any pre-configured scope.", + "description": "fs:scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-max-size"] + "enum": ["fs:scope-font-recursive"] }, { - "description": "window:allow-set-maximizable -> Enables the set_maximizable command without any pre-configured scope.", + "description": "fs:scope-home -> This scope permits access to all files and list content of top level directories in the `$HOME`folder.", "type": "string", - "enum": ["window:allow-set-maximizable"] + "enum": ["fs:scope-home"] }, { - "description": "window:allow-set-min-size -> Enables the set_min_size command without any pre-configured scope.", + "description": "fs:scope-home-index -> This scope permits to list all files and folders in the `$HOME`folder.", "type": "string", - "enum": ["window:allow-set-min-size"] + "enum": ["fs:scope-home-index"] }, { - "description": "window:allow-set-minimizable -> Enables the set_minimizable command without any pre-configured scope.", + "description": "fs:scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-minimizable"] + "enum": ["fs:scope-home-recursive"] }, { - "description": "window:allow-set-position -> Enables the set_position command without any pre-configured scope.", + "description": "fs:scope-localdata -> This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.", "type": "string", - "enum": ["window:allow-set-position"] + "enum": ["fs:scope-localdata"] }, { - "description": "window:allow-set-progress-bar -> Enables the set_progress_bar command without any pre-configured scope.", + "description": "fs:scope-localdata-index -> This scope permits to list all files and folders in the `$LOCALDATA`folder.", "type": "string", - "enum": ["window:allow-set-progress-bar"] + "enum": ["fs:scope-localdata-index"] }, { - "description": "window:allow-set-resizable -> Enables the set_resizable command without any pre-configured scope.", + "description": "fs:scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-resizable"] + "enum": ["fs:scope-localdata-recursive"] }, { - "description": "window:allow-set-shadow -> Enables the set_shadow command without any pre-configured scope.", + "description": "fs:scope-log -> This scope permits access to all files and list content of top level directories in the `$LOG`folder.", "type": "string", - "enum": ["window:allow-set-shadow"] + "enum": ["fs:scope-log"] }, { - "description": "window:allow-set-size -> Enables the set_size command without any pre-configured scope.", + "description": "fs:scope-log-index -> This scope permits to list all files and folders in the `$LOG`folder.", "type": "string", - "enum": ["window:allow-set-size"] + "enum": ["fs:scope-log-index"] }, { - "description": "window:allow-set-size-constraints -> Enables the set_size_constraints command without any pre-configured scope.", + "description": "fs:scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-size-constraints"] + "enum": ["fs:scope-log-recursive"] }, { - "description": "window:allow-set-skip-taskbar -> Enables the set_skip_taskbar command without any pre-configured scope.", + "description": "fs:scope-picture -> This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.", "type": "string", - "enum": ["window:allow-set-skip-taskbar"] + "enum": ["fs:scope-picture"] }, { - "description": "window:allow-set-title -> Enables the set_title command without any pre-configured scope.", + "description": "fs:scope-picture-index -> This scope permits to list all files and folders in the `$PICTURE`folder.", "type": "string", - "enum": ["window:allow-set-title"] + "enum": ["fs:scope-picture-index"] }, { - "description": "window:allow-set-title-bar-style -> Enables the set_title_bar_style command without any pre-configured scope.", + "description": "fs:scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-set-title-bar-style"] + "enum": ["fs:scope-picture-recursive"] }, { - "description": "window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.", + "description": "fs:scope-public -> This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.", "type": "string", - "enum": ["window:allow-set-visible-on-all-workspaces"] + "enum": ["fs:scope-public"] }, { - "description": "window:allow-show -> Enables the show command without any pre-configured scope.", + "description": "fs:scope-public-index -> This scope permits to list all files and folders in the `$PUBLIC`folder.", "type": "string", - "enum": ["window:allow-show"] + "enum": ["fs:scope-public-index"] }, { - "description": "window:allow-start-dragging -> Enables the start_dragging command without any pre-configured scope.", + "description": "fs:scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-start-dragging"] + "enum": ["fs:scope-public-recursive"] }, { - "description": "window:allow-start-resize-dragging -> Enables the start_resize_dragging command without any pre-configured scope.", + "description": "fs:scope-resource -> This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.", "type": "string", - "enum": ["window:allow-start-resize-dragging"] + "enum": ["fs:scope-resource"] }, { - "description": "window:allow-theme -> Enables the theme command without any pre-configured scope.", + "description": "fs:scope-resource-index -> This scope permits to list all files and folders in the `$RESOURCE`folder.", "type": "string", - "enum": ["window:allow-theme"] + "enum": ["fs:scope-resource-index"] }, { - "description": "window:allow-title -> Enables the title command without any pre-configured scope.", + "description": "fs:scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-title"] + "enum": ["fs:scope-resource-recursive"] }, { - "description": "window:allow-toggle-maximize -> Enables the toggle_maximize command without any pre-configured scope.", + "description": "fs:scope-runtime -> This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.", "type": "string", - "enum": ["window:allow-toggle-maximize"] + "enum": ["fs:scope-runtime"] }, { - "description": "window:allow-unmaximize -> Enables the unmaximize command without any pre-configured scope.", + "description": "fs:scope-runtime-index -> This scope permits to list all files and folders in the `$RUNTIME`folder.", "type": "string", - "enum": ["window:allow-unmaximize"] + "enum": ["fs:scope-runtime-index"] }, { - "description": "window:allow-unminimize -> Enables the unminimize command without any pre-configured scope.", + "description": "fs:scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", "type": "string", - "enum": ["window:allow-unminimize"] + "enum": ["fs:scope-runtime-recursive"] }, { - "description": "window:deny-available-monitors -> Denies the available_monitors command without any pre-configured scope.", + "description": "fs:scope-temp -> This scope permits access to all files and list content of top level directories in the `$TEMP`folder.", "type": "string", - "enum": ["window:deny-available-monitors"] + "enum": ["fs:scope-temp"] }, { - "description": "window:deny-center -> Denies the center command without any pre-configured scope.", + "description": "fs:scope-temp-index -> This scope permits to list all files and folders in the `$TEMP`folder.", "type": "string", - "enum": ["window:deny-center"] + "enum": ["fs:scope-temp-index"] }, { - "description": "window:deny-close -> Denies the close command without any pre-configured scope.", + "description": "fs:scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", "type": "string", - "enum": ["window:deny-close"] + "enum": ["fs:scope-temp-recursive"] }, { - "description": "window:deny-create -> Denies the create command without any pre-configured scope.", + "description": "fs:scope-template -> This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.", "type": "string", - "enum": ["window:deny-create"] + "enum": ["fs:scope-template"] }, { - "description": "window:deny-current-monitor -> Denies the current_monitor command without any pre-configured scope.", + "description": "fs:scope-template-index -> This scope permits to list all files and folders in the `$TEMPLATE`folder.", "type": "string", - "enum": ["window:deny-current-monitor"] + "enum": ["fs:scope-template-index"] }, { - "description": "window:deny-cursor-position -> Denies the cursor_position command without any pre-configured scope.", + "description": "fs:scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", "type": "string", - "enum": ["window:deny-cursor-position"] + "enum": ["fs:scope-template-recursive"] }, { - "description": "window:deny-destroy -> Denies the destroy command without any pre-configured scope.", + "description": "fs:scope-video -> This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.", "type": "string", - "enum": ["window:deny-destroy"] + "enum": ["fs:scope-video"] }, { - "description": "window:deny-hide -> Denies the hide command without any pre-configured scope.", + "description": "fs:scope-video-index -> This scope permits to list all files and folders in the `$VIDEO`folder.", "type": "string", - "enum": ["window:deny-hide"] + "enum": ["fs:scope-video-index"] }, { - "description": "window:deny-inner-position -> Denies the inner_position command without any pre-configured scope.", + "description": "fs:scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", "type": "string", - "enum": ["window:deny-inner-position"] + "enum": ["fs:scope-video-recursive"] }, { - "description": "window:deny-inner-size -> Denies the inner_size command without any pre-configured scope.", + "description": "fs:write-all -> This enables all write related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["window:deny-inner-size"] + "enum": ["fs:write-all"] }, { - "description": "window:deny-internal-toggle-maximize -> Denies the internal_toggle_maximize command without any pre-configured scope.", + "description": "fs:write-files -> This enables all file write related commands without any pre-configured accessible paths.", "type": "string", - "enum": ["window:deny-internal-toggle-maximize"] + "enum": ["fs:write-files"] }, { - "description": "window:deny-is-closable -> Denies the is_closable command without any pre-configured scope.", + "description": "http:default -> This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n", "type": "string", - "enum": ["window:deny-is-closable"] + "enum": ["http:default"] }, { - "description": "window:deny-is-decorated -> Denies the is_decorated command without any pre-configured scope.", + "description": "http:allow-fetch -> Enables the fetch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-decorated"] + "enum": ["http:allow-fetch"] }, { - "description": "window:deny-is-focused -> Denies the is_focused command without any pre-configured scope.", + "description": "http:allow-fetch-cancel -> Enables the fetch_cancel command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-focused"] + "enum": ["http:allow-fetch-cancel"] }, { - "description": "window:deny-is-fullscreen -> Denies the is_fullscreen command without any pre-configured scope.", + "description": "http:allow-fetch-read-body -> Enables the fetch_read_body command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-fullscreen"] + "enum": ["http:allow-fetch-read-body"] }, { - "description": "window:deny-is-maximizable -> Denies the is_maximizable command without any pre-configured scope.", + "description": "http:allow-fetch-send -> Enables the fetch_send command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-maximizable"] + "enum": ["http:allow-fetch-send"] }, { - "description": "window:deny-is-maximized -> Denies the is_maximized command without any pre-configured scope.", + "description": "http:deny-fetch -> Denies the fetch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-maximized"] + "enum": ["http:deny-fetch"] }, { - "description": "window:deny-is-minimizable -> Denies the is_minimizable command without any pre-configured scope.", + "description": "http:deny-fetch-cancel -> Denies the fetch_cancel command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-minimizable"] + "enum": ["http:deny-fetch-cancel"] }, { - "description": "window:deny-is-minimized -> Denies the is_minimized command without any pre-configured scope.", + "description": "http:deny-fetch-read-body -> Denies the fetch_read_body command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-minimized"] + "enum": ["http:deny-fetch-read-body"] }, { - "description": "window:deny-is-resizable -> Denies the is_resizable command without any pre-configured scope.", + "description": "http:deny-fetch-send -> Denies the fetch_send command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-is-resizable"] + "enum": ["http:deny-fetch-send"] }, { - "description": "window:deny-is-visible -> Denies the is_visible command without any pre-configured scope.", + "description": "log:default -> Allows the log command", "type": "string", - "enum": ["window:deny-is-visible"] + "enum": ["log:default"] }, { - "description": "window:deny-maximize -> Denies the maximize command without any pre-configured scope.", + "description": "log:allow-log -> Enables the log command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-maximize"] + "enum": ["log:allow-log"] }, { - "description": "window:deny-minimize -> Denies the minimize command without any pre-configured scope.", + "description": "log:deny-log -> Denies the log command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-minimize"] + "enum": ["log:deny-log"] }, { - "description": "window:deny-monitor-from-point -> Denies the monitor_from_point command without any pre-configured scope.", + "description": "os:default -> This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n", "type": "string", - "enum": ["window:deny-monitor-from-point"] + "enum": ["os:default"] }, { - "description": "window:deny-outer-position -> Denies the outer_position command without any pre-configured scope.", + "description": "os:allow-arch -> Enables the arch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-outer-position"] + "enum": ["os:allow-arch"] }, { - "description": "window:deny-outer-size -> Denies the outer_size command without any pre-configured scope.", + "description": "os:allow-exe-extension -> Enables the exe_extension command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-outer-size"] + "enum": ["os:allow-exe-extension"] }, { - "description": "window:deny-primary-monitor -> Denies the primary_monitor command without any pre-configured scope.", + "description": "os:allow-family -> Enables the family command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-primary-monitor"] + "enum": ["os:allow-family"] }, { - "description": "window:deny-request-user-attention -> Denies the request_user_attention command without any pre-configured scope.", + "description": "os:allow-hostname -> Enables the hostname command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-request-user-attention"] + "enum": ["os:allow-hostname"] }, { - "description": "window:deny-scale-factor -> Denies the scale_factor command without any pre-configured scope.", + "description": "os:allow-locale -> Enables the locale command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-scale-factor"] + "enum": ["os:allow-locale"] }, { - "description": "window:deny-set-always-on-bottom -> Denies the set_always_on_bottom command without any pre-configured scope.", + "description": "os:allow-os-type -> Enables the os_type command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-always-on-bottom"] + "enum": ["os:allow-os-type"] }, { - "description": "window:deny-set-always-on-top -> Denies the set_always_on_top command without any pre-configured scope.", + "description": "os:allow-platform -> Enables the platform command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-always-on-top"] + "enum": ["os:allow-platform"] }, { - "description": "window:deny-set-closable -> Denies the set_closable command without any pre-configured scope.", + "description": "os:allow-version -> Enables the version command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-closable"] + "enum": ["os:allow-version"] }, { - "description": "window:deny-set-content-protected -> Denies the set_content_protected command without any pre-configured scope.", + "description": "os:deny-arch -> Denies the arch command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-content-protected"] + "enum": ["os:deny-arch"] }, { - "description": "window:deny-set-cursor-grab -> Denies the set_cursor_grab command without any pre-configured scope.", + "description": "os:deny-exe-extension -> Denies the exe_extension command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-grab"] + "enum": ["os:deny-exe-extension"] }, { - "description": "window:deny-set-cursor-icon -> Denies the set_cursor_icon command without any pre-configured scope.", + "description": "os:deny-family -> Denies the family command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-icon"] + "enum": ["os:deny-family"] }, { - "description": "window:deny-set-cursor-position -> Denies the set_cursor_position command without any pre-configured scope.", + "description": "os:deny-hostname -> Denies the hostname command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-position"] + "enum": ["os:deny-hostname"] }, { - "description": "window:deny-set-cursor-visible -> Denies the set_cursor_visible command without any pre-configured scope.", + "description": "os:deny-locale -> Denies the locale command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-cursor-visible"] + "enum": ["os:deny-locale"] }, { - "description": "window:deny-set-decorations -> Denies the set_decorations command without any pre-configured scope.", + "description": "os:deny-os-type -> Denies the os_type command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-decorations"] + "enum": ["os:deny-os-type"] }, { - "description": "window:deny-set-effects -> Denies the set_effects command without any pre-configured scope.", + "description": "os:deny-platform -> Denies the platform command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-effects"] + "enum": ["os:deny-platform"] }, { - "description": "window:deny-set-focus -> Denies the set_focus command without any pre-configured scope.", + "description": "os:deny-version -> Denies the version command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-focus"] + "enum": ["os:deny-version"] }, { - "description": "window:deny-set-fullscreen -> Denies the set_fullscreen command without any pre-configured scope.", + "description": "process:default -> This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n", "type": "string", - "enum": ["window:deny-set-fullscreen"] + "enum": ["process:default"] }, { - "description": "window:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", + "description": "process:allow-exit -> Enables the exit command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-icon"] + "enum": ["process:allow-exit"] }, { - "description": "window:deny-set-ignore-cursor-events -> Denies the set_ignore_cursor_events command without any pre-configured scope.", + "description": "process:allow-restart -> Enables the restart command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-ignore-cursor-events"] + "enum": ["process:allow-restart"] }, { - "description": "window:deny-set-max-size -> Denies the set_max_size command without any pre-configured scope.", + "description": "process:deny-exit -> Denies the exit command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-max-size"] + "enum": ["process:deny-exit"] }, { - "description": "window:deny-set-maximizable -> Denies the set_maximizable command without any pre-configured scope.", + "description": "process:deny-restart -> Denies the restart command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-maximizable"] + "enum": ["process:deny-restart"] }, { - "description": "window:deny-set-min-size -> Denies the set_min_size command without any pre-configured scope.", + "description": "shell:default -> This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality without any specific\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n", "type": "string", - "enum": ["window:deny-set-min-size"] + "enum": ["shell:default"] }, { - "description": "window:deny-set-minimizable -> Denies the set_minimizable command without any pre-configured scope.", + "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-minimizable"] + "enum": ["shell:allow-execute"] }, { - "description": "window:deny-set-position -> Denies the set_position command without any pre-configured scope.", + "description": "shell:allow-kill -> Enables the kill command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-position"] + "enum": ["shell:allow-kill"] }, { - "description": "window:deny-set-progress-bar -> Denies the set_progress_bar command without any pre-configured scope.", + "description": "shell:allow-open -> Enables the open command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-progress-bar"] + "enum": ["shell:allow-open"] }, { - "description": "window:deny-set-resizable -> Denies the set_resizable command without any pre-configured scope.", + "description": "shell:allow-spawn -> Enables the spawn command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-resizable"] + "enum": ["shell:allow-spawn"] }, { - "description": "window:deny-set-shadow -> Denies the set_shadow command without any pre-configured scope.", + "description": "shell:allow-stdin-write -> Enables the stdin_write command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-shadow"] + "enum": ["shell:allow-stdin-write"] }, { - "description": "window:deny-set-size -> Denies the set_size command without any pre-configured scope.", + "description": "shell:deny-execute -> Denies the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-size"] + "enum": ["shell:deny-execute"] }, { - "description": "window:deny-set-size-constraints -> Denies the set_size_constraints command without any pre-configured scope.", + "description": "shell:deny-kill -> Denies the kill command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-size-constraints"] + "enum": ["shell:deny-kill"] }, { - "description": "window:deny-set-skip-taskbar -> Denies the set_skip_taskbar command without any pre-configured scope.", + "description": "shell:deny-open -> Denies the open command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-skip-taskbar"] + "enum": ["shell:deny-open"] }, { - "description": "window:deny-set-title -> Denies the set_title command without any pre-configured scope.", + "description": "shell:deny-spawn -> Denies the spawn command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-title"] + "enum": ["shell:deny-spawn"] }, { - "description": "window:deny-set-title-bar-style -> Denies the set_title_bar_style command without any pre-configured scope.", + "description": "shell:deny-stdin-write -> Denies the stdin_write command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-set-title-bar-style"] + "enum": ["shell:deny-stdin-write"] }, { - "description": "window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.", + "description": "sql:default -> # Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n", "type": "string", - "enum": ["window:deny-set-visible-on-all-workspaces"] + "enum": ["sql:default"] }, { - "description": "window:deny-show -> Denies the show command without any pre-configured scope.", + "description": "sql:allow-close -> Enables the close command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-show"] + "enum": ["sql:allow-close"] }, { - "description": "window:deny-start-dragging -> Denies the start_dragging command without any pre-configured scope.", + "description": "sql:allow-execute -> Enables the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-start-dragging"] + "enum": ["sql:allow-execute"] }, { - "description": "window:deny-start-resize-dragging -> Denies the start_resize_dragging command without any pre-configured scope.", + "description": "sql:allow-load -> Enables the load command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-start-resize-dragging"] + "enum": ["sql:allow-load"] }, { - "description": "window:deny-theme -> Denies the theme command without any pre-configured scope.", + "description": "sql:allow-select -> Enables the select command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-theme"] + "enum": ["sql:allow-select"] }, { - "description": "window:deny-title -> Denies the title command without any pre-configured scope.", + "description": "sql:deny-close -> Denies the close command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-title"] + "enum": ["sql:deny-close"] }, { - "description": "window:deny-toggle-maximize -> Denies the toggle_maximize command without any pre-configured scope.", + "description": "sql:deny-execute -> Denies the execute command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-toggle-maximize"] + "enum": ["sql:deny-execute"] }, { - "description": "window:deny-unmaximize -> Denies the unmaximize command without any pre-configured scope.", + "description": "sql:deny-load -> Denies the load command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-unmaximize"] + "enum": ["sql:deny-load"] }, { - "description": "window:deny-unminimize -> Denies the unminimize command without any pre-configured scope.", + "description": "sql:deny-select -> Denies the select command without any pre-configured scope.", "type": "string", - "enum": ["window:deny-unminimize"] + "enum": ["sql:deny-select"] } ] }, diff --git a/src/App.vue b/src/App.vue index 604d941c..acb5924f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,7 +43,7 @@ let themeListener: UnlistenFn; let urlListener: UnlistenFn; onBeforeMount(async () => { - const win = webviewWindow.getCurrent(); + const win = webviewWindow.getCurrentWebviewWindow(); isMain.value = win.label === "TeyvatGuide"; if (isMain.value) { const title = "Teyvat Guide v" + (await app.getVersion()) + " Beta"; @@ -66,7 +66,7 @@ async function checkResize(): Promise { }); return; } - const windowCur = await webviewWindow.getCurrent(); + const windowCur = await webviewWindow.getCurrentWebviewWindow(); if (await windowCur.isMaximized()) return; const designSize = getSize(windowCur.label); const widthScale = screen.size.width / 1920; diff --git a/src/components/app/t-sidebar.vue b/src/components/app/t-sidebar.vue index 16b3a4db..421580cd 100644 --- a/src/components/app/t-sidebar.vue +++ b/src/components/app/t-sidebar.vue @@ -301,7 +301,7 @@ onMounted(async () => { const theme = e.payload; themeGet.value = theme === "default" ? "default" : "dark"; }); - if (webviewWindow.getCurrent().label === "TeyvatGuide") { + if (webviewWindow.getCurrentWebviewWindow().label === "TeyvatGuide") { await mhyClient.run(); } if (userStore.briefInfo.value && userStore.briefInfo.value.nickname) { diff --git a/src/views/t-anno.vue b/src/views/t-anno.vue index 6668aa69..f67a6c3f 100644 --- a/src/views/t-anno.vue +++ b/src/views/t-anno.vue @@ -75,7 +75,9 @@ onMounted(async () => { annoHtml.value = await TGUtils.Anno.parseContent(annoData.value.content); if (annoData.value.banner !== "") annoBanner.value = await saveImgLocal(annoData.value.banner); annoTitle.value = `Anno_${annoId}`; - await webviewWindow.getCurrent().setTitle(`Anno_${annoId} ${annoData.value.title}`); + await webviewWindow + .getCurrentWebviewWindow() + .setTitle(`Anno_${annoId} ${annoData.value.title}`); annoRef.value = document.querySelector(".anno-body"); } catch (error) { if (error instanceof Error) @@ -83,7 +85,7 @@ onMounted(async () => { else console.error(error); loadingEmpty.value = true; loadingTitle.value = "公告不存在或解析失败"; - await webviewWindow.getCurrent().setTitle(`Anno_${annoId} Parsing Error`); + await webviewWindow.getCurrentWebviewWindow().setTitle(`Anno_${annoId} Parsing Error`); return; } // 打开 json diff --git a/src/views/t-post.vue b/src/views/t-post.vue index d93a01a5..86fece50 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -136,7 +136,7 @@ onMounted(async () => { if (!postId) { loadingEmpty.value = true; loadingTitle.value = "未找到数据"; - await webviewWindow.getCurrent().setTitle("未找到数据"); + await webviewWindow.getCurrentWebviewWindow().setTitle("未找到数据"); await TGLogger.Error("[t-post][onMounted] PostID 不存在"); return; } @@ -147,7 +147,9 @@ onMounted(async () => { loadingTitle.value = "正在渲染数据..."; renderPost.value = getRenderPost(postData.value); shareTitle.value = `Post_${postId}`; - await webviewWindow.getCurrent().setTitle(`Post_${postId} ${postData.value.post.subject}`); + await webviewWindow + .getCurrentWebviewWindow() + .setTitle(`Post_${postId} ${postData.value.post.subject}`); } catch (error) { if (error instanceof Error) { await TGLogger.Error(`[t-post][${postId}] ${error.name}: ${error.message}`); @@ -159,7 +161,7 @@ onMounted(async () => { loadingSub.value = "请检查帖子是否存在或者是否为合法的帖子"; } loadingEmpty.value = true; - await webviewWindow.getCurrent().setTitle(`Post_${postId} Parsing Error`); + await webviewWindow.getCurrentWebviewWindow().setTitle(`Post_${postId} Parsing Error`); return; } await TGLogger.Info(`[t-post][${postId}][onMounted] ${postData.value.post.subject}`);