Solitaire Games

Solitaire Games

Play all the popular versions of Solitaire and compete with other Solitaire players from all around the globe.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Solitaire Games",
  "description": "Play all the popular versions of Solitaire and compete with other Solitaire players from all around the globe.",
  "version": "2",
  "manifest_version": 2,
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.digsolitaire.com/"
    ],
    "launch": {
      "web_url": "http://www.digsolitaire.com"
    }
  }
}