ChatGPT Sugar: Make Your ChatGPT Sweeter

ChatGPT Sugar: Make Your ChatGPT Sweeter

A collection of subtle and delightful tools, seamlessly integrated into your ChatGPT experience.

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 Sugar: Make Your ChatGPT Sweeter",
  "description": "A collection of subtle and delightful tools, seamlessly integrated into your ChatGPT experience.",
  "version": "0.0.7",
  "icons": {
    "16": "src/assets/logo.png",
    "32": "src/assets/logo.png",
    "48": "src/assets/logo.png",
    "128": "src/assets/logo.png"
  },
  "action": {},
  "host_permissions": [
    "https://*.openai.com/"
  ],
  "permissions": [],
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-757e6103.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ],
      "css": [
        "assets/index-8a7f23d0.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "resources": [
        "assets/index.tsx-b763b34f.js"
      ],
      "use_dynamic_url": true
    }
  ]
}