Dicamon - Latex to HTML

Dicamon - Latex to HTML

A minimal tool to convert latex to html

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dicamon - Latex to HTML",
  "description": "A minimal tool to convert latex to html",
  "version": "0.0.1",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "action": {
    "default_title": "Dicamon - Latex to HTML"
  },
  "permissions": [],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "foreground.js",
        "helpers/mathjax.js",
        "helpers/polyfill.min.js"
      ],
      "matches": [
        "http://207.148.72.236/*"
      ]
    }
  ]
}