Examine source code of Impero Client Application 8.6.23

Inspect and view changes in Impero Client Application 8.6.23 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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:*:*"
      ]
    }
  ]
}