|
2601 | 2601 | "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`" |
2602 | 2602 | }, |
2603 | 2603 | { |
2604 | | - "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`", |
| 2604 | + "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`", |
2605 | 2605 | "type": "string", |
2606 | 2606 | "const": "core:app:default", |
2607 | | - "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`" |
| 2607 | + "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`" |
2608 | 2608 | }, |
2609 | 2609 | { |
2610 | 2610 | "description": "Enables the app_hide command without any pre-configured scope.", |
|
2678 | 2678 | "const": "core:app:allow-set-dock-visibility", |
2679 | 2679 | "markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope." |
2680 | 2680 | }, |
| 2681 | + { |
| 2682 | + "description": "Enables the supports_multiple_windows command without any pre-configured scope.", |
| 2683 | + "type": "string", |
| 2684 | + "const": "core:app:allow-supports-multiple-windows", |
| 2685 | + "markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope." |
| 2686 | + }, |
2681 | 2687 | { |
2682 | 2688 | "description": "Enables the tauri_version command without any pre-configured scope.", |
2683 | 2689 | "type": "string", |
|
2762 | 2768 | "const": "core:app:deny-set-dock-visibility", |
2763 | 2769 | "markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope." |
2764 | 2770 | }, |
| 2771 | + { |
| 2772 | + "description": "Denies the supports_multiple_windows command without any pre-configured scope.", |
| 2773 | + "type": "string", |
| 2774 | + "const": "core:app:deny-supports-multiple-windows", |
| 2775 | + "markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope." |
| 2776 | + }, |
2765 | 2777 | { |
2766 | 2778 | "description": "Denies the tauri_version command without any pre-configured scope.", |
2767 | 2779 | "type": "string", |
|
3285 | 3297 | "markdownDescription": "Denies the close command without any pre-configured scope." |
3286 | 3298 | }, |
3287 | 3299 | { |
3288 | | - "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`", |
| 3300 | + "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`", |
3289 | 3301 | "type": "string", |
3290 | 3302 | "const": "core:tray:default", |
3291 | | - "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`" |
| 3303 | + "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`" |
3292 | 3304 | }, |
3293 | 3305 | { |
3294 | 3306 | "description": "Enables the get_by_id command without any pre-configured scope.", |
|
3320 | 3332 | "const": "core:tray:allow-set-icon-as-template", |
3321 | 3333 | "markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope." |
3322 | 3334 | }, |
| 3335 | + { |
| 3336 | + "description": "Enables the set_icon_with_as_template command without any pre-configured scope.", |
| 3337 | + "type": "string", |
| 3338 | + "const": "core:tray:allow-set-icon-with-as-template", |
| 3339 | + "markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope." |
| 3340 | + }, |
3323 | 3341 | { |
3324 | 3342 | "description": "Enables the set_menu command without any pre-configured scope.", |
3325 | 3343 | "type": "string", |
|
3386 | 3404 | "const": "core:tray:deny-set-icon-as-template", |
3387 | 3405 | "markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope." |
3388 | 3406 | }, |
| 3407 | + { |
| 3408 | + "description": "Denies the set_icon_with_as_template command without any pre-configured scope.", |
| 3409 | + "type": "string", |
| 3410 | + "const": "core:tray:deny-set-icon-with-as-template", |
| 3411 | + "markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope." |
| 3412 | + }, |
3389 | 3413 | { |
3390 | 3414 | "description": "Denies the set_menu command without any pre-configured scope.", |
3391 | 3415 | "type": "string", |
|
3645 | 3669 | "markdownDescription": "Denies the webview_size command without any pre-configured scope." |
3646 | 3670 | }, |
3647 | 3671 | { |
3648 | | - "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`", |
| 3672 | + "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`", |
3649 | 3673 | "type": "string", |
3650 | 3674 | "const": "core:window:default", |
3651 | | - "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`" |
| 3675 | + "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`" |
| 3676 | + }, |
| 3677 | + { |
| 3678 | + "description": "Enables the activity_name command without any pre-configured scope.", |
| 3679 | + "type": "string", |
| 3680 | + "const": "core:window:allow-activity-name", |
| 3681 | + "markdownDescription": "Enables the activity_name command without any pre-configured scope." |
3652 | 3682 | }, |
3653 | 3683 | { |
3654 | 3684 | "description": "Enables the available_monitors command without any pre-configured scope.", |
|
3842 | 3872 | "const": "core:window:allow-scale-factor", |
3843 | 3873 | "markdownDescription": "Enables the scale_factor command without any pre-configured scope." |
3844 | 3874 | }, |
| 3875 | + { |
| 3876 | + "description": "Enables the scene_identifier command without any pre-configured scope.", |
| 3877 | + "type": "string", |
| 3878 | + "const": "core:window:allow-scene-identifier", |
| 3879 | + "markdownDescription": "Enables the scene_identifier command without any pre-configured scope." |
| 3880 | + }, |
3845 | 3881 | { |
3846 | 3882 | "description": "Enables the set_always_on_bottom command without any pre-configured scope.", |
3847 | 3883 | "type": "string", |
|
4106 | 4142 | "const": "core:window:allow-unminimize", |
4107 | 4143 | "markdownDescription": "Enables the unminimize command without any pre-configured scope." |
4108 | 4144 | }, |
| 4145 | + { |
| 4146 | + "description": "Denies the activity_name command without any pre-configured scope.", |
| 4147 | + "type": "string", |
| 4148 | + "const": "core:window:deny-activity-name", |
| 4149 | + "markdownDescription": "Denies the activity_name command without any pre-configured scope." |
| 4150 | + }, |
4109 | 4151 | { |
4110 | 4152 | "description": "Denies the available_monitors command without any pre-configured scope.", |
4111 | 4153 | "type": "string", |
|
4298 | 4340 | "const": "core:window:deny-scale-factor", |
4299 | 4341 | "markdownDescription": "Denies the scale_factor command without any pre-configured scope." |
4300 | 4342 | }, |
| 4343 | + { |
| 4344 | + "description": "Denies the scene_identifier command without any pre-configured scope.", |
| 4345 | + "type": "string", |
| 4346 | + "const": "core:window:deny-scene-identifier", |
| 4347 | + "markdownDescription": "Denies the scene_identifier command without any pre-configured scope." |
| 4348 | + }, |
4301 | 4349 | { |
4302 | 4350 | "description": "Denies the set_always_on_bottom command without any pre-configured scope.", |
4303 | 4351 | "type": "string", |
|
0 commit comments