mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 23:22:47 +00:00
13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"deep-link:default",
|
|
"updater:default",
|
|
"process:default"
|
|
]
|
|
}
|