Examine source code of Gin Rummy

Inspect and view changes in Gin Rummy 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": "Gin Rummy",
  "description": "Gin Rummy is a fun and modern version of the famous 'draw and discard' card game of the 'Rummy' family games.",
  "version": "1.1.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.gin-rummy-online.com/"
    ],
    "launch": {
      "web_url": "https://www.gin-rummy-online.com/"
    }
  },
  "content_security_policy": {},
  "manifest_version": 3
}