New tab speeddial v2

New tab speeddial v2

Personal new tab page v2

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 speeddial v2",
  "short_name": "NTSpeed2",
  "description": "Personal new tab page v2",
  "version": "2.2.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "tabs",
    "topSites"
  ],
  "minimum_chrome_version": "29",
  "web_accessible_resources": [
    "index.html",
    "css/style.css"
  ]
}