My Google Calendar

My Google Calendar

keep a Google like calender in a new tab for easy access to it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Google Calendar",
  "version": "1.0.4",
  "description": "keep a Google like calender in a new tab for easy access to it.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "manifest_version": 3
}