-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 955 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
{
"manifest_version": 3,
"name": "Amazon Easy Nav",
"description": "Adds links to the Amazon Nav Bar to take you to pages that you frequently want but Amazon makes it extremely difficult to find naturally. Specifcally the Returns Page and the Support Call page.",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"*://*.amazon.ae/*",
"*://*.amazon.ca/*",
"*://*.amazon.cn/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.com/*",
"*://*.amazon.com.au/*",
"*://*.amazon.com.be/*",
"*://*.amazon.com.br/*",
"*://*.amazon.com.tr/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.de/*",
"*://*.amazon.es/*",
"*://*.amazon.eg/*",
"*://*.amazon.fr/*",
"*://*.amazon.in/*",
"*://*.amazon.it/*",
"*://*.amazon.nl/*",
"*://*.amazon.pl/*",
"*://*.amazon.sa/*",
"*://*.amazon.se/*",
"*://*.amazon.sg/*"
],
"js": [
"arin.min.js"
]
}
]
}