Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Offer.love - Bank Merchant Card Offer Collector",
"action": {
"default_title": "Click to Use The Offer Collector",
"default_popup": "\/popup\/popup.html"
},
"manifest_version": 3,
"version": "1.17.2",
"description": "Add all your Amex BoA Chase Citi US Bank Paypal offers with a single click, and get notified when you are on offer-eligible websites",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/amex-offer-collector-icon.png",
"32": "icons\/amex-offer-collector-icon.png",
"48": "icons\/amex-offer-collector-icon.png",
"128": "icons\/amex-offer-collector-icon.png"
},
"options_page": "options\/options.html",
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}