-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmanifest.json
50 lines (50 loc) · 1.36 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"Actions": [
{
"Icon": "Images/clockifyIcon",
"Name": "Clockify",
"States": [
{
"Image": "Images/toggleActionInactiveIcon",
"TitleAlignment": "middle",
"TitleColor": "#1E1E1E",
"FontSize": "10"
},
{
"Image": "Images/toggleActionActiveIcon",
"TitleAlignment": "middle",
"TitleColor": "#1E1E1E",
"FontSize": "10"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Toggle a pre-defined Clockify timer",
"UUID": "dev.duerrenberger.clockify.toggle",
"PropertyInspectorPath": "PropertyInspector/PluginActionPI.html"
}
],
"Author": "Lukas Duerrenberger",
"Name": "Clockify",
"Description": "Stream Deck integration for Clockify, the most popular free time tracker available for an unlimited numbers of users for free.",
"Icon": "Images/clockifyIcon",
"URL": "https://duerrenberger.dev",
"Version": "1.8",
"CodePathWin": "Windows/dev.duerrenberger.clockify.exe",
"CodePathMac": "macOS/dev.duerrenberger.clockify",
"Category": "Time Tracking",
"CategoryIcon": "Images/categoryTimerIcon",
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
},
{
"Platform": "mac",
"MinimumVersion": "10.11"
}
],
"SDKVersion": 2,
"Software": {
"MinimumVersion": "4.9"
}
}