Syntax Highlighter for Azure DevOps Firefox

Examine source code of Syntax Highlighter for Azure DevOps

Inspect and view changes in Syntax Highlighter for Azure DevOps source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Syntax Highlighter for Azure DevOps",
  "version": "0.9.0",
  "description": "Enhances code readability by adding syntax highlighting to code views and diffs within Azure DevOps, including pull requests.",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.dev.azure.com/*",
    "*://*.visualstudio.com/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.dev.azure.com/*",
        "*://*.visualstudio.com/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "prism/prism.min.js",
        "content_script.js"
      ],
      "css": [
        "prism/prism.css",
        "custom_styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ado-syntax-highlighter@ckob.github.io",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Syntax Highlighter for Azure DevOps Alternatives

Here are some Firefox add-ons that are similar to Syntax Highlighter for Azure DevOps: