Due Date Timer

Due Date Timer

Timer that helps to be on track

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Due Date Timer",
  "version": "1.0.2",
  "description": "Timer that helps to be on track",
  "icons": {
    "48": "./public/icon-48.png",
    "128": "./public/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "./build/index.html"
  },
  "action": {
    "default_icon": "./public/icon-64.png"
  },
  "permissions": [
    "storage"
  ]
}