-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
69 lines (69 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"Actions": [
{
"Icon": "assets/actionPlaylistPlayIcon",
"Name": "Play Playlist",
"States": [
{
"Image": "assets/actionPlaylistPlayImage",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"Tooltip": "Plays a track or playlist by ID in the Kenku Player app",
"UUID": "fm.kenku.remote.playlist-play",
"PropertyInspectorPath": "pi/playlist_play_pi.html"
},
{
"Icon": "assets/actionPlaybackIcon",
"Name": "Control Playlist",
"States": [
{
"Image": "assets/blankImage",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"Tooltip": "Control playback for a playlist in the Kenku Player app",
"UUID": "fm.kenku.remote.playlist-playback",
"PropertyInspectorPath": "pi/playlist_playback_pi.html"
},
{
"Icon": "assets/actionSoundboardPlayIcon",
"Name": "Play Soundboard",
"States": [
{
"Image": "assets/actionSoundboardPlayImage",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"Tooltip": "Plays a sound or soundboard by ID in the Kenku Player app",
"UUID": "fm.kenku.remote.soundboard-play",
"PropertyInspectorPath": "pi/soundboard_play_pi.html"
}
],
"Category": "Kenku FM",
"CategoryIcon": "assets/categoryIcon",
"SDKVersion": 2,
"Author": "Kenku FM",
"CodePath": "plugin/remote.html",
"Description": "Stream Deck plugin for Kenku FM",
"Name": "Kenku FM",
"Icon": "assets/pluginIcon",
"URL": "https://www.kenku.fm/",
"Version": "1.0.0",
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.1"
}
}