Horus

Horus

Horus是您的人工智能助手,用于创建摘要、见解和扩展知识。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.e4c537c9.png",
    "32": "icon32.plasmo.b94b4046.png",
    "48": "icon48.plasmo.c4d792ed.png",
    "64": "icon64.plasmo.c0df1364.png",
    "128": "icon128.plasmo.92f8c4e3.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e4c537c9.png",
      "32": "icon32.plasmo.b94b4046.png",
      "48": "icon48.plasmo.c4d792ed.png",
      "64": "icon64.plasmo.c0df1364.png",
      "128": "icon128.plasmo.92f8c4e3.png"
    }
  },
  "version": "0.0.5",
  "author": "XIAOXIN AI",
  "name": "Horus",
  "description": "Horus是您的人工智能助手,用于创建摘要、见解和扩展知识。",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "scripting",
    "activeTab",
    "contextMenus"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/pdfjs-dist/*/**"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "file:///*"
  ]
}