ChatKuma · ChatGPT插件

ChatKuma · ChatGPT插件

支持联网搜索、绘图和知识库的OpenAI/API2D Key的ChatGPT插件。 Build.2024.05.10.10.01.10

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appTitle__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "version": "1.0.6",
  "icons": {
    "48": "icons/icon-48.webp",
    "128": "icons/icon-128.webp",
    "512": "icons/icon-512.webp"
  },
  "action": {
    "default_title": "ChatKuma"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "sidePanel",
    "unlimitedStorage",
    "scripting"
  ],
  "side_panel": {
    "default_path": "index.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}