9-Ball Pool

9-Ball Pool

Welcome to the 9-Ball pool community! If you are a 9-ball player you feel the playing instincts deep in your guts. Happy shooting!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "version": "1.5",
  "description": "__MSG_description__",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://www.flyordie.com/games/sites/chrome/9ball.html"
    ],
    "launch": {
      "web_url": "http://www.flyordie.com/games/sites/chrome/9ball.html"
    }
  },
  "icons": {
    "128": "app_icon.png"
  }
}