Easy Grouping for Google Calendar

Easy Grouping for Google Calendar

Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Grouping for Google Calendar",
  "version": "1.5.0",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://calendar.google.com/calendar/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-f2b0616c.js"
      ],
      "matches": [
        "https://calendar.google.com/calendar/*"
      ]
    }
  ],
  "options_page": "src/options.html",
  "icons": {
    "16": "icon_16x16.png",
    "32": "icon_32x32.png",
    "48": "icon_48x48.png",
    "128": "icon_128x128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "resources": [
        "assets/content.tsx-83cf1e2a.js"
      ],
      "use_dynamic_url": true
    }
  ]
}