{
  "manifest_version": 3,
  "name": "Bote Translate Secure",
  "version": "0.2.0",
  "description": "隐私优先的网页客服翻译插件：选中文字后调用 www.bote.one 安全翻译接口。",
  "permissions": ["activeTab", "storage"],
  "host_permissions": ["https://www.bote.one/*"],
  "content_scripts": [
    {
      "matches": ["https://web.telegram.org/*", "https://web.whatsapp.com/*"],
      "js": ["content.js"],
      "run_at": "document_idle"
    }
  ],
  "action": { "default_title": "Bote Translate" }
}
