Examine source code of GlobalLink WEB Demo Tool

Inspect and view changes in GlobalLink WEB Demo Tool 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": "GlobalLink WEB Demo Tool",
  "version": "3.0.22",
  "description": "GlobalLink WEB Demo Tool",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "environments.js",
        "js/moxie.min.js",
        "js/injection.js"
      ]
    }
  ],
  "action": {
    "default_title": "GlobalLink WEB Demo Tool",
    "default_popup": "main.html",
    "default_icon": "images/ODT-fav.png"
  },
  "icons": {
    "48": "images/ODT-48.png",
    "128": "images/ODT-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/shadowdomlistener.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}