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": "3.1.5", "name": "Price Tracker for Amazon", "description": "Enable the Price Tracker for Amazon on product page. Find the detailed price history, available colors, and products ranks", "permissions": [ "notifications" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "react-app-holder.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" } }