Full Year Calendar Tab

Full Year Calendar Tab

Shows a year calendar view when you open a new tab, also highlights todays date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Full Year Calendar Tab",
  "description": "Shows a year calendar view when you open a new tab, also highlights todays date.",
  "version": "1.0.0",
  "author": "NodleStudios LLC",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}