Ludo

Ludo

Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_icon": "imgs/icon48.png",
    "default_popup": "home.html"
  },
  "icons": {
    "48": "imgs/icon48.png",
    "128": "imgs/ludo-128.png"
  },
  "version": "0.0.1",
  "name": "__MSG_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "assets/bg.js"
    ]
  },
  "permissions": [
    "tabs",
    "topSites"
  ]
}