Spades Card Game

Spades Card Game

The classic cardgame Spades. Play in a team, make the right bid, and try to win the other team! First team to get 500 points wins!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spades Card Game",
  "description": "The classic cardgame Spades.\n\nPlay in a team, make the right bid, and try to win the other team! First team to get 500 points wins!",
  "manifest_version": 2,
  "version": "1.1.0.0",
  "app": {
    "urls": [
      "https://cardgames.io/spades/"
    ],
    "launch": {
      "web_url": "https://cardgames.io/spades/"
    }
  },
  "icons": {
    "128": "appstore-icon.png"
  },
  "permissions": []
}