Ludo With Friends

Ludo With Friends

Ludo With Friends is a quality crafted logic online game where you try to beat your opponents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ludo With Friends",
  "manifest_version": 2,
  "description": "Ludo With Friends is a quality crafted logic online game where you try to beat your opponents",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}