Math Embed: From LaTeX to embeddable link

Math Embed: From LaTeX to embeddable link

Make your LaTeX math embeddable for articles, websites -- wherever you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Math Embed: From LaTeX to embeddable link",
  "description": "Make your LaTeX math embeddable for articles, websites -- wherever you want.",
  "version": "1.0.7",
  "manifest_version": 2,
  "homepage_url": "https://mathembed.online",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Math Embed",
    "browser_style": true,
    "default_icon": {
      "16": "/images/logo16.png",
      "32": "/images/logo32.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  }
}