InstaPayBack Cashback and Coupons

InstaPayBack Cashback and Coupons

Get additional cashback over and above all discounts and coupons on Flipkart, Amazon & many more with just a click of a button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "InstaPayBack Cashback and Coupons",
  "description": "Get additional cashback over and above all discounts and coupons on Flipkart, Amazon & many more with just a click of a button",
  "version": "1.1.4.13",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "mycss.css"
      ],
      "js": [
        "URI.js",
        "jquery.min.js",
        "myscript.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "*.png",
    "mycss.css"
  ],
  "background": {
    "scripts": [
      "URI.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "activeIcon.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+I",
        "mac": "Command+I",
        "chromeos": "Ctrl+I",
        "linux": "Ctrl+I"
      }
    }
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs",
    "alarms",
    "storage"
  ]
}