Examine source code of Upstox Extra Options

Inspect and view changes in Upstox Extra Options 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
{
  "manifest_version": 2,
  "name": "Upstox Extra",
  "description": "SL Calculator, Timer Countdown",
  "version": "1.35",
  "permissions": [
    "activeTab",
    "storage",
    "*://taketest.atwebpages.com/*",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "Upstox More",
    "default_popup": "additional.html"
  },
  "options_ui": {
    "page": "additional.html"
  },
  "background": {
    "scripts": [
      "custom.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shiva.veepuri@gmail.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://pro.upstox.com/*"
      ],
      "run_at": "document_start"
    }
  ]
}