WindChat-ChatGPT Tailwind CSS React Previewer

WindChat-ChatGPT Tailwind CSS React Previewer

Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WindChat-ChatGPT Tailwind CSS React Previewer",
  "version": "1.2.6",
  "description": "Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.",
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module",
    "matches": [
      "https://chatgpt.com/*",
      "https://chat.openai.com/*"
    ]
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "32.png"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "96": "96.png",
    "128": "128.png",
    "256": "256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg/XnczWiJ55E91ih21+/5peOaqYmVs5lJVkumyOPPThH+sjXY7LSicVMd1Q1/AP5dqjtr+BeL6Io8crwUJorJ9B9g1fsj9zgKBF4nuVjOdZxDH8dSq8vAL/60Ez4yge8bTTcoj/rrQMnAU1VK2rguw9bvcm3nGV5NsomOCX2YYeYbuAk+aboPv6rF5X4SNVAr22FlcmfpR48q78MhZ+0weYcsfOg8bJRw4PWJ7PQw8hrjU2AFrEE1YmIhISx1OneVt7l0qWu691rle5hBysY8wS8wCV/dxVuAWb7E3Orb99vJSS5A6VKeNwjNR9hRbftkHDv1AQ4e9cQrX9o4qoWywIDAQAB",
  "externally_connectable": {
    "ids": [
      "oodahnkoklimneclpoebhlkknoaogeln",
      "jhllfdbccclcdiafljibcabipbmkfoem",
      "moeoibheadkkkgclhclmglepnhplanpl"
    ],
    "matches": [
      "*://localhost/*",
      "https://*.windchat.link/*"
    ]
  },
  "host_permissions": [
    "https://api.windchat.link/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle1714795908881.chunk.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "batch-tasks-logo-64.png",
        "chatgpt-search-history-logo-64.png",
        "128.png",
        "32.png",
        "48.png",
        "popup-guide-1.png"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ]
    }
  ]
}