{
  "manifest_version": 3,
  "name": "Download All Tabs",
  "version": "2.0.0",
  "description": "Download the actual files (PDFs, etc.) open across the tabs of the current Chrome window into a single Downloads subfolder, filtered by file type.",
  "permissions": ["tabs", "downloads"],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Download all tabs"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}
