Azure changelog Firefox

Examine source code of Azure changelog

By: Moee
Inspect and view changes in Azure changelog source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_popup": "popup.html"
  },
  "author": "Moee",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "azure-changelog@moee.fr",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.visualstudio.com/*",
        "*://*.dev.azure.com/*"
      ],
      "js": [
        "core/constants.js",
        "core/utils.js",
        "core/storage.js",
        "core/template-engine.js",
        "content.js"
      ]
    }
  ],
  "default_locale": "fr",
  "description": "__MSG_description__",
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Azure changelog",
  "permissions": [
    "scripting",
    "activeTab",
    "clipboardWrite",
    "storage"
  ],
  "version": "0.3.0"
}

Best Azure changelog Alternatives

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