syntax highlighting Firefox

Examine source code of syntax highlighting

Inspect and view changes in syntax highlighting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PrettyPrint",
  "version": "1.0.0",
  "description": "One-click pretty print for JSON pages or selected JSON in the current tab.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "default_title": "PrettyPrint JSON"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32ccbbf3-8305-4cde-a73e-445bc3bd0332}"
    }
  }
}

Best syntax highlighting Alternatives

Here are some Firefox add-ons that are similar to syntax highlighting: