16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:allow-open",
|
|
"core:event:allow-listen",
|
|
"updater:default",
|
|
"process:allow-restart"
|
|
]
|
|
}
|