Coupon Rovers

Join the Coupon Rovers and never miss the latest deals and updates. Explore our website to check out the discount offers.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "CouponRovers",
  "description": "Find Coupon And offers",
  "version": "3.0",
  "manifest_version": 2,
  "icons": {
    "16": "/icons/icon.png",
    "32": "/icons/icon.png",
    "48": "/icons/icon.png",
    "128": "/icons/icon.png"
  },
  "background": {
    "scripts": [
      "/popup/jquery.min.js"
    ]
  },
  "browser_action": {
    "default_popup": "/popup/popup.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/",
    "https://*/"
  ]
}