Examine source code of CloudPixel Player

Inspect and view changes in CloudPixel Player 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": "CloudPixel Player",
  "version": "0.0.7.2",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0.0.0",
  "content_security_policy": "script-src 'self' *://*; object-src 'self'",
  "permissions": [
    "webview",
    "power",
    "storage",
    "pointerLock",
    "system.display",
    "enterprise.deviceAttributes",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "accessibilityFeatures.read",
    "accessibilityFeatures.modify"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "kiosk_enabled": true,
  "icons": {
    "128": "img/logo128.png"
  }
}