18 lines
No EOL
369 B
JSON
18 lines
No EOL
369 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"store:allow-get",
|
|
"store:allow-set",
|
|
"store:allow-delete",
|
|
"store:allow-keys",
|
|
"store:allow-clear",
|
|
"store:default"
|
|
]
|
|
} |