## Default Permission

Allows debug-tools commands for WebView inspection and log capture.

#### Granted Permissions

All debug-tools commands are enabled by default.

#### Note

For full functionality, also enable official plugins:
- `log:default` for automatic console log collection
- `screenshots:default` for cross-platform screenshot capture

#### This default permission set includes the following:

- `allow-capture-webview-state`
- `allow-get-console-logs`
- `allow-send-debug-command`
- `allow-append-debug-logs`
- `allow-reset-debug-logs`
- `allow-clear-debug-log-files-command`
- `allow-copy-screenshot-to-debug-dir`
- `allow-write-debug-snapshot`

## Permission Table

<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>


<tr>
<td>

`debug-tools:allow-append-debug-logs`

</td>
<td>

Enables the append_debug_logs command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-append-debug-logs`

</td>
<td>

Denies the append_debug_logs command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-capture-dom-snapshot`

</td>
<td>

Enables the capture_dom_snapshot command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-capture-dom-snapshot`

</td>
<td>

Denies the capture_dom_snapshot command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-capture-full-debug-state`

</td>
<td>

Enables the capture_full_debug_state command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-capture-full-debug-state`

</td>
<td>

Denies the capture_full_debug_state command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-capture-webview-state`

</td>
<td>

Enables the capture_webview_state command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-capture-webview-state`

</td>
<td>

Denies the capture_webview_state command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-clear-debug-log-files-command`

</td>
<td>

Enables the clear_debug_log_files_command command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-clear-debug-log-files-command`

</td>
<td>

Denies the clear_debug_log_files_command command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-copy-screenshot-to-debug-dir`

</td>
<td>

Enables the copy_screenshot_to_debug_dir command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-copy-screenshot-to-debug-dir`

</td>
<td>

Denies the copy_screenshot_to_debug_dir command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-get-console-logs`

</td>
<td>

Enables the get_console_logs command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-get-console-logs`

</td>
<td>

Denies the get_console_logs command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-get-log-directory`

</td>
<td>

Enables the get_log_directory command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-get-log-directory`

</td>
<td>

Denies the get_log_directory command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-reset-debug-logs`

</td>
<td>

Enables the reset_debug_logs command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-reset-debug-logs`

</td>
<td>

Denies the reset_debug_logs command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-send-debug-command`

</td>
<td>

Enables the send_debug_command command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-send-debug-command`

</td>
<td>

Denies the send_debug_command command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:allow-write-debug-snapshot`

</td>
<td>

Enables the write_debug_snapshot command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:deny-write-debug-snapshot`

</td>
<td>

Denies the write_debug_snapshot command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`debug-tools:debug-with-logging`

</td>
<td>

Debug tools with official logging and screenshots

</td>
</tr>
</table>
