Guidde - Magically create video documentation

Guidde - Magically create video documentation

Magically create video documentation with AI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Guidde - Magically create video documentation",
  "version": "2.63.7",
  "description": "Magically create video documentation with AI",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "offscreen",
    "scripting"
  ],
  "host_permissions": [
    "https://app.guidde.com/*",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/guidde.js"
      ],
      "css": [
        "guidde.css"
      ],
      "exclude_matches": []
    },
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/cs/guiddeIframeService.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "exclude_matches": []
    },
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/cs/quickActionService.js"
      ],
      "css": [
        "quickActionService.css"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "exclude_matches": []
    }
  ],
  "action": {
    "default_title": "Guidde"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "commands": {
    "record": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Record Video"
    },
    "search": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Search for Videos"
    },
    "new-chapter": {
      "suggested_key": {
        "default": "Alt+Shift+N"
      },
      "description": "Add screenshot (or chapter for videos)"
    },
    "pause": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Pause/Resume recording"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "cs/*",
        "webcam.html",
        "webcam.js",
        "g_icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "g_icon.png",
    "32": "g_icon.png",
    "48": "g_icon.png",
    "128": "g_icon.png"
  },
  "externally_connectable": {
    "matches": [
      "https://app.guidde.com/*",
      "https://app.guidde.co/*"
    ]
  }
}