Xtralogic RDP Client

Xtralogic RDP Client

True RDP client with RD Gateway support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_PRODUCT_NAME__",
  "short_name": "__MSG_SHORT_PRODUCT_NAME__",
  "version": "3.15.1",
  "minimum_chrome_version": "55",
  "default_locale": "en",
  "description": "__MSG_PRODUCT_DESCRIPTION__",
  "author": "Xtralogic, Inc.",
  "icons": {
    "16": "assets/appicon16.png",
    "32": "assets/appicon32.png",
    "48": "assets/appicon48.png",
    "128": "assets/appicon128.png"
  },
  "app": {
    "background": {
      "page": "background.html"
    }
  },
  "permissions": [
    "identity.email",
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "nativeMessaging",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "fullscreen",
    "identity",
    "contextMenus",
    "overrideEscFullscreen",
    {
      "socket": [
        "tcp-connect",
        "resolve-host",
        "network-state"
      ]
    },
    "webview",
    "platformKeys",
    "power",
    "enterprise.deviceAttributes",
    "https://cloud.xtralogic.com/*",
    "system.display",
    "usb",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/oauth2/*"
  ],
  "optional_permissions": [
    "https://*/"
  ],
  "file_handlers": {
    "text": {
      "extensions": [
        "rdp"
      ]
    }
  },
  "storage": {
    "managed_schema": "managed_storage_schema.json"
  },
  "offline_enabled": true,
  "oauth2": {
    "client_id": "605195767945-mha5ev9f3ulttj5dqumhosmdnjninh6o.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "kiosk_enabled": true
}