ADO SmartActions Firefox

Examine source code of ADO SmartActions

Inspect and view changes in ADO SmartActions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ADO SmartActions",
  "version": "1.1.0",
  "description": "Smart automation and workflow tweaks for Azure DevOps to eliminate tedious clicks.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ado-smartactions@extension",
      "strict_min_version": "152.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dev.azure.com/*",
        "https://*.visualstudio.com/*"
      ],
      "js": [
        "utils.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best ADO SmartActions Alternatives

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