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", "description": "Amazon Price Drop Tracker \u2013 checking product availability and sending you push-notification when the price dropped.", "version": "1.0.1", "manifest_version": 3, "name": "AmazeMe", "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "icon-48.png", "browser_action": "" }, "icons": { "16": "icon-16.png", "48": "icon-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.eg\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.sg\/*" ], "js": [ "inject.js" ], "css": [ "content.styles.css" ], "all_frames": true } ], "externally_connectable": { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.eg\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.sg\/*" ] }, "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "icon.svg", "icon-48.png", "icon-16.png", "contentScript.bundle.js", "firebase.js", "popup.html" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "contentScript.bundle.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "storage", "notifications", "scripting", "activeTab", "unlimitedStorage" ] }