Examine source code of grrd's Dice

Inspect and view changes in grrd's Dice 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": "grrd's Dice",
  "version": "3.1",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "Dice",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "60": "images/icon_60.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png"
  },
  "app": {
    "urls": [
      "https://grrd01.github.io/Dice/"
    ],
    "launch": {
      "web_url": "https://grrd01.github.io/Dice/"
    }
  },
  "author": "Gerard Tyedmers"
}