Examine source code of Space Gems

Inspect and view changes in Space Gems 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",
  "manifest_version": 2,
  "name": "Space Gems",
  "description": "Space Gems is 2d flying scroller. You control a ship collecting gems",
  "version": "1.2.2.1",
  "content_security_policy": "script-src 'self' https://clay.io https://clay.io:846; object-src 'self'",
  "icons": {
    "16": "icon_128.png",
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}