Todoist keyboard navigator

Todoist keyboard navigator

This is the extension for the todoist.com to operate more comfortably in the keyboard operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Todoist key nav",
  "version": "0.0.4",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png",
    "256": "icon_256.png"
  },
  "author": "uechoco",
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://todoist.com/app*",
        "https://*.todoist.com/app*"
      ],
      "run_at": "document_start"
    }
  ]
}