Omni Todoist

Omni Todoist

Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Omni Todoist",
  "version": "1.0.3",
  "icons": {
    "16": "./img/[email protected]",
    "48": "./img/[email protected]",
    "128": "./img/[email protected]"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "identity",
    "storage",
    "https://todoist.com/*"
  ],
  "omnibox": {
    "keyword": "todo"
  }
}