Math Equations Anywhere

Math Equations Anywhere

Add equations to your math page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Math Equations Anywhere",
  "version": "5.0.3",
  "description": "Add equations to your math page",
  "manifest_version": 3,
  "author": "Brenden Adamczak",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "open-close-extension": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Opens the extension or closes it"
    }
  },
  "icons": {
    "16": "./img/16x16.png",
    "32": "./img/32x32.png",
    "48": "./img/48x48.png",
    "96": "./img/96x96.png",
    "128": "./img/128x128.png",
    "512": "./img/512x512.png"
  },
  "action": {
    "default_icon": {},
    "default_title": "Math Equations"
  }
}