New Tab Page

New Tab Page

Replace Chrome's new tab page and motivate yourself to get things done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "assets/js/jquery.countTo.js",
      "assets/js/jquery-1.11.0.min.js",
      "assets/js/app.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Replace Chrome's new tab page and motivate yourself to get things done.",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "New Tab Page",
  "offline_enabled": true,
  "version": "1.1"
}