chitt.chat: live chat on every website!

chitt.chat: live chat on every website!

Live chat for every website! Chat with people on the same site as you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "2.1.2",
  "description": "__MSG_extDescription__",
  "side_panel": {
    "default_path": "index.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "minimum_chrome_version": "117",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "permissions": [
    "sidePanel",
    "contextMenus",
    "scripting",
    "storage"
  ]
}