Couponclans - Discount Codes, Coupons, Promos

Couponclans - Discount Codes, Coupons, Promos

Enjoy shopping and saving Everyday, coupon Codes Updated Daily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Couponclans - Discount Codes, Coupons, Promos",
  "description": "Enjoy shopping and saving Everyday, coupon Codes Updated Daily.",
  "short_name": "Couponclans",
  "version": "1.6.5",
  "manifest_version": 2,
  "author": "@BrandonLacruz",
  "permissions": [
    "activeTab",
    "storage",
    "https://couponclans.com/*"
  ],
  "icons": {
    "16": "/assets/icons/16.png",
    "48": "/assets/icons/48.png",
    "128": "/assets/icons/128.png"
  },
  "background": {
    "scripts": [
      "/js/background/xhr.js",
      "/js/background/oninstalled.js",
      "/js/background/storage.js",
      "/js/background/context_messaging.js",
      "/js/background/get_stores_from_couponclans.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end",
      "css": [
        "/css/page_context/promo_popup.css"
      ],
      "js": [
        "/js/content_scripts/context_messaging.js",
        "/js/content_scripts/get_stores_from_couponclans.js",
        "/js/content_scripts/promo_popup.js",
        "/js/content_scripts/main.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "/assets/icons/16.png"
    },
    "default_popup": "/html/popup/popup.html"
  }
}