Examine source code of Freecell

Inspect and view changes in Freecell 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": "Freecell",
  "description": "The classic Freecell Solitaire card game very similar to the popular Microsoft Windows one.",
  "version": "1.2.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "http://mobile.secteurjeux.com/Freecell"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "manifest_version": 2
}