The Board

The Board

A task manager board of columns for organizing tasks and sticky notes for writing them down. It helps you stay organized.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "The Board",
  "version": "0.0.0.5",
  "description": "A task manager board of columns for organizing tasks and sticky notes for writing them down. It helps you stay organized.",
  "author": "cdROma",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": []
}