-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
48 lines (48 loc) · 1.08 KB
/
manifest.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
{
"Actions": [
{
"Icon": "resources/actionIcon",
"Name": "Toggl",
"States": [
{
"Image": "resources/actionImageOn",
"TitleAlignment": "bottom",
"FontSize": 10
},
{
"Image": "resources/actionImageOff",
"TitleAlignment": "bottom",
"FontSize": 10
}
],
"SupportedInMultiActions": true,
"Tooltip": "Hassle-free time tracking using the Elgato Stream Deck and Toggl",
"UUID": "one.blueshift.streamdeck.toggl"
}
],
"SDKVersion": 2,
"Author": "Blueshift",
"CodePath": "plugin/main.html",
"Description": "Hassle-free time tracking using the Elgato Stream Deck and Toggl.",
"Name": "Toggl",
"Category": "Toggl",
"CategoryIcon": "resources/pluginIcon",
"UUID": "one.blueshift.streamdeck.toggl",
"Icon": "resources/pluginIcon",
"PropertyInspectorPath": "pi/main_pi.html",
"URL": "https://github.com/blueshiftone/streamdeck-toggl",
"Version": "1.7.1.0",
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "6.4"
}
}