AFL.com.au Match Centre box scores

AFL.com.au Match Centre box scores

Improve the AFL.com.au match centre box score

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AFL.com.au Match Centre box scores",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Improve the AFL.com.au match centre box score",
  "homepage_url": "https://twitter.com/lenymo",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "bg/background.html",
    "persistent": true
  },
  "permissions": [
    "http://www.afl.com.au/match-centre/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.afl.com.au/match-centre/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/main.js"
      ]
    }
  ]
}