Taskade

Taskade

Create task list, notes, and video chat, on the same page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Taskade",
  "description": "Create task list, notes, and video chat, on the same page.",
  "version": "2.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.taskade.com/"
    ],
    "launch": {
      "web_url": "https://www.taskade.com/"
    }
  }
}