Shortcut Keys for tomatoi.st Pomodoro App

Shortcut Keys for tomatoi.st Pomodoro App

Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Shortcut Keys for tomatoi.st Pomodoro App",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st",
  "content_scripts": [
    {
      "matches": [
        "http://tomatoi.st/*"
      ],
      "js": [
        "jquery-1.7.2.min.js",
        "jquery.hotkeys.js",
        "main.js"
      ]
    }
  ]
}