-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
46 lines (46 loc) · 1.17 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
{
"Actions": [
{
"Icon": "Images/timerIcon",
"Name": "Timer",
"States": [
{
"Image": "Images/timer",
"TitleAlignment": "middle",
"FontSize": "12"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Digital Timer - Press to start and stop. Hold for 1 second to reset.",
"UUID": "com.tyren.timerandclock.timer"
},
{
"Icon": "Images/clockIcon",
"Name": "Digital Clock",
"States": [
{
"Image": "Images/clock",
"TitleAlignment": "middle",
"FontSize": "9"
}
],
"SupportedInMultiActions": false,
"Tooltip": "A digital clock with various date/time formats",
"UUID": "com.tyren.timerandclock.clock",
"PropertyInspectorPath": "PropertyInspector/Clock/Index.html"
}
],
"Author": "Shane DeSeranno",
"Description": "A Timer and Clock plugin",
"Name": "Timer and Clock",
"Icon": "Images/pluginIcon",
"URL": "https://github.com/TyrenDe/streamdeck-timerandclock",
"Version": "0.1",
"CodePath": "TimerAndClock.exe",
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
]
}