ADO Review Firefox

Examine source code of ADO Review

Inspect and view changes in ADO Review source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ADO Review",
  "description": "AI-powered code review for Azure DevOps pull requests",
  "version": "0.1.4",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://dev.azure.com/*",
    "https://*.visualstudio.com/*",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://generativelanguage.googleapis.com/*",
    "http://localhost/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ado-review@sheelarajeshkumar.github.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "ADO Review",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://dev.azure.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/ado-pr.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content-scripts/ado-pr.css"
      ],
      "use_dynamic_url": true,
      "matches": [
        "*://dev.azure.com/*"
      ]
    }
  ]
}

Best ADO Review Alternatives

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