mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-05 17:46:40 +08:00
23 lines
404 B
JSON
23 lines
404 B
JSON
{
|
|
"identifier": "main",
|
|
"description": "permissions for desktop app",
|
|
"local": true,
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-maximize",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://*"
|
|
},
|
|
{
|
|
"url": "http://*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|