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,
"name": "Amazon Tracking Extractor",
"version": "1.0",
"permissions": [
"scripting",
"storage",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Amazon Tracking Extractor"
},
"host_permissions": [
"https:\/\/sellercentral.amazon.ca\/*",
"https:\/\/sellercentral.amazon.com\/*",
"https:\/\/sellercentral.amazon.com.mx\/*",
"https:\/\/sellercentral.amazon.com.br\/*",
"https:\/\/sellercentral-europe.amazon.com\/*",
"https:\/\/sellercentral.amazon.nl\/*",
"https:\/\/sellercentral.amazon.se\/*",
"https:\/\/sellercentral.amazon.pl\/*",
"https:\/\/sellercentral.amazon.eg\/*",
"https:\/\/sellercentral.amazon.com.tr\/*",
"https:\/\/sellercentral.amazon.com.sa\/*",
"https:\/\/sellercentral.amazon.ae\/*",
"https:\/\/sellercentral.amazon.in\/*",
"https:\/\/sellercentral.amazon.sg\/*",
"https:\/\/sellercentral.amazon.com.au\/*",
"https:\/\/sellercentral.amazon.co.jp\/*"
],
"icons": {
"16": "\/assets\/images\/48.png",
"32": "\/assets\/images\/48.png",
"48": "\/assets\/images\/48.png",
"128": "\/assets\/images\/128.png"
}
}