-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
33 lines (29 loc) · 958 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
{
"manifest_version": 2,
"name": "Shopee Advanced Search",
"version": "1.3.0",
"description": "Filter search results containing ALL specified words, supporting word exclusion and minimum sold.",
"homepage_url": "https://github.com/icetbr/webext-shopee-advanced-search",
"author": "icetbr",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "shopee-advanced-search@icetbr"
},
"addonIds": ["shopee-advanced-search", "shopee-advanced-search/lpnljdamllppcklbfnmbbondhklklnni"],
"keywords": ["userscript", "shopee", "search filter"]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"include_globs": ["https://shopee.*/*"],
"js": ["content.js"]
}
]
}