Full Width Zerodha Kite

Full Width Zerodha Kite

This app will give Zerodha kite trading platform a full width look. Extension is ported from a similar Chrome extension developed by Mr. Sanam Patel([email protected]). Big thanks to the original author!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Full Width Zerodha Kite Trading Platform",
  "short_name": "Full Width Zerodha Kite Trading Plateform",
  "version": "1.0.0",
  "description": "This app will give zerodha kite trading platform a full width look. Extension is ported from a similar Chrome extension developed by Mr.Sanam Patel([email protected]). Big thanks to the author!",
  "author": "Sanam Patel/Yuvaraj Ramamurthy",
  "icons": {
    "128": "kite128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://kite3.zerodha.com/*",
        "https://kite.zerodha.com/*"
      ],
      "css": [
        "kite3-full-width.css"
      ]
    }
  ],
  "manifest_version": 2
}