-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
49 lines (49 loc) · 1.09 KB
/
Copy pathmanifest.json
File metadata and controls
49 lines (49 loc) · 1.09 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"manifest_version": 3,
"name": "Amazon Power Filter",
"version": "1.0.0",
"description": "Power filter for Amazon search results - customize visibility with include/exclude keywords",
"permissions": [
"storage",
"scripting",
"declarativeContent"
],
"host_permissions": [
"*://*.amazon.com/*",
"*://*.amazon.ca/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.es/*",
"*://*.amazon.it/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.in/*",
"*://*.amazon.com.au/*",
"*://*.amazon.com.br/*",
"*://*.amazon.nl/*",
"*://*.amazon.se/*",
"*://*.amazon.pl/*",
"*://*.amazon.com.tr/*",
"*://*.amazon.ae/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "Open Amazon Power Filter"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}