secretchat.site

secretchat.site

Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "secretchat.site",
  "version": "0.91",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icons/secretchatsite16.png",
      "128": "icons/secretchatsite128.png"
    },
    "default_title": "secretchat.site",
    "default_popup": "main2.html"
  },
  "description": "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.",
  "icons": {
    "16": "icons/secretchatsite16.png",
    "128": "icons/secretchatsite128.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "incognito": "split",
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tts"
  ],
  "web_accessible_resources": [
    "icons/secretchatsite48.png"
  ]
}