Kite 3.0 Full Width Zerodha Trading Platform

Kite 3.0 Full Width Zerodha Trading Platform

This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kite 3.0 Full Width Zerodha Trading Platform",
  "short_name": "Full Width Zerodha Kite 3.0 (Beta)",
  "version": "3.0.2",
  "description": "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.",
  "homepage_url": "https://github.com/sanampatel/kite-zerodha-style",
  "author": "Sanam Patel ([email protected])",
  "icons": {
    "128": "kite128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://kite3.zerodha.com/*",
        "https://kite.zerodha.com/*"
      ],
      "css": [
        "kite3-full-width.css"
      ]
    }
  ],
  "manifest_version": 2
}