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_appName__", "version": "1.0.0", "description": "__MSG_appDesc__", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0dwDsxt\/JWCebBSaD7pM+JUw30OS3VZYsXYqLEXhs4ayW3alqK7d90glS6wiKtravaYQWxhSCIoLwzLcYJedpb5z9qeThdj+hobm\/jbenZRnwtg4Su9+RAOVz4lyU7MtUZfU0dmuum\/cIdIsP7YaQxlKR3SAqvwjYVYSbglxYRyuHctZNNSOT5rESYifhrCgETSVq3i7GqC5WDFHQtTIF\/cZVbgmUwL7tNApkfG0gXGfyoakVJrD+DqI++wNblBawyL7oaExi3cNEsBjitZNQjLKI2lVZPCSVIP+98IuuBuAbC3Lrsc7m2oWZFmg3QVTUpwORUdkUSVj3NqrN0M2NwIDAQAB", "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.nl\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyle.css" ], "run_at": "document_end" } ], "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.shopboosters.store\/*", "*:\/\/*.extbooster.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.nl\/*" ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png", "secure-stripe-payment.jpeg", "ring.svg", "assets\/*" ], "matches": [ "<all_urls>" ] } ], "default_locale": "en" }