|
2217 | 2217 | "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`" |
2218 | 2218 | }, |
2219 | 2219 | { |
2220 | | - "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`", |
| 2220 | + "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`", |
2221 | 2221 | "type": "string", |
2222 | 2222 | "const": "core:app:default", |
2223 | | - "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`" |
| 2223 | + "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`" |
2224 | 2224 | }, |
2225 | 2225 | { |
2226 | 2226 | "description": "Enables the app_hide command without any pre-configured scope.", |
|
2294 | 2294 | "const": "core:app:allow-set-dock-visibility", |
2295 | 2295 | "markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope." |
2296 | 2296 | }, |
| 2297 | + { |
| 2298 | + "description": "Enables the supports_multiple_windows command without any pre-configured scope.", |
| 2299 | + "type": "string", |
| 2300 | + "const": "core:app:allow-supports-multiple-windows", |
| 2301 | + "markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope." |
| 2302 | + }, |
2297 | 2303 | { |
2298 | 2304 | "description": "Enables the tauri_version command without any pre-configured scope.", |
2299 | 2305 | "type": "string", |
|
2378 | 2384 | "const": "core:app:deny-set-dock-visibility", |
2379 | 2385 | "markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope." |
2380 | 2386 | }, |
| 2387 | + { |
| 2388 | + "description": "Denies the supports_multiple_windows command without any pre-configured scope.", |
| 2389 | + "type": "string", |
| 2390 | + "const": "core:app:deny-supports-multiple-windows", |
| 2391 | + "markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope." |
| 2392 | + }, |
2381 | 2393 | { |
2382 | 2394 | "description": "Denies the tauri_version command without any pre-configured scope.", |
2383 | 2395 | "type": "string", |
|
2901 | 2913 | "markdownDescription": "Denies the close command without any pre-configured scope." |
2902 | 2914 | }, |
2903 | 2915 | { |
2904 | | - "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`", |
| 2916 | + "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`", |
2905 | 2917 | "type": "string", |
2906 | 2918 | "const": "core:tray:default", |
2907 | | - "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`" |
| 2919 | + "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`" |
2908 | 2920 | }, |
2909 | 2921 | { |
2910 | 2922 | "description": "Enables the get_by_id command without any pre-configured scope.", |
|
2936 | 2948 | "const": "core:tray:allow-set-icon-as-template", |
2937 | 2949 | "markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope." |
2938 | 2950 | }, |
| 2951 | + { |
| 2952 | + "description": "Enables the set_icon_with_as_template command without any pre-configured scope.", |
| 2953 | + "type": "string", |
| 2954 | + "const": "core:tray:allow-set-icon-with-as-template", |
| 2955 | + "markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope." |
| 2956 | + }, |
2939 | 2957 | { |
2940 | 2958 | "description": "Enables the set_menu command without any pre-configured scope.", |
2941 | 2959 | "type": "string", |
|
3002 | 3020 | "const": "core:tray:deny-set-icon-as-template", |
3003 | 3021 | "markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope." |
3004 | 3022 | }, |
| 3023 | + { |
| 3024 | + "description": "Denies the set_icon_with_as_template command without any pre-configured scope.", |
| 3025 | + "type": "string", |
| 3026 | + "const": "core:tray:deny-set-icon-with-as-template", |
| 3027 | + "markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope." |
| 3028 | + }, |
3005 | 3029 | { |
3006 | 3030 | "description": "Denies the set_menu command without any pre-configured scope.", |
3007 | 3031 | "type": "string", |
|
3261 | 3285 | "markdownDescription": "Denies the webview_size command without any pre-configured scope." |
3262 | 3286 | }, |
3263 | 3287 | { |
3264 | | - "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`", |
| 3288 | + "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`", |
3265 | 3289 | "type": "string", |
3266 | 3290 | "const": "core:window:default", |
3267 | | - "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`" |
| 3291 | + "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`" |
| 3292 | + }, |
| 3293 | + { |
| 3294 | + "description": "Enables the activity_name command without any pre-configured scope.", |
| 3295 | + "type": "string", |
| 3296 | + "const": "core:window:allow-activity-name", |
| 3297 | + "markdownDescription": "Enables the activity_name command without any pre-configured scope." |
3268 | 3298 | }, |
3269 | 3299 | { |
3270 | 3300 | "description": "Enables the available_monitors command without any pre-configured scope.", |
|
3458 | 3488 | "const": "core:window:allow-scale-factor", |
3459 | 3489 | "markdownDescription": "Enables the scale_factor command without any pre-configured scope." |
3460 | 3490 | }, |
| 3491 | + { |
| 3492 | + "description": "Enables the scene_identifier command without any pre-configured scope.", |
| 3493 | + "type": "string", |
| 3494 | + "const": "core:window:allow-scene-identifier", |
| 3495 | + "markdownDescription": "Enables the scene_identifier command without any pre-configured scope." |
| 3496 | + }, |
3461 | 3497 | { |
3462 | 3498 | "description": "Enables the set_always_on_bottom command without any pre-configured scope.", |
3463 | 3499 | "type": "string", |
|
3722 | 3758 | "const": "core:window:allow-unminimize", |
3723 | 3759 | "markdownDescription": "Enables the unminimize command without any pre-configured scope." |
3724 | 3760 | }, |
| 3761 | + { |
| 3762 | + "description": "Denies the activity_name command without any pre-configured scope.", |
| 3763 | + "type": "string", |
| 3764 | + "const": "core:window:deny-activity-name", |
| 3765 | + "markdownDescription": "Denies the activity_name command without any pre-configured scope." |
| 3766 | + }, |
3725 | 3767 | { |
3726 | 3768 | "description": "Denies the available_monitors command without any pre-configured scope.", |
3727 | 3769 | "type": "string", |
|
3914 | 3956 | "const": "core:window:deny-scale-factor", |
3915 | 3957 | "markdownDescription": "Denies the scale_factor command without any pre-configured scope." |
3916 | 3958 | }, |
| 3959 | + { |
| 3960 | + "description": "Denies the scene_identifier command without any pre-configured scope.", |
| 3961 | + "type": "string", |
| 3962 | + "const": "core:window:deny-scene-identifier", |
| 3963 | + "markdownDescription": "Denies the scene_identifier command without any pre-configured scope." |
| 3964 | + }, |
3917 | 3965 | { |
3918 | 3966 | "description": "Denies the set_always_on_bottom command without any pre-configured scope.", |
3919 | 3967 | "type": "string", |
|
0 commit comments