GcalColor

GcalColor

Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GcalColor",
  "description": "Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)",
  "version": "0.31",
  "author": "Alan deLespinasse",
  "homepage_url": "https://github.com/adelespinasse/gcalcolor",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://calendar.google.com/calendar*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}