Math Equations Editor / Latex Editor

Math Equations Editor / Latex Editor

You can write math formulas, save and open file .tex format

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Math Equations Editor / Latex Editor",
  "version": "1.0.1",
  "description": "You can write math formulas, save and open file .tex format",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "1008813237979",
  "app": {
    "launch": {
      "web_url": "https://math-equation.freebusinessapps.net/tex"
    }
  }
}