Miter for Google Calendar

Miter for Google Calendar

Add Miter to Google Calendar for better meeting outcomes. (Really early access version.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Miter for Google Calendar",
  "version": "0.5.3",
  "description": "Add Miter to Google Calendar for better meeting outcomes. (Really early access version.)",
  "icons": {
    "16": "images/logo-chiclet-rounded-16.png",
    "32": "images/logo-chiclet-rounded-32.png",
    "48": "images/logo-chiclet-rounded-48.png",
    "128": "images/logo-chiclet-rounded-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://calendar.google.com/*"
      ],
      "css": [
        "main.css"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}