Gin Rummy

Gin Rummy

The classic card game Gin Rummy. Organize cards into melds, minimize your deadwood and knock before the opponent does!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gin Rummy",
  "description": "The classic card game Gin Rummy. Organize cards into melds, minimize your deadwood and knock before the opponent does!",
  "version": "1.1.0.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://cardgames.io/ginrummy/"
    ],
    "launch": {
      "web_url": "https://cardgames.io/ginrummy/"
    }
  },
  "icons": {
    "128": "appstore-icon.png"
  },
  "permissions": []
}