Better Challonge Results

Better Challonge Results

Improves the results on Challonge bracket pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Better Challonge Results",
  "short_name": "challonge+",
  "description": "Improves the results on Challonge bracket pages",
  "version": "0.0.9",
  "icons": {
    "16": "/pics/icon16.png",
    "48": "/pics/icon48.png",
    "128": "/pics/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.challonge.com/*"
      ],
      "js": [
        "jquery.js",
        "tablemaker.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ]
}