Galaxy Bowling 3D

Galaxy Bowling 3D

Ten Pin Bowling is just the start! Play candlepin, 100 pin challenge, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Bowling",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "10.4",
  "manifest_version": 2,
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "app": {
    "launch": {
      "web_url": "http://winterlight.co/games/galaxy-bowling/"
    }
  }
}