Examine source code of KitePlus For Zerodha

Inspect and view changes in KitePlus For Zerodha source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "KitePlus For Zerodha",
  "description": "Enhance the Zerodha Kite web platform experience with KitePlus!",
  "version": "2.57",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "kiteplus@radiuscraft.com"
    }
  },
  "action": {
    "default_popup": "Blocks/Extra/Popup.html",
    "default_icon": {
      "16": "Arts/icon_16.png",
      "32": "Arts/icon_32.png",
      "48": "Arts/icon_48.png",
      "64": "Arts/icon_64.png",
      "128": "Arts/icon_128.png"
    }
  },
  "icons": {
    "16": "Arts/icon_16.png",
    "32": "Arts/icon_32.png",
    "48": "Arts/icon_48.png",
    "64": "Arts/icon_64.png",
    "128": "Arts/icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "Scripts/Plugins/Helper.js",
        "Scripts/Plugins/LightWeightChart.js",
        "Scripts/Plugins/StorageHelperFirefox.js",
        "Scripts/coreKP.js"
      ],
      "matches": [
        "https://kite.zerodha.com/*"
      ],
      "all_frames": false
    },
    {
      "js": [
        "Scripts/Plugins/Helper.js",
        "Scripts/Plugins/StorageHelperFirefox.js",
        "Scripts/tradeAPIURL.js"
      ],
      "matches": [
        "https://api.kite.trade/Data"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "Arts/*"
      ],
      "matches": [
        "https://kite.zerodha.com/*"
      ]
    },
    {
      "resources": [
        "Styles/*"
      ],
      "matches": [
        "https://kite.zerodha.com/*"
      ]
    },
    {
      "resources": [
        "Blocks/*"
      ],
      "matches": [
        "https://kite.zerodha.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ]
}