Parcheesi PlaySpace

Parcheesi PlaySpace

PlaySpace Parcheesi (or Ludo) a classic multiplayer board game where you can play and challenge your friends!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "urls": [
      "http://www.playspace.com/en/game/ludo"
    ],
    "launch": {
      "web_url": "http://www.playspace.com/home/game/parchis/redirect?idEnvironment=1&psAffiliate=782"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "19": "images/icon_19.png",
    "38": "images/icon_38.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png",
    "1024": "images/icon_1024.png"
  },
  "version": "1.0.5",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "es",
  "offline_enabled": true,
  "manifest_version": 2
}