Work Panel

Work Panel

Customize your new tab to display yearly progress, a TODO list, annual plan, monthly plan, weekly plan, and access to a timer mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Work Panel",
  "version": "1.0.0",
  "description": "Customize your new tab to display yearly progress, a TODO list, annual plan, monthly plan, weekly plan, and access to a timer mode.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "action": {
    "default_title": "Work Panel"
  }
}