MathJax Pad

MathJax Pad

Renders mathematical typeography from text as you type, using the MathJax library

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MathJax Pad",
  "description": "Renders mathematical typeography from text as you type, using the MathJax library",
  "version": "2.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_title": "Open the Pad",
    "default_icon": "icon.png",
    "default_popup": "pad.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdnjs.cloudflare.com/ajax/libs/mathjax/; object-src 'self'"
}