Relay: Chat on Every Website

Relay: Chat on Every Website

Anonymous chat on every website in real time. Meet the Internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Anonymous chat on every website in real time. Meet the Internet.",
  "version": "0.0.103",
  "name": "Relay: Chat on Every Website",
  "short_name": "Relay: Chat on Every Website",
  "author": "Relay Chat, Inc.",
  "homepage_url": "https://relaychat.app",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "commons.bundle.js",
        "inject.bundle.js"
      ],
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "commons.bundle.js",
      "background.bundle.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "background"
  ],
  "optional_permissions": [],
  "web_accessible_resources": [
    "relay.html",
    "options.bundle.js",
    "popup.bundle.js",
    "logo.svg",
    "flag.svg",
    "star.svg",
    "padlock.svg"
  ],
  "externally_connectable": {
    "matches": [
      "https://relaychat.app/*",
      "https://www.relaychat.app/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://sentry.io; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}