Examine source code of Spades

Inspect and view changes in Spades source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spades",
  "description": "Spades is a modern and updated free version of the famous card game.",
  "version": "1.1.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.online-spades.com/"
    ],
    "launch": {
      "web_url": "https://www.online-spades.com/"
    }
  },
  "content_security_policy": {},
  "manifest_version": 3
}