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.
 
 
 
 

32 lines
671 B

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default",
"core:window:default",
"core:app:default",
"core:resources:default",
"core:webview:default",
{
"identifier": "http:default",
"allow": [
{
"url": "https://*.openai.com"
}
]
},
"fs:write-files",
"fs:allow-create",
"fs:allow-appdata-write",
"fs:allow-exists",
{
"identifier": "fs:scope",
"allow": [{ "path": "$APPDATA" }, { "path": "$APPDATA/**/*" }]
}
]
}