Examine source code of Solitaire Games - World Collection

Inspect and view changes in Solitaire Games - World Collection 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": "Solitaire Games - World Collection",
  "description": "Soliataire game collection. Over 40 games!",
  "manifest_version": 2,
  "version": "0.39",
  "default_locale": "en",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.justas.biz/solitaireworld/"
    ],
    "launch": {
      "web_url": "http://www.justas.biz/solitaireworld/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}