Examine source code of TeamDynamix Updater

Inspect and view changes in TeamDynamix Updater 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": "TeamDynamix Updater",
  "description": "A tool for TeamDynamix which updates ticket buckets automatically and elegantly",
  "version": "1.1.3",
  "manifest_version": 2,
  "page_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "TDX Updater",
    "default_popup": "load_tdxu.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/TDNext/Home/Desktop/*.aspx"
      ],
      "all_frames": false,
      "js": [
        "tdxu.min.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d75e6027-0cf7-4a00-8d55-6a003f65e0fb}"
    }
  }
}