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": "CouponBirds - SmartCoupon Coupon Finder",
"version": "4.4.8",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": ".\/images\/default-16.png",
"19": ".\/images\/default-19.png",
"32": ".\/images\/default-32.png",
"38": ".\/images\/default-38.png"
}
},
"description": "Automatically find coupons and apply the best coupon code to save money for your online shopping.",
"icons": {
"16": "images\/logo-16.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"permissions": [
"tabs",
"storage",
"alarms",
"cookies",
"webRequest"
],
"host_permissions": [
"*:\/\/*.couponbirds.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
".\/dist\/js\/jquery.js",
".\/dist\/js\/content-script.js"
],
"css": [
".\/dist\/css\/content-script.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
".\/dist\/js\/inject.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}