Zerodha - Group Positions

Zerodha - Group Positions

Group the positions of your instruments with respective PnL display

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zerodha - Group Positions",
  "version": "1.0",
  "description": "Group the positions of your instruments with respective PnL display",
  "content_scripts": [
    {
      "js": [
        "scripts/content.min.js",
        "scripts/fa.js"
      ],
      "css": [
        "css/content.css"
      ],
      "matches": [
        "https://kite.zerodha.com/*",
        "https://kite-demo.zerodha.com/*",
        "file:///*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}