Shopibin Cashback

Shopibin Cashback

Save more on all Online shopping stores over and above all discounts and coupons. Get Upto 10% Cashback on your all online purchases

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/URI.js",
      "js/jquery.min.js",
      "js/bootstrap.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Ctrl+M",
        "linux": "Ctrl+M",
        "mac": "Command+M",
        "windows": "Ctrl+M"
      }
    }
  },
  "content_scripts": [
    {
      "css": [
        "css/jquery-ui.min.css",
        "css/content.css"
      ],
      "js": [
        "js/URI.js",
        "js/jquery.min.js",
        "js/jquery-ui.min.js",
        "js/bootstrap.min.js",
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Save more on all Online shopping stores over and above all discounts and coupons. Get Upto 10% Cashback on your all online purchases",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Shopibin Cashback",
  "short_name": "Shopibin",
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs",
    "storage",
    "alarms"
  ],
  "version": "1.1.0",
  "web_accessible_resources": [
    "*.png",
    "css/jquery-ui.min.css",
    "css/content.css"
  ]
}