JhonnyM by Arkanath - Productive New Tab Page

JhonnyM by Arkanath - Productive New Tab Page

An awesome productivity tool that works as your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JhonnyM by Arkanath - Productive New Tab Page",
  "description": "An awesome productivity tool that works as your new tab page.",
  "version": "3",
  "short_name": "JhonnyM",
  "offline_enabled": true,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "minimum_chrome_version": "35.0.1916.114"
}