WGT Golf Challenge

Play a quick closest-to-the-hole challenge on championship golf courses around the world. Free online HD golf game.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "45.0.0",
  "icons": {
    "24": "24.png",
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.wgt.com/chrome/ctth/",
      "http://www.wgt.com/tournaments/"
    ],
    "launch": {
      "web_url": "http://www.wgt.com/chrome/ctth/?v=45.0.0"
    }
  },
  "manifest_version": 2
}