This app will give zerodha kite trading platform a full width look with also some minor twicks.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Full Width Zerodha Kite Trading Platform",
"short_name": "Full Width Zerodha Kite Trading Plateform",
"version": "1.0.2",
"description": "This app will give zerodha kite 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
}