Examine source code of Solitaire JS Games

Inspect and view changes in Solitaire JS Games 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": "Solitaire JS Games",
  "description": "Solitaire Games without the need for flash.",
  "version": "1.1",
  "app": {
    "urls": [
      "http://games.bradlis7.com/"
    ],
    "launch": {
      "web_url": "http://games.bradlis7.com/"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2
}