Show Option Premium

Show Option Premium

Add option premium in Zerodha Broker Watchlist

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Show Option Premium ",
  "version": "0.2",
  "description": "Add option premium in Zerodha Broker Watchlist ",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery.js",
        "scripts/lodash.js",
        "scripts/content.js"
      ],
      "matches": [
        "https://kite.zerodha.com/*"
      ]
    }
  ]
}