ZetaMarker - PDF & Web Highlighter

ZetaMarker - PDF & Web Highlighter

The safest highlighter and annotator - sync seamlessly across devices. Free and permission-free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "default_locale": "en",
  "version": "5.2",
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png",
    "128": "icons/logo-128.png"
  },
  "action": {
    "default_title": "ZetaMarker",
    "default_icon": {
      "16": "icons/logo-16.png",
      "32": "icons/logo-32.png",
      "48": "icons/logo-48.png",
      "96": "icons/logo-96.png",
      "128": "icons/logo-128.png"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "pages/pages.html"
  },
  "commands": {
    "iJ": {
      "suggested_key": {
        "default": "Alt+Shift+I",
        "mac": "Alt+Shift+I"
      },
      "description": "__MSG_activate_shortcut__"
    },
    "sJ": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Alt+Shift+S"
      },
      "description": "__MSG_sync_shortcut__"
    },
    "hJ": {
      "suggested_key": {
        "default": "Alt+Shift+H",
        "mac": "Alt+Shift+H"
      },
      "description": "__MSG_hcursor_shortcut__"
    },
    "changeThemeColor": {
      "suggested_key": {
        "default": "Alt+Shift+M",
        "mac": "Alt+Shift+M"
      },
      "description": "__MSG_theme_shortcut__"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "viewer/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "*://*/*",
        "file:///*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "identity"
  ],
  "host_permissions": [
    "file:///*"
  ]
}