{
  "name": "Tab Tools",
  "description": "add todo,main-focus,weather and events",
  "version": "1.0.2",
  "manifest_version": 2,
  "author": "Deepak Goyal",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "New Tab"
  },

  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}
