Page Marker - Web Paint on Pages

Page Marker - Web Paint on Pages

Draw or highlight on any website in real time. Add text, lines, and shapes, then make screenshot the result.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "1.3",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "identity",
    "identity.email"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      }
    }
  },
  "action": {
    "default_icon": "128.png",
    "default_title": "Page Marker"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "main.css",
        "marker.png",
        "eraser.png",
        "save.png",
        "pointer.png",
        "highlighter.png",
        "clear.png",
        "undo.png",
        "redo.png",
        "move.png",
        "text.png",
        "line.png",
        "exit.png",
        "cup-border.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3
}