Scribe: AI Documentation, SOPs & Screenshots

Scribe: AI Documentation, SOPs & Screenshots

Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Scribe: AI Documentation, SOPs & Screenshots",
  "version": "2.2.38",
  "description": "Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.",
  "icons": {
    "16": "public/logo-16.png",
    "48": "public/logo-48.png",
    "128": "public/logo-128.png"
  },
  "manifest_version": 3,
  "options_page": "src/scripts/options/index.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/index.js-loader.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/gmail.js-loader.js"
      ],
      "matches": [
        "*://mail.google.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "Scribe"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "scripting",
    "sidePanel"
  ],
  "side_panel": {
    "default_path": "src/sidepanel/sidepanel.html"
  },
  "optional_permissions": [
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://*.cursive.io/*",
      "https://*.scribehow.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/PublicSans-VariableFont_wght.ttf",
        "assets/PublicSans-Italic-VariableFont_wght.ttf",
        "assets/icons/add.png",
        "assets/icons/recording.png",
        "assets/style.css"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/PublicSans-VariableFont_wght.ttf",
        "assets/spinner.png",
        "assets/index-8c0a326b.js",
        "assets/extensionConfig-2f8020b2.js",
        "assets/scribeViewer-1b72c144.js",
        "assets/domLabeler-ee6f6ee0.js",
        "assets/_commonjsHelpers-de833af9.js",
        "assets/Tooltip-4dde1ad9.js",
        "assets/Button-c46210f8.js",
        "assets/slice-041e7812.js",
        "assets/extension-df281c1a.js",
        "assets/v4-c70744d4.js",
        "assets/util-518e0215.js",
        "assets/sidepanel-utils-1d243909.js",
        "assets/index.tsx-8ebed32e.js",
        "assets/index.js-f716bb7e.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "resources": [
        "assets/v4-c70744d4.js",
        "assets/gmail.js-70d5571f.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}