Go Docs Syntax Highlighter Firefox

Examine source code of Go Docs Syntax Highlighter

By: kkss
Inspect and view changes in Go Docs Syntax Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Go Docs Syntax Highlighter",
  "version": "1.0.2",
  "description": "Adds syntax highlighting to Go documentation code blocks with 200+ themes to choose from.",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a50b46d5-323b-491f-a7b8-084aa164539e}"
    }
  },
  "background": {
    "scripts": [
      "background/main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/main.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

Best Go Docs Syntax Highlighter Alternatives

Here are some Firefox add-ons that are similar to Go Docs Syntax Highlighter: