-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.04 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
{
"name": "gmusiccontrol",
"title": "Google Music Control",
"id": "jid1-vyHmhTBD4BMxSw@jetpack",
"description": "Control Google Music with Shortcuts!",
"author": "Nicolas Bonduel",
"license": "MPL 2.0",
"version": "0.2.4",
"icon": "",
"main": "lib/main.js",
"preferences": [{
"name": "play",
"title": "Play/Pause",
"description": "Shortcut for Play/Pause (valid values : shift, alt, meta, control, accel, pageup, pagedown, f1-f24, a-z, 0-9)",
"type": "string",
"value": "control-alt-a"
},
{
"name": "next",
"title": "Next",
"description": "Shortcut for Next (valid values : shift, alt, meta, control, accel, pageup, pagedown, f1-f24, a-z, 0-9)",
"type": "string",
"value": "control-alt-d"
},
{
"name": "previous",
"title": "Previous",
"description": "Shortcut for Previous (valid values : shift, alt, meta, control, accel, pageup, pagedown, f1-f24, a-z, 0-9)",
"type": "string",
"value": "control-alt-q"
}]
}