Personal Kanban - Work Beautifully in your New Tab

Personal Kanban - Work Beautifully in your New Tab

Turn your new tab into a kanban board that helps you focus. The only extension with multiple boards and sync across computers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Personal Kanban - Work Beautifully in your New Tab",
  "description": "Turn your new tab into a kanban board that helps you focus. The only extension with multiple boards and sync across computers.",
  "version": "2.0.8",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "favicon-16x16.11e1fcbd.png",
    "48": "apple-touch-icon.25a1ca44.png",
    "128": "apple-touch-icon.25a1ca44.png"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab-kanban.488e74ab.html"
  }
}