mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-23 04:16:29 +02:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:default",
|
|
"opener:default",
|
|
"fs:default",
|
|
"shell:allow-execute",
|
|
"shell:allow-kill",
|
|
"shell:allow-open",
|
|
"shell:allow-spawn",
|
|
"shell:allow-stdin-write",
|
|
"deep-link:default"
|
|
]
|
|
}
|