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.
73 lines
1.6 KiB
73 lines
1.6 KiB
{
|
|
"$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"
|
|
},
|
|
{
|
|
"url": "http://localhost:34800"
|
|
},
|
|
{
|
|
"url": "http://**/"
|
|
},{
|
|
"url":"https://script.google.com/macros/s/AKfycbxpXbWhMdd4nv0KHhSzeFTKIV0tqsh-HBKCdlaOT34sh2vl1H5aoa36QnimhQg8I2aKRw/exec"
|
|
},{
|
|
"url":"https://script.google.com/macros/s/AKfycbx-Ytlql0yAdVsENNbcaCdXglerX7sNLpNggtusqp4TxebiA3C7V0xjGe4jaI4m1sVjWQ/exec"
|
|
}
|
|
]
|
|
},
|
|
"opener:allow-open-path",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**/*"
|
|
},{
|
|
"path": "$RESOURCE"
|
|
},
|
|
{
|
|
"path": "$RESOURCE/**/*"
|
|
}
|
|
]
|
|
},
|
|
"fs:write-files",
|
|
"fs:allow-create",
|
|
"fs:allow-appdata-write",
|
|
"fs:allow-appdata-read",
|
|
"fs:allow-exists",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**/*"
|
|
},
|
|
{
|
|
"path": "$RESOURCE"
|
|
},
|
|
{
|
|
"path": "$RESOURCE/**/*"
|
|
}
|
|
]
|
|
},
|
|
"opener:default"
|
|
]
|
|
} |