Free AI Art - WxAI Draw

Free AI Art - WxAI Draw

Based on ChatGPT's AI intelligent painting technology, create the most advanced and highest quality image generation tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "img/logo-wenxin.png",
    "default_title": "__MSG_extName__"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "img/logo-wenxin.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.2.17",
  "web_accessible_resources": [
    {
      "resources": [
        "/img/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/ccgmkbhbidbpimpnkokjnjfolknajbfc",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}