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": "Wish Catcher",
"version": "1.0",
"description": "Catch Deals, Not Tabs! \ud83d\ude80 Your Wishes, One Click Away.",
"permissions": [
"contextMenus",
"activeTab",
"scripting",
"storage",
"tabs"
],
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icons.png",
"48": "icons\/icons.png",
"128": "icons\/icons.png"
}
},
"icons": {
"16": "icons\/icons.png",
"48": "icons\/icons.png",
"128": "icons\/icons.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/www.amazon.in\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.flipkart.com\/*",
"https:\/\/www.myntra.com\/*",
"https:\/\/www.ebay.com\/*",
"https:\/\/www.alibaba.com\/product-detail\/*",
"https:\/\/www.etsy.com\/*",
"https:\/\/www.walmart.com\/*",
"https:\/\/www.bestbuy.com\/*",
"https:\/\/www.bestbuy.ca\/*",
"https:\/\/www.target.com\/*",
"https:\/\/www.ajio.com\/*"
]
}
]
}