{
  "manifest_version": 3,
  "name": "PocketResume",
  "version": "6.2",
  "description": "Generate tailored resumes from job descriptions using AI for free*.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://openrouter.ai/*",
    "https://generativelanguage.googleapis.com/*",
    "https://*.convex.cloud/*",
    "https://*.clerk.accounts.dev/*",
    "https://clerk.pocket-resume.xyz/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["content.js"]
    }
  ]
}
