{
  "manifest_version": 3,
  "name": "Site Snapshot",
  "version": "0.1.0",
  "description": "Crawl a site and save full-page screenshots of every page found. Output stays local — no upload.",
  "permissions": [
    "tabs",
    "activeTab",
    "downloads",
    "debugger",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Site Snapshot"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}
