tauri-plugin-process 2.3.1

Access the current process of your Tauri application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"$schema" = "schemas/schema.json"

[default]
description = """
This permission set configures which
process features are by default exposed.

#### Granted Permissions

This enables to quit via `allow-exit` and restart via `allow-restart`
the application.
"""

permissions = ["allow-exit", "allow-restart"]