|
183 | 183 | "markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`" |
184 | 184 | }, |
185 | 185 | { |
186 | | - "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`", |
| 186 | + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`", |
187 | 187 | "type": "string", |
188 | 188 | "const": "core:app:default", |
189 | | - "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`" |
| 189 | + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`" |
190 | 190 | }, |
191 | 191 | { |
192 | 192 | "description": "Enables the app_hide command without any pre-configured scope.", |
|
260 | 260 | "const": "core:app:allow-set-dock-visibility", |
261 | 261 | "markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope." |
262 | 262 | }, |
| 263 | + { |
| 264 | + "description": "Enables the supports_multiple_windows command without any pre-configured scope.", |
| 265 | + "type": "string", |
| 266 | + "const": "core:app:allow-supports-multiple-windows", |
| 267 | + "markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope." |
| 268 | + }, |
263 | 269 | { |
264 | 270 | "description": "Enables the tauri_version command without any pre-configured scope.", |
265 | 271 | "type": "string", |
|
344 | 350 | "const": "core:app:deny-set-dock-visibility", |
345 | 351 | "markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope." |
346 | 352 | }, |
| 353 | + { |
| 354 | + "description": "Denies the supports_multiple_windows command without any pre-configured scope.", |
| 355 | + "type": "string", |
| 356 | + "const": "core:app:deny-supports-multiple-windows", |
| 357 | + "markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope." |
| 358 | + }, |
347 | 359 | { |
348 | 360 | "description": "Denies the tauri_version command without any pre-configured scope.", |
349 | 361 | "type": "string", |
|
867 | 879 | "markdownDescription": "Denies the close command without any pre-configured scope." |
868 | 880 | }, |
869 | 881 | { |
870 | | - "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-show-menu-on-left-click`", |
| 882 | + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`", |
871 | 883 | "type": "string", |
872 | 884 | "const": "core:tray:default", |
873 | | - "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-show-menu-on-left-click`" |
| 885 | + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`" |
874 | 886 | }, |
875 | 887 | { |
876 | 888 | "description": "Enables the get_by_id command without any pre-configured scope.", |
|
902 | 914 | "const": "core:tray:allow-set-icon-as-template", |
903 | 915 | "markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope." |
904 | 916 | }, |
| 917 | + { |
| 918 | + "description": "Enables the set_icon_with_as_template command without any pre-configured scope.", |
| 919 | + "type": "string", |
| 920 | + "const": "core:tray:allow-set-icon-with-as-template", |
| 921 | + "markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope." |
| 922 | + }, |
905 | 923 | { |
906 | 924 | "description": "Enables the set_menu command without any pre-configured scope.", |
907 | 925 | "type": "string", |
|
968 | 986 | "const": "core:tray:deny-set-icon-as-template", |
969 | 987 | "markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope." |
970 | 988 | }, |
| 989 | + { |
| 990 | + "description": "Denies the set_icon_with_as_template command without any pre-configured scope.", |
| 991 | + "type": "string", |
| 992 | + "const": "core:tray:deny-set-icon-with-as-template", |
| 993 | + "markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope." |
| 994 | + }, |
971 | 995 | { |
972 | 996 | "description": "Denies the set_menu command without any pre-configured scope.", |
973 | 997 | "type": "string", |
|
1227 | 1251 | "markdownDescription": "Denies the webview_size command without any pre-configured scope." |
1228 | 1252 | }, |
1229 | 1253 | { |
1230 | | - "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-internal-toggle-maximize`", |
| 1254 | + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`", |
1231 | 1255 | "type": "string", |
1232 | 1256 | "const": "core:window:default", |
1233 | | - "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-internal-toggle-maximize`" |
| 1257 | + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`" |
| 1258 | + }, |
| 1259 | + { |
| 1260 | + "description": "Enables the activity_name command without any pre-configured scope.", |
| 1261 | + "type": "string", |
| 1262 | + "const": "core:window:allow-activity-name", |
| 1263 | + "markdownDescription": "Enables the activity_name command without any pre-configured scope." |
1234 | 1264 | }, |
1235 | 1265 | { |
1236 | 1266 | "description": "Enables the available_monitors command without any pre-configured scope.", |
|
1424 | 1454 | "const": "core:window:allow-scale-factor", |
1425 | 1455 | "markdownDescription": "Enables the scale_factor command without any pre-configured scope." |
1426 | 1456 | }, |
| 1457 | + { |
| 1458 | + "description": "Enables the scene_identifier command without any pre-configured scope.", |
| 1459 | + "type": "string", |
| 1460 | + "const": "core:window:allow-scene-identifier", |
| 1461 | + "markdownDescription": "Enables the scene_identifier command without any pre-configured scope." |
| 1462 | + }, |
1427 | 1463 | { |
1428 | 1464 | "description": "Enables the set_always_on_bottom command without any pre-configured scope.", |
1429 | 1465 | "type": "string", |
|
1688 | 1724 | "const": "core:window:allow-unminimize", |
1689 | 1725 | "markdownDescription": "Enables the unminimize command without any pre-configured scope." |
1690 | 1726 | }, |
| 1727 | + { |
| 1728 | + "description": "Denies the activity_name command without any pre-configured scope.", |
| 1729 | + "type": "string", |
| 1730 | + "const": "core:window:deny-activity-name", |
| 1731 | + "markdownDescription": "Denies the activity_name command without any pre-configured scope." |
| 1732 | + }, |
1691 | 1733 | { |
1692 | 1734 | "description": "Denies the available_monitors command without any pre-configured scope.", |
1693 | 1735 | "type": "string", |
|
1880 | 1922 | "const": "core:window:deny-scale-factor", |
1881 | 1923 | "markdownDescription": "Denies the scale_factor command without any pre-configured scope." |
1882 | 1924 | }, |
| 1925 | + { |
| 1926 | + "description": "Denies the scene_identifier command without any pre-configured scope.", |
| 1927 | + "type": "string", |
| 1928 | + "const": "core:window:deny-scene-identifier", |
| 1929 | + "markdownDescription": "Denies the scene_identifier command without any pre-configured scope." |
| 1930 | + }, |
1883 | 1931 | { |
1884 | 1932 | "description": "Denies the set_always_on_bottom command without any pre-configured scope.", |
1885 | 1933 | "type": "string", |
|
0 commit comments