MouseHunt HornTracker Lite for Chrome

MouseHunt HornTracker Lite for Chrome

With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "bg.js",
      "scripts/jquery.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_horn.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles/feedback.css"
      ],
      "js": [
        "scripts/jquery.js",
        "scripts/jquery-ui.js",
        "horntracker.js",
        "xhrintercept.js"
      ],
      "matches": [
        "http://www.horntracker.com/*",
        "http://horntracker.com/*",
        "http://mousehuntgame.com/*",
        "http://www.mousehuntgame.com/*",
        "https://mousehuntgame.com/*",
        "https://www.mousehuntgame.com/*",
        "http://apps.facebook.com/mousehunt/*",
        "https://apps.facebook.com/mousehunt/*",
        "http://code.jquery.com/ui/1.10.3/*"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "48": "images/mht.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "minimum_chrome_version": "22",
  "name": "MouseHunt HornTracker Lite for Chrome",
  "short_name": "HornTracker Lite",
  "version": "2.5.13",
  "description": "With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.",
  "permissions": [
    "http://www.horntracker.com/*",
    "http://horntracker.com/*",
    "http://mousehuntgame.com/*",
    "http://www.mousehuntgame.com/*",
    "https://mousehuntgame.com/*",
    "https://www.mousehuntgame.com/*",
    "http://apps.facebook.com/mousehunt/*",
    "https://apps.facebook.com/mousehunt/*",
    "http://code.jquery.com/ui/1.10.3/*",
    "notifications"
  ],
  "web_accessible_resources": [
    "xhrintercept.js",
    "images/*",
    "scripts/jquery.min.map"
  ]
}