ToDo-It pops up

ToDo-It pops up

The TODO extension is here , it will help you manage your task without any hassle of separate application or opening new Tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ToDo",
  "version": "1.0",
  "description": "I help to plan your day",
  "icons": {
    "16": "1.png",
    "48": "1.png",
    "128": "1.png"
  },
  "browser_action": {
    "default_icon": "1.png",
    "default_popup": "index.html"
  }
}