FlyOrDie Go

FlyOrDie Go

Worldwide Go server. Play against others over the Internet.

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.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://www.flyordie.com/games/sites/chrome/go.html"
    ],
    "launch": {
      "web_url": "http://www.flyordie.com/games/sites/chrome/go.html"
    }
  },
  "icons": {
    "128": "app_icon.png"
  }
}