Examine source code of Aopen chrome app

Inspect and view changes in Aopen chrome app 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
{
  "name": "Aopen chrome app",
  "app": {
    "background": {
      "persistent": true,
      "scripts": [
        "www/js/jquery.min.js",
        "js/lib/wsc-chrome.js",
        "js/admin.js",
        "js/main.js"
      ]
    }
  },
  "author": {
    "email": "andy711205@gmail.com",
    "name": "Andy Chang"
  },
  "description": "Aopen chrome app",
  "icons": {
    "16": "img/16.png",
    "128": "img/128.png"
  },
  "kiosk_enabled": true,
  "manifest_version": 2,
  "offline_enabled": true,
  "optional_permissions": [
    "audioCapture",
    "videoCapture"
  ],
  "permissions": [
    "<all_urls>",
    "system.display",
    "system.network",
    "power",
    "webview",
    "alwaysOnTopWindows",
    "storage",
    "app.window.fullscreen",
    "app.window.fullscreen.overrideEsc",
    {
      "fileSystem": [
        "directory",
        "retainEntries"
      ]
    }
  ],
  "sockets": {
    "tcpServer": {
      "listen": "*"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}