Shots by Waybook — Instant Process Guides

Shots by Waybook — Instant Process Guides

Boost team efficiency with Shots by Waybook. Turn any task into a step-by-step guide and simplify onboarding and SOPs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Shots by Waybook",
  "name": "Shots by Waybook — Instant Process Guides",
  "description": "Boost team efficiency with Shots by Waybook. Turn any task into a step-by-step guide and simplify onboarding and SOPs.",
  "homepage_url": "https://www.waybook.com/shots?utm_source=shotsapp",
  "version": "1.1.2",
  "manifest_version": 3,
  "minimum_chrome_version": "114",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "background": {
    "service_worker": "/assets/build/js/main-background.js",
    "type": "module"
  },
  "side_panel": {
    "default_path": "/assets/html/sidepanel.html"
  },
  "permissions": [
    "activeTab",
    "identity",
    "scripting",
    "sidePanel",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "/assets/images/icon-16.png",
      "32": "/assets/images/icon-32.png",
      "48": "/assets/images/icon-48.png",
      "128": "/assets/images/icon-128.png"
    }
  },
  "icons": {
    "16": "/assets/images/icon-16.png",
    "32": "/assets/images/icon-32.png",
    "48": "/assets/images/icon-48.png",
    "128": "/assets/images/icon-128.png"
  }
}