mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"identifier": "main",
|
|
"description": "permissions for desktop app",
|
|
"local": true,
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"dialog:default",
|
|
"dialog:allow-ask",
|
|
"dialog:allow-message",
|
|
"updater:default",
|
|
"updater:allow-check",
|
|
"updater:allow-download-and-install",
|
|
"core:event:allow-listen",
|
|
"core:event:default"
|
|
]
|
|
}
|