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": "Cash Catch",
"version": "1.0.12",
"description": "Cash Catch - Coupons, Deals, Discounts, Offers, Right in your browser!",
"permissions": [
"activeTab",
"clipboardWrite",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "bg\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"common\/Config.js",
"common\/Messages.js",
"common\/utils.js",
"contentScripts\/popup.js"
],
"run_at": "document_idle"
},
{
"matches": [
"<all_urls>"
],
"js": [
"common\/Config.js",
"common\/Messages.js",
"common\/utils.js",
"contentScripts\/main.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/cashcatch.ai\/welcome.html*"
],
"js": [
"common\/Config.js",
"common\/Messages.js",
"common\/utils.js",
"contentScripts\/welcome.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}