Todoist One-Click

Todoist One-Click

Capture tasks with one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Todoist One-Click",
  "description": "Capture tasks with one click",
  "version": "1.3.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "tabs"
  ],
  "action": {
    "default_icon": "icons/icon.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "options_page": "settings.html",
  "commands": {
    "add-task": {
      "description": "Add tab as task"
    }
  }
}