TeX for Gmail Firefox

Examine source code of TeX for Gmail

Inspect and view changes in TeX for Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TeX for Gmail",
  "description": "Use LaTeX (a method for rendering mathematical formulas) with Gmail.",
  "version": "6.8.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "tex-for-gmail@va.email.tex",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://mail.google.com/*"
  ],
  "optional_host_permissions": [
    "https://mail.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "options.js",
        "texforgmail.js",
        "app.js"
      ],
      "css": [
        "style.css",
        "popups.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logo128.png",
        "compose1s.png",
        "view1s.png",
        "view2s.png",
        "*.map"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "icons": {
    "128": "logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "logo128.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best TeX for Gmail Alternatives

Here are some Firefox add-ons that are similar to TeX for Gmail: