|
393 | 393 | "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`" |
394 | 394 | }, |
395 | 395 | { |
396 | | - "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`", |
| 396 | + "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`", |
397 | 397 | "type": "string", |
398 | 398 | "const": "core:app:default", |
399 | | - "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`" |
| 399 | + "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`" |
400 | 400 | }, |
401 | 401 | { |
402 | 402 | "description": "Enables the app_hide command without any pre-configured scope.", |
|
470 | 470 | "const": "core:app:allow-set-dock-visibility", |
471 | 471 | "markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope." |
472 | 472 | }, |
| 473 | + { |
| 474 | + "description": "Enables the supports_multiple_windows command without any pre-configured scope.", |
| 475 | + "type": "string", |
| 476 | + "const": "core:app:allow-supports-multiple-windows", |
| 477 | + "markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope." |
| 478 | + }, |
473 | 479 | { |
474 | 480 | "description": "Enables the tauri_version command without any pre-configured scope.", |
475 | 481 | "type": "string", |
|
554 | 560 | "const": "core:app:deny-set-dock-visibility", |
555 | 561 | "markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope." |
556 | 562 | }, |
| 563 | + { |
| 564 | + "description": "Denies the supports_multiple_windows command without any pre-configured scope.", |
| 565 | + "type": "string", |
| 566 | + "const": "core:app:deny-supports-multiple-windows", |
| 567 | + "markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope." |
| 568 | + }, |
557 | 569 | { |
558 | 570 | "description": "Denies the tauri_version command without any pre-configured scope.", |
559 | 571 | "type": "string", |
|
1077 | 1089 | "markdownDescription": "Denies the close command without any pre-configured scope." |
1078 | 1090 | }, |
1079 | 1091 | { |
1080 | | - "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`", |
| 1092 | + "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`", |
1081 | 1093 | "type": "string", |
1082 | 1094 | "const": "core:tray:default", |
1083 | | - "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`" |
| 1095 | + "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`" |
1084 | 1096 | }, |
1085 | 1097 | { |
1086 | 1098 | "description": "Enables the get_by_id command without any pre-configured scope.", |
|
1112 | 1124 | "const": "core:tray:allow-set-icon-as-template", |
1113 | 1125 | "markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope." |
1114 | 1126 | }, |
| 1127 | + { |
| 1128 | + "description": "Enables the set_icon_with_as_template command without any pre-configured scope.", |
| 1129 | + "type": "string", |
| 1130 | + "const": "core:tray:allow-set-icon-with-as-template", |
| 1131 | + "markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope." |
| 1132 | + }, |
1115 | 1133 | { |
1116 | 1134 | "description": "Enables the set_menu command without any pre-configured scope.", |
1117 | 1135 | "type": "string", |
|
1178 | 1196 | "const": "core:tray:deny-set-icon-as-template", |
1179 | 1197 | "markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope." |
1180 | 1198 | }, |
| 1199 | + { |
| 1200 | + "description": "Denies the set_icon_with_as_template command without any pre-configured scope.", |
| 1201 | + "type": "string", |
| 1202 | + "const": "core:tray:deny-set-icon-with-as-template", |
| 1203 | + "markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope." |
| 1204 | + }, |
1181 | 1205 | { |
1182 | 1206 | "description": "Denies the set_menu command without any pre-configured scope.", |
1183 | 1207 | "type": "string", |
|
1437 | 1461 | "markdownDescription": "Denies the webview_size command without any pre-configured scope." |
1438 | 1462 | }, |
1439 | 1463 | { |
1440 | | - "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`", |
| 1464 | + "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`", |
1441 | 1465 | "type": "string", |
1442 | 1466 | "const": "core:window:default", |
1443 | | - "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`" |
| 1467 | + "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`" |
| 1468 | + }, |
| 1469 | + { |
| 1470 | + "description": "Enables the activity_name command without any pre-configured scope.", |
| 1471 | + "type": "string", |
| 1472 | + "const": "core:window:allow-activity-name", |
| 1473 | + "markdownDescription": "Enables the activity_name command without any pre-configured scope." |
1444 | 1474 | }, |
1445 | 1475 | { |
1446 | 1476 | "description": "Enables the available_monitors command without any pre-configured scope.", |
|
1634 | 1664 | "const": "core:window:allow-scale-factor", |
1635 | 1665 | "markdownDescription": "Enables the scale_factor command without any pre-configured scope." |
1636 | 1666 | }, |
| 1667 | + { |
| 1668 | + "description": "Enables the scene_identifier command without any pre-configured scope.", |
| 1669 | + "type": "string", |
| 1670 | + "const": "core:window:allow-scene-identifier", |
| 1671 | + "markdownDescription": "Enables the scene_identifier command without any pre-configured scope." |
| 1672 | + }, |
1637 | 1673 | { |
1638 | 1674 | "description": "Enables the set_always_on_bottom command without any pre-configured scope.", |
1639 | 1675 | "type": "string", |
|
1898 | 1934 | "const": "core:window:allow-unminimize", |
1899 | 1935 | "markdownDescription": "Enables the unminimize command without any pre-configured scope." |
1900 | 1936 | }, |
| 1937 | + { |
| 1938 | + "description": "Denies the activity_name command without any pre-configured scope.", |
| 1939 | + "type": "string", |
| 1940 | + "const": "core:window:deny-activity-name", |
| 1941 | + "markdownDescription": "Denies the activity_name command without any pre-configured scope." |
| 1942 | + }, |
1901 | 1943 | { |
1902 | 1944 | "description": "Denies the available_monitors command without any pre-configured scope.", |
1903 | 1945 | "type": "string", |
|
2090 | 2132 | "const": "core:window:deny-scale-factor", |
2091 | 2133 | "markdownDescription": "Denies the scale_factor command without any pre-configured scope." |
2092 | 2134 | }, |
| 2135 | + { |
| 2136 | + "description": "Denies the scene_identifier command without any pre-configured scope.", |
| 2137 | + "type": "string", |
| 2138 | + "const": "core:window:deny-scene-identifier", |
| 2139 | + "markdownDescription": "Denies the scene_identifier command without any pre-configured scope." |
| 2140 | + }, |
2093 | 2141 | { |
2094 | 2142 | "description": "Denies the set_always_on_bottom command without any pre-configured scope.", |
2095 | 2143 | "type": "string", |
|
0 commit comments