Solitaire

Solitaire

Play classic Solitaire (Klondike). Choose whether to flip one or three cards, and see how fast and in how many moves you can win!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Solitaire",
  "description": "Play classic Solitaire (Klondike). Choose whether to flip one or three cards, and see how fast and in how many moves you can win!",
  "manifest_version": 2,
  "version": "1.1.0.0",
  "app": {
    "urls": [
      "https://cardgames.io/solitaire/"
    ],
    "launch": {
      "web_url": "https://cardgames.io/solitaire/"
    }
  },
  "icons": {
    "128": "appstore-icon.png"
  },
  "permissions": []
}