{
  "manifest_version": 3,
  "name": "Full Page Screenshot",
  "version": "1.0.0",
  "description": "Capture a full-page screenshot including content below the fold",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "downloads"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Full Page Screenshot"
  },
  "background": {
    "service_worker": "background.js"
  }
}
