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.2", "description": "__MSG_appDesc__", "options_ui": { "page": "src\/pages\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu1kvWENSQH3AqC+jqboxYmS5wi+GJfDUX4lHayHEk7dUoC9cSfcShvJ0nG5K5p4ClFxQc7AHvmBfdVbRUee7Qlt9HSq\/uj\/fwaHN6KEnzEIZCPD7k0zST390gcdIp5TGRiqyNgW305R8ms9djYW7ar30\/Pb1A+oCvvbkhsZumtoZxAlp2Exw8rotF1+B3X\/JfqQhGex1b+tx+hh3yEoLoTpAcPS5s9Dh6e773i98EeLOBM18XrN7zoO1gASkpgKa2fegafPWpDlKFk03DvT3kOarJR4AlGN8+Kpgrw9C139wFYp+uAZY1fVNIHdWWTkaRrGj42i7xnAyQrykd5ogLQIDAQAB", "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.shopboosters.store\/*" ], "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" }