mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-07 09:53:17 +00:00
c342bcd347
- add caller-bound native properties bridge and lifecycle guards - split Network settings into accessible secondary tabs - add tabbed Torrent and generic Properties surfaces - harden runtime validation and ignore the implementation plan
16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "properties-window",
|
|
"description": "Minimal capability for Firelink Properties windows",
|
|
"windows": ["properties-*"],
|
|
"permissions": [
|
|
"core:window:allow-close",
|
|
"core:window:allow-set-title",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-unlisten",
|
|
"dialog:default",
|
|
"clipboard-manager:allow-write-text",
|
|
"log:default"
|
|
]
|
|
}
|