Chrome Volleyball v8.0.0.29 (prod)

Chrome Volleyball v8.0.0.29 (prod)

An awesome multiplayer volleyball game powered by the Chrome Apps V2 technology

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome Volleyball v8.0.0.29 (prod)",
  "version": "8.0.0.29",
  "minimum_chrome_version": "29",
  "description": "An awesome multiplayer volleyball game powered by the Chrome Apps V2 technology",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "appsv2.js"
      ]
    }
  }
}