{
  "manifest_version": 3,
  "name": "Eplugins PDF Any Converter",
  "short_name": "EP PDF Converter",
  "version": "1.0.0",
  "description": "Convert, merge, split, compress, organize, sign, OCR, translate and summarize PDF documents.",
  "action": {
    "default_title": "Eplugins PDF Any Converter",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background/service-worker.js"
  },
  "options_page": "options/options.html",
  "permissions": [
    "storage",
    "downloads",
    "contextMenus"
  ],
  "host_permissions": [],
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dashboard/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://localhost/*",
    "http://127.0.0.1/*"
  ]
}