mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 20:18:37 +00:00
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"log:default",
|
|
"notification:default",
|
|
"notification:allow-is-permission-granted"
|
|
]
|
|
}
|