Live Chat for ALL websites

Live Chat for ALL websites

Chat with everyone on same website, just like a live chat in livestreams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Live Chat for ALL websites",
  "description": "Chat with everyone on same website, just like a live chat in livestreams",
  "version": "1.1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "main.html"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://kit.fontawesome.com/5b2065fdbb.js https://cdnjs.cloudflare.com https://www.gstatic.com https://apis.google.com; object-src 'self'"
}