mirror of
https://github.com/lumehq/lume.git
synced 2025-04-10 04:49:11 +02:00
* feat: adjust default window size * feat: save window state * feat: add window state plugin * feat: add search * feat: use negentropy for newsfeed * feat: live feeds * feat: add search user
52 lines
989 B
JSON
52 lines
989 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "desktop-capability",
|
|
"description": "Capability for the column",
|
|
"platforms": [
|
|
"linux",
|
|
"macOS",
|
|
"windows"
|
|
],
|
|
"windows": [
|
|
"column-*"
|
|
],
|
|
"permissions": [
|
|
"resources:default",
|
|
"tray:default",
|
|
"os:allow-locale",
|
|
"os:allow-os-type",
|
|
"clipboard-manager:allow-write-text",
|
|
"dialog:allow-open",
|
|
"dialog:allow-ask",
|
|
"dialog:allow-message",
|
|
"fs:allow-read-file",
|
|
"menu:default",
|
|
"menu:allow-new",
|
|
"menu:allow-popup",
|
|
"http:default",
|
|
"shell:allow-open",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "http://**/"
|
|
},
|
|
{
|
|
"url": "https://**/"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "fs:allow-read-text-file",
|
|
"allow": [
|
|
{
|
|
"path": "$RESOURCE/locales/*"
|
|
},
|
|
{
|
|
"path": "$RESOURCE/resources/*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|