Google Calendar™ Meeting Cost

Google Calendar™ Meeting Cost

Add meeting costs to Google Calendar. Simple and free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Calendar™ Meeting Cost",
  "description": "__MSG_msg_description__",
  "default_locale": "en",
  "author": "[email protected]",
  "version": "1.0.5",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://calendar.google.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "scripts/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ]
}