{
  "manifest_version": 3,
  "name": "AutoPremium — Mobile.de Extractor",
  "version": "1.5",
  "permissions": ["scripting", "tabs"],
  "host_permissions": [
    "https://*.mobile.de/*",
    "http://localhost:8080/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": ["https://*.mobile.de/*"],
      "js": ["content.js"],
      "run_at": "document_idle"
    }
  ]
}
