HTLiveSight

HTLiveSight

A Hattrick Live Match Viewer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HTLiveSight",
  "version": "0.9.5",
  "description": "A Hattrick Live Match Viewer",
  "icons": {
    "16": "skin/16stable.png",
    "48": "skin/48stable.png",
    "128": "skin/128stable.png"
  },
  "browser_action": {
    "default_icon": "skin/24stable.png",
    "default_title": "Launch HTLiveSight"
  },
  "background": {
    "scripts": [
      "content/button/startButton.js"
    ],
    "persistent": false
  },
  "homepage_url": "http://htlivesight.sourceforge.net",
  "incognito": "spanning",
  "minimum_chrome_version": "13",
  "options_page": "content/settings.html",
  "permissions": [
    "notifications",
    "clipboardWrite",
    "*://chpp.hattrick.org/*"
  ],
  "web_accessible_resources": [
    "content/img/foxball_32.png",
    "content/old_img/foxball_32.png",
    "content/themes/images/bg.png",
    "skin/128stable.png",
    "content/img/flag/*.png"
  ]
}