16 lines
372 B
JSON
16 lines
372 B
JSON
|
|
{
|
||
|
|
"identifier": "default",
|
||
|
|
"webviews": ["*"],
|
||
|
|
"permissions": [
|
||
|
|
"core:event:default",
|
||
|
|
"core:window:allow-is-fullscreen",
|
||
|
|
"core:window:allow-start-dragging",
|
||
|
|
"process:default",
|
||
|
|
"updater:default",
|
||
|
|
"notification:allow-is-permission-granted",
|
||
|
|
"notification:allow-notify",
|
||
|
|
"notification:allow-request-permission",
|
||
|
|
"shell:default"
|
||
|
|
]
|
||
|
|
}
|