ADO Tab Icons Firefox

Examine source code of ADO Tab Icons

Inspect and view changes in ADO Tab Icons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ADO Tab Icons",
  "version": "1.6.0",
  "description": "Changes Azure DevOps tab icons based on page type: Bug, Pull Request, Pipeline, Feature, Epic, Readiness, User Story, and more",
  "permissions": [
    "tabs",
    "activeTab",
    "https://dev.azure.com/*",
    "https://*.visualstudio.com/*",
    "https://dev.azure.com.mcas.ms/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/bug.png",
    "32": "icons/bug.png",
    "48": "icons/bug.png",
    "128": "icons/bug.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/bug.png",
      "32": "icons/bug.png",
      "48": "icons/bug.png",
      "128": "icons/bug.png"
    },
    "default_title": "ADO Tab Icons"
  },
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ado-tab-icon-extension@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ADO Tab Icons Alternatives

Here are some Firefox add-ons that are similar to ADO Tab Icons: