CouponDunia Shopping Assistant

CouponDunia Shopping Assistant

Use the CouponDunia Shopping Assistant to get Cashback, Coupons & the Best Offers sent straight to your browser window! Get the most value out of your shopping by using Price Comparison to find the cheapest prices available.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "name": "CouponDunia Shopping Assistant",
  "version": "3.2.2",
  "manifest_version": 2,
  "description": "Use CouponDunia's Browser Extension to get Cashback, Coupons and the Best Offers straight to your browser window!",
  "browser_action": {
    "default_icon": "img/CDRed.png",
    "default_title": "CouponDunia"
  },
  "icons": {
    "16": "img/CDRed.png",
    "48": "img/img_48.png",
    "128": "img/img_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "alarms",
    "clipboardWrite",
    "activeTab",
    "storage",
    "notifications",
    "tabs",
    "cookies",
    "contextMenus",
    "geolocation",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "https://www.coupondunia.in/extension/signup*",
        "https://www.coupondunia.in/go-store/*",
        "https://www.coupondunia.in/load-offer/*"
      ],
      "css": [
        "css/normalize.css",
        "css/slider.css",
        "css/notification.css",
        "css/proxima-nova.css",
        "css/newNotifications.css",
        "css/new-slider.css",
        "css/gserp.css",
        "css/override.css"
      ],
      "js": [
        "js/lib/jquery-3.1.1.min.js",
        "js/lib/jquery.dotdotdot.js",
        "js/lib/mustache.js",
        "js/content_scripts/content-min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "resources/img/coupondunia-sticker.png",
    "resources/img/alert.png",
    "resources/img/white_user_triangle.png",
    "resources/img/black_user_triangle.png",
    "resources/img/tick_icon.png",
    "resources/img/settings_icon.png",
    "resources/img/settings_icon_active.png",
    "resources/img/coupondunia-new-logo.png",
    "resources/img/default_user_icon.png",
    "resources/img/header_logo.png",
    "resources/img/push_notif/cd_logo.jpeg",
    "resources/img/cross.png",
    "resources/img/no_offers.png",
    "resources/img/cd_logo_100x91.jpg",
    "resources/img/notif.png",
    "resources/img/login.png",
    "resources/img/warning.png",
    "resources/img/lower_price.png",
    "resources/img/price_alert.png",
    "resources/img/cd_logo_85x89.png",
    "resources/img/cd_logo_108x32.png",
    "resources/img/pc-lowest.png",
    "resources/img/cd-logo-serp.png",
    "resources/img/cb-icon.png",
    "resources/img/paytm_pc_tab_store_logo.jpg",
    "resources/img/paytmmall_pc_tab_store_logo.png",
    "resources/img/infibeam_pc_tab_store_logo.jpg",
    "resources/img/flipkart_pc_tab_store_logo.jpg",
    "resources/img/amazon_pc_tab_store_logo.jpg",
    "resources/img/shopclues_pc_tab_store_logo.jpg",
    "resources/img/indiatimes_pc_tab_store_logo.jpg",
    "resources/img/snapdeal_pc_tab_store_logo.jpg",
    "resources/img/ebay_pc_tab_store_logo.jpg",
    "resources/img/chroma_pc_tab_store_logo.jpg",
    "resources/img/tatacliq_pc_tab_store_logo.jpg",
    "resources/img/homeshop18_pc_tab_store_logo.jpg",
    "resources/img/tick.gif",
    "resources/img/ajax_loader.gif",
    "resources/img/coupondunia_logo/coupondunia-logo-og.png"
  ]
}