ChatGPT Wider Answer Space

ChatGPT Wider Answer Space

Modifies the stylesheet for OpenAI Chat. with the side bar and without

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT Wider Answer Space",
  "version": "1.62",
  "description": "Modifies the stylesheet for OpenAI Chat. with the side bar and without",
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/small.png",
      "48": "images/medium.png",
      "128": "images/normal.png"
    }
  },
  "icons": {
    "16": "images/small.png",
    "48": "images/medium.png",
    "128": "images/normal.png"
  }
}