Grrl Power Comment Highlighter

Grrl Power Comment Highlighter

Highlights new comments on the Grrl Power comic pages when you come back to them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Grrl Power Comment Highlighter",
  "version": "0.4.12",
  "description": "Highlights new comments on the Grrl Power comic pages when you come back to them.",
  "icons": {
    "128": "icon_128.png"
  },
  "author": "Riking",
  "content_scripts": [
    {
      "matches": [
        "http://grrlpowercomic.com/archives/*",
        "http://grrlpowercomic.com/archives/*/comment-page-*"
      ],
      "js": [
        "jquery.min.js",
        "commentHighlight.user.js"
      ]
    }
  ]
}