New tab tasks

New tab tasks

New tasks works in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New tab tasks",
  "description": "New tasks works in new tab",
  "version": "0.2",
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "icons": {
    "128": "img/icon128.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}