DooToDoo - A New Tab To-Do List with Robots

DooToDoo - A New Tab To-Do List with Robots

A customizable daily priority list with periodic AI-generated inspirational boosts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DooToDoo - A New Tab To-Do List with Robots",
  "version": "0.0.5",
  "description": "A customizable daily priority list with periodic AI-generated inspirational boosts",
  "author": "Katherine Wyman",
  "manifest_version": 2,
  "incognito": "split",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_title": "DooToDoo"
  },
  "icons": {
    "16": "./icon16.png",
    "48": "./icon48.png",
    "128": "./icon128.png"
  }
}