Inspect and view changes in Cherry - Automatic Coupons and Promo Codes source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Cherry - Automatic Coupons and Promo Codes",
"short_name": "Cherry",
"version": "1.0.3.0",
"description": "Stop wasting time and money – Cherry finds you the Internet's best coupon codes",
"author": "Cherry",
"manifest_version": 2,
"permissions": [
"tabs",
"webNavigation",
"storage",
"<all_urls>",
"notifications",
"unlimitedStorage"
],
"background": {
"scripts": [
"vendors/bundle.js",
"bg/bundle.js"
],
"persistent": true
},
"content_scripts": [
{
"all_frames": false,
"js": [
"vendors/bundle.js",
"content/bundle.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "icon-32-gray.png",
"default_title": "Click here to find the Internet's best coupon codes",
"default_popup": "popup.html"
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
"content/*.css",
"content/*.svg",
"icon-32.png"
]
}