NebuloChat

NebuloChat

A P2P crypto chat using WebRTC and connecting viewers of a same webpage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NebuloChat",
  "short_name": "Nebulo",
  "version": "1.0.4",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage"
  ],
  "description": "A P2P crypto chat using WebRTC and connecting viewers of a same webpage.",
  "browser_action": {
    "default_title": "NebuloChat",
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  }
}