Google Calendar Time Spent

Google Calendar Time Spent

Displays time spent on each of your Google Calendar colors!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "index.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}