Font Fix for WhatsApp Browser Firefox

Examine source code of Font Fix for WhatsApp Browser

Inspect and view changes in Font Fix for WhatsApp Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Font Fix for WhatsApp Browser",
  "version": "1.50",
  "description": "Removes the forced Roboto font from WhatsApp Web so it uses your system font instead.",
  "author": "Mohammed Nasman",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "whatsapp-font-fix@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "WhatsApp Font Fix"
  }
}

Best Font Fix for WhatsApp Browser Alternatives

Here are some Firefox add-ons that are similar to Font Fix for WhatsApp Browser: