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_extensionName__",
"version": "1.3.1",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"tabs",
"webNavigation",
"scripting",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/background\/background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "src\/popup\/landing.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.ie\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.in\/*"
],
"js": [
"src\/utils\/disable-logs.js",
"src\/tac\/retail.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.ie\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.in\/*"
],
"js": [
"src\/utils\/disable-logs.js",
"src\/content\/amazon-coupon.js"
],
"run_at": "document_end"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"src\/utils\/disable-logs.js",
"src\/utils\/storage.js",
"src\/utils\/safe-html.js",
"src\/content\/modules\/simple-currency.js",
"src\/content\/modules\/currency-detector.js",
"src\/content\/modules\/utils.js",
"src\/content\/modules\/coupon-sync.js",
"src\/content\/modules\/simple_detection.js",
"src\/content\/modules\/platform.js",
"src\/content\/modules\/tracking.js",
"src\/content\/modules\/ui.js",
"src\/content\/modules\/testing.js",
"src\/content\/modules\/index.js",
"src\/content\/content.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.shopify.com\/*",
"*:\/\/checkout.shopify.com\/*",
"*:\/\/*.shop.app\/*",
"*:\/\/*.myshopify.com\/*"
],
"js": [
"src\/utils\/disable-logs.js",
"src\/content\/modules\/shopify-checkout-handler.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.stripe.com\/*",
"*:\/\/buy.stripe.com\/*"
],
"js": [
"src\/utils\/disable-logs.js",
"src\/content\/stripe-checkout.js"
],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/*.shop.app\/*",
"*:\/\/checkout.shopify.com\/*",
"*:\/\/*.stripe.com\/*",
"*:\/\/buy.stripe.com\/*",
"*:\/\/*.paypal.com\/*"
],
"js": [
"src\/utils\/disable-logs.js",
"src\/content\/store-extractor.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/content\/couponlist.json",
"src\/utils\/navigation\/helper.html",
"src\/utils\/navigation\/processor.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"use_dynamic_url": true
},
{
"resources": [
"src\/content\/modules\/site_detector.js",
"src\/utils\/disable-logs.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
},
{
"resources": [
"src\/content\/modules\/platforms\/shopify.js",
"src\/content\/modules\/platforms\/stripe.js",
"src\/content\/modules\/platforms\/woocommerce.js",
"src\/content\/modules\/platforms\/magento.js",
"src\/content\/modules\/platforms\/bigcommerce.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}