Azure Devops Improvements Firefox

Examine source code of Azure Devops Improvements

Inspect and view changes in Azure Devops Improvements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Azure Devops Improvements",
  "description": "Add syntax highlighting for vue single file components",
  "version": "0.1.0",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "highlight.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dev.azure.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "https://dev.azure.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1eeef5f-5f53-449f-ac69-5a60084fe4d9}"
    }
  }
}

Best Azure Devops Improvements Alternatives

Here are some Firefox add-ons that are similar to Azure Devops Improvements: