KanbanTab

KanbanTab

Transform your new tab into an instant kanban board for efficient task management without having to wait for loading times.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "KanbanTab",
  "name": "KanbanTab",
  "manifest_version": 3,
  "version": "2.2.3",
  "description": "Transform your new tab into an instant kanban board for efficient task management without having to wait for loading times.",
  "icons": {
    "16": "assets/icon/[email protected]",
    "19": "assets/icon/[email protected]",
    "39": "assets/icon/[email protected]",
    "48": "assets/icon/[email protected]",
    "128": "assets/icon/[email protected]"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "unlimitedStorage",
    "contextMenus",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://kanbantab.com/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+K"
      }
    }
  },
  "action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{a14a4727-1409-41c4-8ec3-19c6a781cb93}"
    }
  }
}