Examine source code of Pixel Siege

Inspect and view changes in Pixel Siege 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": "http://clients2.google.com/service/update2/crx",
  "name": "Pixel Siege",
  "description": "A Battle of Epic Proportions",
  "version": "1.4.5",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}