Gadfly Chat Extension

Gadfly Chat Extension

Gadfly Chat is an extension that enables real-time communication between you and other Gadfly users browsing the same content.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gadfly Chat Extension",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Chat with other users of this site."
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}