9 lines
214 B
TOML
9 lines
214 B
TOML
"$schema" = "schemas/schema.json"
|
|
[default]
|
|
description = "Allows the moveWindow and handleIconState APIs"
|
|
permissions = [
|
|
"allow-move-window",
|
|
"allow-move-window-constrained",
|
|
"allow-set-tray-icon-state",
|
|
]
|