Color PCR

Color PCR

A chrome extension that colors PCR classes and tests/quizzes with different shades

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Color PCR",
  "version": "0.0.7",
  "manifest_version": 2,
  "description": "A chrome extension that colors PCR classes and tests/quizzes with different shades",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/chromereload.js",
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/inject.js"
      ],
      "matches": [
        "*://webappsca.pcrsoft.com/Clue/*"
      ]
    }
  ]
}