Tags for Google Calendar™ Plus

Tags for Google Calendar™ Plus

A little visual addon that adds special markup to event tags. An advanced option of soimon's version.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Tags for Google Calendar Plus™",
  "version": "1",
  "manifest_version": 2,
  "description": "A little visual addon that adds special markup to event tags. An advanced option for soimon's version.",
  "homepage_url": "http://www.matiascoletta.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "https://calendar.google.com/*",
    "http://calendar.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*",
        "http://calendar.google.com/*"
      ],
      "js": [
        "dist/index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{48c65101-705d-4d3d-9075-31e36527dc61}"
    }
  }
}