Examine source code of Surveillance Client

Inspect and view changes in Surveillance Client 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
{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "image/icon16.png",
    "48": "image/icon48.png",
    "128": "image/icon128.png"
  },
  "description": "This plug-in is for surveillance devices to provide image viewing on Chrome.",
  "manifest_version": 2,
  "name": "Surveillance Client",
  "offline_enabled": true,
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "webview",
    "http://*/*",
    "fullscreen",
    "storage",
    "system.storage",
    "unlimitedStorage",
    {
      "socket": [
        "tcp-listen:*:*",
        "tcp-connect",
        "resolve-host",
        "udp-bind:*:*",
        "udp-send-to:*:*"
      ]
    },
    "audioCapture"
  ],
  "externally_connectable": {
    "ids": [
      "nlhbmonchdkgilbpglpghlokfggebfdk"
    ],
    "matches": [
      "*://surveillanceclient.ddns.camddns.com/*"
    ]
  },
  "url_handlers": {
    "view_foo_presentation": {
      "matches": [
        "http://surveillanceclient.ddns.camddns.com/*"
      ],
      "title": "View Foo presentation"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.18"
}