39 lines
778 B
JSON
39 lines
778 B
JSON
{
|
|
"identifier": "desktop-capability",
|
|
"platforms": ["macOS", "windows", "linux"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"window-state:default",
|
|
"dialog:allow-open",
|
|
"dialog:allow-confirm",
|
|
"fs:allow-app-read-recursive",
|
|
"fs:allow-app-write-recursive",
|
|
"opener:allow-open-path",
|
|
"fs:allow-mkdir",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "$LOCALDATA/applications/**" },
|
|
{ "path": "$LOCALDATA/applications" },
|
|
{ "path": "$LOCALDATA/applications/*" }
|
|
]
|
|
},
|
|
"shell:allow-spawn",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://*.blender.org"
|
|
}
|
|
]
|
|
},
|
|
"notification:default",
|
|
"os:default",
|
|
"store:default",
|
|
"shell:default",
|
|
"upload:default"
|
|
]
|
|
}
|