MagicHow: Documentation, Screenshots & SOPs

MagicHow: Documentation, Screenshots & SOPs

Advanced step recorder with screenshot annotations & PDF export. Document any process and create how-to guides & SOPs instructions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.3001eadb.png",
    "32": "icon32.plasmo.54d4e3ab.png",
    "48": "icon48.plasmo.931bf8ee.png",
    "64": "icon64.plasmo.5b447064.png",
    "128": "icon128.plasmo.4c3a78e0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.3001eadb.png",
      "32": "icon32.plasmo.54d4e3ab.png",
      "48": "icon48.plasmo.931bf8ee.png",
      "64": "icon64.plasmo.5b447064.png",
      "128": "icon128.plasmo.4c3a78e0.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.1.6",
  "name": "MagicHow: Documentation, Screenshots & SOPs",
  "description": "Advanced step recorder with screenshot annotations & PDF export. Document any process and create how-to guides & SOPs instructions.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "activeTab",
    "tabs",
    "scripting",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.magichow.co/*"
      ],
      "js": [
        "message-relay.271267c8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "screen-capture.ad85de05.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "screen-capture-widget.afa83dad.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "ids": [],
    "matches": []
  },
  "web_accessible_resources": [
    {
      "resources": [
        "resources/**",
        "tabs/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icon-24.df25f6c1.png",
        "screen-capture.a5240225.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icon-24.df25f6c1.png",
        "blur-instruction.67f64e78.png",
        "screen-capture-widget.e966a529.css"
      ]
    }
  ]
}