-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
36 lines (36 loc) · 873 Bytes
/
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
{
"Actions": [
{
"Icon": "action/images/vlc16x16",
"Name": "VLC Action Selector",
"States": [
{
"Image": "action/images/vlc-48"
}
],
"Tooltip": "Functions to work with VLC media player",
"UUID": "com.adm.vlc.action"
}
],
"SDKVersion": 2,
"Author": "Adam",
"CodePath": "index.html",
"PropertyInspectorPath": "propertyinspector/index.html",
"Description": "Control the VLC media player using the streamdeck!",
"Name": "VLC interaction",
"Icon": "action/images/vlc16x16",
"Category": "VLC",
"CategoryIcon": "action/images/vlc16x16",
"URL": "https://github.com/a-mccluskey/streamdeckVLCconnect",
"Version": "0.5.1",
"OS": [
{
"Platform": "windows",
"MinimumVersion" : "10"
}
],
"Software":
{
"MinimumVersion" : "4.2"
}
}