BottleGame

BottleGame

BottleGame is a multi-user video chat based on the famous Spin the Bottle game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BottleGame",
  "description": "BottleGame is a multi-user video chat based on the famous Spin the Bottle game.",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://bottle-game.com/ "
    ],
    "launch": {
      "web_url": "http://bottle-game.com/"
    }
  }
}