Agendum

Agendum

A tool that helps you create and work through your daily agenda. Add tasks from the backlog list, the routines list, or any other…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Agendum",
  "version": "0.0.1",
  "chrome_url_overrides": {
    "newtab": "newtab.123ea954.html"
  },
  "action": {
    "default_icon": "icon.6e8a65a6.png",
    "default_title": "Agendum",
    "default_popup": "popup.1c4d451a.html"
  },
  "permissions": [
    "activeTab"
  ]
}