Mocha Telnet

Mocha Telnet

Telnet/SSH2 app with vt220 emulation.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mocha Telnet",
  "description": "Telnet/SSH2 app with vt220 emulation.",
  "version": "1.4",
  "minimum_chrome_version": "33",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "sockets": {
    "tcp": {
      "connect": "*:*"
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardRead",
    "clipboardWrite"
  ]
}