ZhiNang.ai - AI assistant from anypage

ZhiNang.ai - AI assistant from anypage

ChatGPT anywhere on anytime in anypage now

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_description__"
  },
  "background": {
    "service_worker": "./dist/static/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "./dist/static/js/content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "js": [
        "./dist/static/js/cookie.js"
      ],
      "matches": [
        "https://www.gptnow.im/*",
        "https://gptnow.im/*",
        "https://zhinang.ai/*",
        "https://www.zhinang.ai/*"
      ]
    },
    {
      "js": [
        "./static/baidu-fix.js"
      ],
      "matches": [
        "https://*.baidu.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 3,
  "name": "__MSG_title__",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "version": "0.33",
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "images/*"
      ]
    }
  ]
}