Splashtop Business

Splashtop Business

This Chrome app allows you to remotely view and control any PC or Mac. For Splashtop Business users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "28",
  "version": "1.0.13.1",
  "offline_enabled": true,
  "icons": {
    "16": "image/icon_16.png",
    "19": "image/icon_19.png",
    "128": "image/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.splashtop.com/*",
      "*://*.splashtop.eu/*"
    ]
  },
  "permissions": [
    "storage",
    "power",
    "http://*/"
  ]
}