TexAgs Watch Highlight

TexAgs Watch Highlight

Adds psuedo watch-listing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TexAgs Watch Highlight",
  "version": "1.1.1",
  "description": "Adds psuedo watch-listing",
  "icons": {
    "48": "taicon.jpeg",
    "128": "texagsicon.jpeg"
  },
  "content_scripts": [
    {
      "js": [
        "texagswatchhighlight.user.js"
      ],
      "matches": [
        "http://www.texags.com/*",
        "https://www.texags.com/*",
        "http://texags.com/*",
        "https://texags.com/*",
        "http://*.texags.com/*",
        "https://*.texags.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "short_name": "TAWH"
}