MatPaste for Microsoft Edge

MatPaste for Microsoft Edge

This extension allows you to paste common mathematical and physics-based symbols onto web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MatPaste for Microsoft Edge",
  "author": "Oliver Hamilton",
  "description": "This extension allows you to paste common mathematical and physics-based symbols onto web pages.",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}