mite.watch for GitHub and GitLab Firefox

Examine source code of mite.watch for GitHub and GitLab

Inspect and view changes in mite.watch for GitHub and GitLab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "mite.watch for GitHub and GitLab",
  "version": "2.0.2",
  "description": "Start a new mite tracker simply from any GitHub or GitLab issue or pull/merge request page.",
  "author": "kim.meyer@palasthotel.de",
  "minimum_chrome_version": "107",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "content-style.css"
      ],
      "js": [
        "lib/message.js",
        "lib/mite-controller.js",
        "lib/system-detector.js",
        "lib/mapping-db.js",
        "content-main.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b1fd813-c4a5-4306-90a7-281962c29313}",
      "strict_min_version": "107.0"
    }
  }
}

Best mite.watch for GitHub and GitLab Alternatives

Here are some Firefox add-ons that are similar to mite.watch for GitHub and GitLab: