FreeCell Solitaire

FreeCell Solitaire

Play FreeCell Solitaire. Simple gameplay, nice graphics, infinite undos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FreeCell Solitaire",
  "description": "Play FreeCell Solitaire. Simple gameplay, nice graphics, infinite undos.",
  "version": "1.1.0.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://cardgames.io/freecell/"
    ],
    "launch": {
      "web_url": "https://cardgames.io/freecell/"
    }
  },
  "icons": {
    "128": "appstore-icon.png"
  },
  "permissions": []
}