Echo (Private Chat)

Echo (Private Chat)

Message your friends privately from any device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "author": "Stanley Lim",
  "description": "Message your friends privately from any device.",
  "icons": {
    "512": "icon_512.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "name": "Echo (Private Chat)",
  "permissions": [
    "webview"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}