You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
884 B
45 lines
884 B
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"fs:write-files",
|
|
"fs:allow-create",
|
|
"fs:allow-appdata-write",
|
|
"fs:allow-appdata-read",
|
|
"fs:allow-exists",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "$DOCUMENT/**/*"
|
|
},
|
|
{
|
|
"path": "$DOCUMENT"
|
|
},
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**/*"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://drive.google.com/uc?id=*"
|
|
},{
|
|
"url":"https://drive.usercontent.google.com/download?id=*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |