QuickLaTex

QuickLaTex

Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "QuickLaTex",
  "name": "QuickLaTex",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "LaTex Quick Editor"
  },
  "icons": {
    "16": "images/calc16.png",
    "48": "images/calc48.png",
    "128": "images/calc128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "bg.html"
  },
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com; object-src 'self'",
  "version": "1.0"
}