mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 20:55:13 +00:00
35 lines
No EOL
599 B
JSON
35 lines
No EOL
599 B
JSON
{
|
|
"identifier": "desktop-capability",
|
|
"platforms": [
|
|
"macOS",
|
|
"windows",
|
|
"linux"
|
|
],
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
{
|
|
"identifier": "opener:allow-open-url",
|
|
"allow": [
|
|
{
|
|
"url": "https://*"
|
|
},
|
|
{
|
|
"url": "http://*"
|
|
},
|
|
{
|
|
"url": "hackatime://*"
|
|
}
|
|
]
|
|
},
|
|
"opener:default",
|
|
"deep-link:default",
|
|
"updater:default",
|
|
"process:default",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled"
|
|
]
|
|
} |