Examine source code of Klondike Solitaire

Inspect and view changes in Klondike 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": "Klondike Solitaire",
  "description": "Play in your browser a beautiful Klondike solitaire games collection!",
  "version": "1.1.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.solitaire-klondike.com/"
    ],
    "launch": {
      "web_url": "https://www.solitaire-klondike.com/"
    }
  },
  "content_security_policy": {},
  "manifest_version": 3
}