Whatsapp Syntax Highlighter Firefox

Examine source code of Whatsapp Syntax Highlighter

Inspect and view changes in Whatsapp Syntax Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "2.0.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "name": "Whatsapp Syntax Highlighter",
  "action": {
    "default_title": "Whatsapp Syntax Highlighter",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "scripts/inject.js",
        "scripts/h1.js",
        "scripts/h2.js"
      ],
      "run_at": "document_start",
      "css": [
        "css/catppuccin.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ankur@mishra.com",
      "strict_min_version": "42.0"
    }
  }
}

Best Whatsapp Syntax Highlighter Alternatives

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