KanBanFy - Your NewTab

KanBanFy - Your NewTab

A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KanBanFy - Your NewTab",
  "description": "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.",
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "favicon.ico"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}