-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (37 loc) · 902 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
37
38
39
40
{
"manifest_version": 2,
"name": "keyn",
"developer": {
"name": "James Elford",
"url": "https://www.jameselford.com"
},
"version": "0.7.0",
"description": "Navigate the world wide web with the power of your keyboard",
"background": {
"scripts": [
"./lib/browser-polyfill.js",
"./js/keyn.js"
]
},
"commands": {
"pick-clickable": {
"suggested_key": {
"default": "Ctrl+Comma"
},
"description": "Click on a link or input"
}
},
"permissions": [
"activeTab"
],
"applications": {
"gecko": {
"id": "{da833d6b-f202-4d54-b75d-dd2a2ce1264f}"
}
},
"icons": {
"128": "assets/keyboard_128.png",
"48": "assets/keyboard_48.png",
"16": "assets/keyboard_16.png"
}
}