mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-29 00:24:46 +01:00
* feat: support for automatic app updates * refactor: add force update instructions * refactor: optimize version update alerts * chore: updating configuration files
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"identifier": "desktop-capability",
|
|
"platforms": [
|
|
"macOS",
|
|
"windows",
|
|
"linux"
|
|
],
|
|
"permissions": [
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled",
|
|
"global-shortcut:default",
|
|
"updater:default"
|
|
]
|
|
} |