Page Marker - Draw on Web

Page Marker - Draw on Web

Draw directly on any website in real time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "name": "Page Marker - Draw on Web",
  "description": "Draw directly on any website in real time.",
  "version": "5.4",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Page Marker"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "marker.png",
    "eraser.png",
    "save.png",
    "pointer.png",
    "highlighter.png",
    "clear.png",
    "undo.png",
    "redo.png",
    "cup-border.png",
    "exit.png",
    "line.png",
    "text.png",
    "move.png",
    "main.css"
  ],
  "manifest_version": 2
}