Mosh

Mosh

Mosh (mobile shell) for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "42",
  "name": "Mosh",
  "description": "Mosh (mobile shell) for Chrome",
  "offline_enabled": true,
  "version": "0.5.6",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "socket": [
        "resolve-host",
        "tcp-connect",
        "udp-bind",
        "udp-send-to"
      ]
    },
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "notifications",
    "storage",
    "app.window.fullscreen.overrideEsc",
    "https://dns.google.com/resolve"
  ],
  "icons": {
    "128": "laptop_terminal.png"
  }
}