Horsemaker : Horse Racing Game

Horsemaker : Horse Racing Game

Be the horse owner and trainer of the champion horse! Enjoy the real horse racing now.

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_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.6",
  "app": {
    "urls": [
      "*://www.millionp.com/hm/"
    ],
    "launch": {
      "web_url": "https://www.millionp.com/hm/?f=chromeapp"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}