Examine source code of Addiction Solitaire

Inspect and view changes in Addiction 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": "Addiction Solitaire",
  "description": "Play Addiction Solitaire Online",
  "version": "0.98",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://addictionsolitaire.net/"
    ],
    "launch": {
      "web_url": "http://addictionsolitaire.net/"
    }
  },
  "icons": {
    "128": "addictionsolitaire-128x128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}