Colonist Dice History

Colonist Dice History

Understand probability of die

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Colonist Dice History",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Understand probability of die",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}