Examine source code of Yahtzee Jam!

Inspect and view changes in Yahtzee Jam! 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",
  "manifest_version": 2,
  "name": "Yahtzee Jam!",
  "version": "1.3.4",
  "description": "Single player Yahtzee game. The aim is to collect as many points as possible. Click on the die to hold it. Feedback is appreciated.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "screenshots": {
    "1": "screenshot1.png",
    "2": "screenshot2.png"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "author": "Isen Beqiri",
  "short_name": "Yahtzee",
  "offline_enabled": true
}