Impero Client Application 8.6.23

Impero Client Application 8.6.23

The Impero Education Pro Chrome Extension enables you to manage and control devices running Google Chrome OS on your network…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Impero Client Application 8.6.23",
  "version": "8.6.2.3",
  "minimum_chrome_version": "35.0.1916.114",
  "manifest_version": 2,
  "offline_enabled": true,
  "icons": {
    "128": "images/Impero_Icon_128px.png"
  },
  "app": {
    "background": {
      "scripts": [
        "web/background.js"
      ]
    }
  },
  "permissions": [
    "overrideEscFullscreen",
    "alarms",
    "power",
    "system.cpu",
    "system.display",
    "system.memory",
    "system.network",
    "alwaysOnTopWindows",
    "storage",
    "unlimitedStorage",
    {
      "socket": [
        "resolve-host",
        "tcp-connect",
        "tcp-listen",
        "network-state",
        "udp-bind:*:*",
        "udp-send-to:*:*"
      ]
    }
  ]
}