Flash Sale Hack

Flash Sale Hack

A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Flash Sale Hack",
  "version": "7.2",
  "description": "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Flash Sale Hack",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "*://*/"
  ],
  "icons": {
    "16": "icon.png",
    "128": "icon-big.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://flipkart.com/*",
        "*://www.flipkart.com/*",
        "http://www.flipkart.com/*",
        "https://www.flipkart.com/*",
        "http://www.flipkart.com/*"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "css": [
        "blink.css"
      ]
    }
  ]
}