TeamCal for Google Calendar™

TeamCal for Google Calendar™

The missing schedule view for Google Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.6",
  "name": "TeamCal for Google Calendar™",
  "short_name": "TeamCal",
  "description": "The missing schedule view for Google Calendar",
  "homepage_url": "https://www.teamcalapp.com",
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "host_permissions": [
    "https://*.teamcalapp.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.teamcalapp.com/*"
    ]
  },
  "action": {
    "default_title": "Open TeamCal",
    "default_icon": {
      "16": "logo_16.png",
      "48": "logo_48.png",
      "128": "logo_128.png"
    },
    "default_popup": "popup.html"
  }
}