Examine source code of Bank of Kigali Digital Signage

Inspect and view changes in Bank of Kigali Digital Signage 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": "Bank of Kigali Digital Signage",
  "description": "Bank of Kigali Digital Signage",
  "manifest_version": 2,
  "version": "0.1",
  "kiosk_enabled": true,
  "offline_enabled": true,
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "www/js/jquery.min.js",
        "js/lib/wsc-chrome.js",
        "js/main.js"
      ],
      "persistent": false
    }
  },
  "sockets": {
    "tcpServer": {
      "listen": "*"
    }
  },
  "permissions": [
    "<all_urls>",
    "system.display",
    "system.network",
    "power",
    "webview",
    "alwaysOnTopWindows",
    "storage",
    "app.window.fullscreen",
    "app.window.fullscreen.overrideEsc",
    {
      "fileSystem": [
        "directory",
        "retainEntries"
      ]
    }
  ],
  "optional_permissions": [
    "audioCapture",
    "videoCapture"
  ]
}