TexAgs Winners

TexAgs Winners

Adds winner icons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "texagswinners.user.js"
      ],
      "matches": [
        "http://www.texags.com/*",
        "http://texags.com/*",
        "http://dl.dropbox.com/u/259047/chicken-names.json"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Adds winner icons",
  "icons": {
    "128": "taicon.png"
  },
  "name": "TexAgs Winners",
  "version": "1.1.0"
}