Examine source code of UGV Result Extension

Inspect and view changes in UGV Result Extension 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": 3,
  "name": "UGV Result Extension",
  "version": "3.1",
  "description": "An extension for updating result on UGV portal",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "http://webportal.ugv.edu.bd/*",
    "https://webportal.ugv.edu.bd/*",
    "http://192.168.2.12:145/*",
    "https://192.168.2.12:145/*"
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}