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 Price History Saver",
"version": "3.0.1",
"description": "Track Amazon product prices locally and view history graph.",
"permissions": [
"storage",
"notifications"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.ie\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.sa\/*",
"*:\/\/*.amazon.eg\/*",
"*:\/\/*.amazon.tr\/*",
"*:\/\/*.amazon.com.tr\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Amazon Price History"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.ie\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.sa\/*",
"*:\/\/*.amazon.eg\/*",
"*:\/\/*.amazon.tr\/*",
"*:\/\/*.amazon.com.tr\/*"
],
"js": [
"libs\/chart.js",
"content.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}