Examine source code of LightFlip

Inspect and view changes in LightFlip 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": "LightFlip",
  "version": "1.0",
  "manifest_version": 2,
  "description": "A challenging puzzle game where you have to flip all the lights to off but watch out, things are never quite so simple...",
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "app": {
    "launch": {
      "local_path": "lightflip.html"
    }
  }
}