mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* refactor: core plugin permissions are now prefixed core:, closes #10359 * code review * expand reserved plugin names * fix * add core:default permission set * fix permission usage --------- Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "app",
|
|
"permissions": [
|
|
"core:event:default",
|
|
"core:window:default"
|
|
],
|
|
"windows": [
|
|
"main"
|
|
]
|
|
} |