Notation

Notation

Renovating the Way You Read: Notation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Notation",
  "description": "Renovating the Way You Read: Notation.",
  "author": "Numan Zaman Dipu",
  "version": "1.0.4",
  "manifest_version": 3,
  "icons": {
    "16": "src/icons/favicon-16.png",
    "32": "src/icons/favicon-32.png",
    "48": "src/icons/favicon-48.png",
    "128": "src/icons/favicon-128.png"
  },
  "background": {
    "service_worker": "src/background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_popup": "src/popup/popup.html"
  },
  "commands": {
    "toggle-notation": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Trigger Notation"
    },
    "toggle-auto-notation": {
      "suggested_key": {
        "default": "Ctrl+Shift+H"
      },
      "description": "Enable Auto Apply"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}