forked from google/disable-keyboard-shortcuts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
47 lines (47 loc) · 1.9 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
{
"manifest_version": 3,
"name": "Disable keyboard shortcuts",
"version": "2.0.0",
"description": "Disable arbitrary keyboard shortcuts",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Benjamin Barenblat <[email protected]>",
"background": {
"service_worker" : "background.js"
},
"commands": {
"do-nothing0": { "description": "Do nothing" },
"do-nothing1": { "description": "Do nothing" },
"do-nothing2": { "description": "Do nothing" },
"do-nothing3": { "description": "Do nothing" },
"do-nothing4": { "description": "Do nothing" },
"do-nothing5": { "description": "Do nothing" },
"do-nothing6": { "description": "Do nothing" },
"do-nothing7": { "description": "Do nothing" },
"do-nothing8": { "description": "Do nothing" },
"do-nothing9": { "description": "Do nothing" },
"do-nothinga": { "description": "Do nothing" },
"do-nothingb": { "description": "Do nothing" },
"do-nothingc": { "description": "Do nothing" },
"do-nothingd": { "description": "Do nothing" },
"do-nothinge": { "description": "Do nothing" },
"do-nothingf": { "description": "Do nothing" },
"do-nothingg": { "description": "Do nothing" },
"do-nothingh": { "description": "Do nothing" },
"do-nothingi": { "description": "Do nothing" },
"do-nothingj": { "description": "Do nothing" },
"do-nothingk": { "description": "Do nothing" },
"do-nothingl": { "description": "Do nothing" },
"do-nothingm": { "description": "Do nothing" },
"do-nothingn": { "description": "Do nothing" },
"do-nothingo": { "description": "Do nothing" },
"do-nothingp": { "description": "Do nothing" },
"do-nothingq": { "description": "Do nothing" },
"do-nothingr": { "description": "Do nothing" },
"do-nothings": { "description": "Do nothing" },
"do-nothingt": { "description": "Do nothing" }
},
"minimum_chrome_version": "88"
}