Examine source code of MathTeX Editor Professional

Inspect and view changes in MathTeX Editor Professional source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MathTeX Editor Professional",
  "short_name": "Visual Mathematic/HTML Editor",
  "description": "Wysiwyg and Visual Math, LaTeX or TeX, AsciiMath, MathML and HTML Editor developed in HTML5",
  "version": "2.2.6.1",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "offline_enabled": true,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "assets/icon_16.png",
      "38": "assets/icon_128.png"
    }
  },
  "content_security_policy": "script-src 'self' https://www.google.com/cloudprint/ 'unsafe-eval'; frame-src 'self' https://www.google.com/cloudprint/; default-src 'self'; media-src *; img-src * data:; style-src * 'unsafe-inline'; font-src *; child-src *; connect-src *; base-uri *",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}