Inspect and view changes in Spades Card Game 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 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": []
}