Epic Roll

Epic Roll

Are you ready for an epic adventure with Epic Roll? Click your mouse when you have to make some moves on the board. Enjoy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "Epic Roll"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "name": "Epic Roll",
  "author": "WEBGAMEAPP",
  "icons": {
    "128": "128.png"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "10.0.5"
}