Examine source code of Fantasy Pyramid Solitaire

Inspect and view changes in Fantasy Pyramid Solitaire 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": "https://clients2.google.com/service/update2/crx",
  "name": "Fantasy Pyramid Solitaire",
  "description": "Enjoy Pyramid Solitaire, a free solitaire game with nice fantasy card set!",
  "version": "1.7.0",
  "manifest_version": 2,
  "author": "Gregor Haag",
  "icons": {
    "16": "48.png",
    "48": "48.png",
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://gregorhaag.com/html5-games/fantasy-pyramid-solitaire/index.html"
    ],
    "launch": {
      "web_url": "http://gregorhaag.com/html5-games/fantasy-pyramid-solitaire/index.html"
    }
  }
}