Examine source code of Dice Roller

Inspect and view changes in Dice Roller 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": "Dice Roller",
  "description": "Rolls a handful of dice for your roleplaying games",
  "version": "0.1.2",
  "permissions": [
    "tts"
  ],
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "icons": {
    "16": "diceroll-16.png",
    "32": "diceroll-32.png",
    "48": "diceroll-48.png",
    "64": "diceroll-64.png",
    "128": "diceroll-128.png",
    "254": "diceroll-254.png"
  }
}