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": "__MSG_extName__",
"version": "1.1.0",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"notifications",
"activeTab",
"tabs"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.ca\/*",
"https:\/\/*.whenpricedrop.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.ca\/*"
],
"js": [
"config.js",
"i18n.js",
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extShortTitle__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}