forked from sdelquin/sendhereplz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·41 lines (41 loc) · 1.2 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
{
"author": "sendhereplz",
"manifest_version": 3,
"name": "SendHerePlz - Amazon shipping availability",
"description": "Quick identification of Amazon products with shipping restrictions",
"version": "1.9.7",
"content_scripts": [
{
"matches": [
"https://smile.amazon.com/*",
"https://www.amazon.ae/*",
"https://www.amazon.ca/*",
"https://www.amazon.cn/*",
"https://www.amazon.co.jp/*",
"https://www.amazon.co.uk/*",
"https://www.amazon.com.au/*",
"https://www.amazon.com.br/*",
"https://www.amazon.com.mx/*",
"https://www.amazon.com.tr/*",
"https://www.amazon.com/*",
"https://www.amazon.de/*",
"https://www.amazon.es/*",
"https://www.amazon.fr/*",
"https://www.amazon.in/*",
"https://www.amazon.it/*",
"https://www.amazon.nl/*",
"https://www.amazon.sa/*",
"https://www.amazon.sg/*"
],
"css": ["styles/loader.css", "styles/products.css"],
"js": ["content.js"],
"run_at": "document_end"
}
],
"action": {
"default_icon": "img/sendhereplz-logo-128.png"
},
"icons": {
"128": "img/sendhereplz-logo-128.png"
}
}