{
  "manifest_version": 3,
  "name": "Dywanowy Bazar Importer",
  "version": "1.1.0",
  "description": "One-click import from Tara Carpet to BaseLinker.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://tara-carpet.com/*",
    "http://127.0.0.1/*",
    "http://localhost/*",
    "https://*.onrender.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://tara-carpet.com/products/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}
