Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.5.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/actif-16.png",
"32": "icons\/actif-32.png",
"48": "icons\/actif-48.png",
"128": "icons\/actif-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"notifications",
"storage",
"alarms"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/item\/*",
"https:\/\/*.gearbest.com\/*pp_*",
"https:\/\/*.banggood.com\/*-p-*",
"https:\/\/fr.shopping.rakuten.com\/*\/*",
"https:\/\/*.amazon.com\/*p\/*",
"https:\/\/*.amazon.com.au\/*p\/*",
"https:\/\/*.amazon.com.br\/*p\/*",
"https:\/\/*.amazon.ca\/*p\/*",
"https:\/\/*.amazon.cn\/*p\/*",
"https:\/\/*.amazon.fr\/*p\/*",
"https:\/\/*.amazon.de\/*p\/*",
"https:\/\/*.amazon.in\/*p\/*",
"https:\/\/*.amazon.it\/*p\/*",
"https:\/\/*.amazon.co.jp\/*p\/*",
"https:\/\/*.amazon.com.mx\/*p\/*",
"https:\/\/*.amazon.nl\/*p\/*",
"https:\/\/*.amazon.sa\/*p\/*",
"https:\/\/*.amazon.sg\/*p\/*",
"https:\/\/*.amazon.es\/*p\/*",
"https:\/\/*.amazon.se\/*p\/*",
"https:\/\/*.amazon.com.tr\/*p\/*",
"https:\/\/*.amazon.ae\/*p\/*",
"https:\/\/*.amazon.co.uk\/*p\/*",
"https:\/\/*.ebay.com\/*",
"https:\/\/*.ebay.com.au\/*",
"https:\/\/*.ebay.at\/*",
"https:\/\/*.ebay.be\/*",
"https:\/\/*.ebay.ca\/*",
"https:\/\/*.ebay.cn\/*",
"https:\/\/*.ebay.fr\/*",
"https:\/\/*.ebay.de\/*",
"https:\/\/*.ebay.com.hk\/*",
"https:\/\/*.ebay.in\/*",
"https:\/\/*.ebay.ie\/*",
"https:\/\/*.ebay.it\/*",
"https:\/\/*.ebay.co.jp\/*",
"https:\/\/*.ebay.com.my\/*",
"https:\/\/*.ebay.nl\/*",
"https:\/\/*.ebay.ph\/*",
"https:\/\/*.ebay.pl\/*",
"https:\/\/*.ebay.com.sg\/*",
"https:\/\/*.ebay.es\/*",
"https:\/\/*.ebay.se\/*",
"https:\/\/*.ebay.ch\/*",
"https:\/\/*.ebay.com.tw\/*",
"https:\/\/*.ebay.com.th\/*",
"https:\/\/*.ebay.co.uk\/*"
],
"js": [
"sellersParsing.js",
"sellerPage.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*.png",
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"128": "icons\/inactif-128.png"
},
"default_popup": "popup.html",
"default_title": "Aliexpress Price Alerts"
}
}