Pomotasking: Tasks lists with Pomodoro Timer

Pomotasking: Tasks lists with Pomodoro Timer

A Chrome Pomodoro timer with ToDo list

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pomotasking: Tasks lists with Pomodoro Timer",
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "browser-action-icon.png"
  },
  "icons": {
    "128": "pomotodo-128.png"
  },
  "permissions": [
    "notifications"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "A Chrome Pomodoro timer with ToDo list",
  "version": "0.0.4"
}