Send to Todoist Firefox

Examine source code of Send to Todoist

Inspect and view changes in Send to Todoist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Send to Todoist",
  "description": "Quickly create tasks in Todoist",
  "version": "1.13.0",
  "applications": {
    "gecko": {
      "id": "send-to-todoist@hipsterbrown.com"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Send to Todoist",
    "default_popup": "popup/index.html",
    "default_icon": {
      "48": "icons/SendToTodoist.svg",
      "96": "icons/SendToTodoist.svg"
    }
  },
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "commands": {
    "save-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+I"
      },
      "description": "Create an Inbox task for the current page"
    },
    "save-page-to-project": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Create an task for the current page in a selected project"
    }
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "icons": {
    "48": "icons/SendToTodoist.svg",
    "96": "icons/SendToTodoist.svg"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "menus",
    "notifications",
    "storage"
  ]
}

Best Send to Todoist Alternatives

Here are some Firefox add-ons that are similar to Send to Todoist: