sFTP Client

sFTP Client

Access your Local/Remote FTP server (including your NAS drive), local server, VPS, dedicated server, cloud server or shared hosting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "sFTP Client",
  "short_name": "sFTP Client",
  "description": "Access your Local/Remote FTP server (including your NAS drive), local server, VPS, dedicated server, cloud server or shared hosting.",
  "author": "sFTP App Ltd",
  "version": "2.9.2.0",
  "minimum_chrome_version": "34",
  "app": {
    "background": {
      "scripts": [
        "js/launch.js"
      ]
    }
  },
  "offline_enabled": true,
  "sockets": {
    "udp": {
      "send": "*:*"
    },
    "tcp": {
      "connect": "*:*"
    },
    "tcpServer": {
      "listen": "*:*"
    }
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "clipboardRead",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "contextMenus",
    "<all_urls>",
    "fullscreen",
    "webview",
    "notifications",
    {
      "mediaGalleries": [
        "read",
        "allAutoDetected"
      ]
    },
    "https://www.sftpapp.com/",
    "https://api.sftpapp.com/",
    "https://payments.sftpapp.com/",
    "https://chrome.sftpapp.com/",
    "https://www.googleapis.com/"
  ],
  "icons": {
    "16": "images/16.png",
    "24": "images/24.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  }
}