Secure Shell

Secure Shell

Terminal emulator and SSH and SFTP client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "images/stable/icon-16.png",
      "24": "images/stable/icon-24.png",
      "32": "images/stable/icon-32.png",
      "48": "images/stable/icon-48.png",
      "128": "images/stable/icon-128.png"
    },
    "default_popup": "html/nassh_popup.html"
  },
  "background": {
    "service_worker": "js/nassh_background_main.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "frame-ancestors 'self'; script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "Terminal emulator and SSH and SFTP client.",
  "file_system_provider_capabilities": {
    "configurable": true,
    "multiple_mounts": true,
    "source": "network"
  },
  "icons": {
    "16": "images/stable/icon-16.png",
    "24": "images/stable/icon-24.png",
    "32": "images/stable/icon-32.png",
    "48": "images/stable/icon-48.png",
    "128": "images/stable/icon-128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "minimum_chrome_version": "108",
  "name": "__MSG_nassh_product_name__",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "ssh"
  },
  "optional_host_permissions": [
    "https://us-cloudtoplifecycle-googleapis.corp.google.com/*",
    "https://uberproxy-debug.corp.google.com/*"
  ],
  "options_page": "html/nassh_preferences_editor.html",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "idle",
    "notifications",
    "storage",
    "terminalPrivate",
    "unlimitedStorage",
    "fileSystemProvider",
    "accessibilityFeatures.read"
  ],
  "sockets": {
    "tcp": {
      "connect": [
        "*:*"
      ]
    },
    "tcpServer": {
      "listen": [
        "*:*"
      ]
    },
    "udp": {
      "bind": [
        "*:*"
      ],
      "send": [
        "*:*"
      ]
    }
  },
  "version": "0.65",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "html/nassh.html",
        "html/nassh_google_relay.html"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "[email protected]"
  }
}