Demofy

Demofy

Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Demofy",
  "version": "2.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "action": {
    "default_title": "Demofy"
  }
}