Examine source code of Spider Solitaire

Inspect and view changes in Spider 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
{
  "app": {
    "urls": [
      "http://spidersolitaire24.com/"
    ],
    "launch": {
      "web_url": "http://spidersolitaire24.com/"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Play Spider Solitaire Online",
  "name": "Spider Solitaire",
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "icons": {
    "128": "spidersolitaire24-128x128.png"
  },
  "manifest_version": 2,
  "version": "0.97"
}