Whist Card Game

Whist Card Game

The classic cardgame Whist. Play in a team and try to take the most tricks with your partner. First team to get 7 points wins!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Whist Card Game",
  "description": "The classic cardgame Whist.\n\nPlay in a team and try to take the most tricks with your partner. First team to get 7 points wins!",
  "version": "1.1.0.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://cardgames.io/whist/"
    ],
    "launch": {
      "web_url": "https://cardgames.io/whist/"
    }
  },
  "icons": {
    "128": "appstore-icon.png"
  },
  "permissions": []
}