ClockKanban - Kanban Board (alternative to Trello)

ClockKanban - Kanban Board (alternative to Trello)

Manage your project milestones, for free and without create an account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "action": {},
  "manifest_version": 3,
  "version": "1.4.2",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "ck16.png",
    "32": "ck32.png",
    "48": "ck48.png",
    "128": "ck128.png"
  },
  "homepage_url": "https://clockkanban.com/"
}