SK Empty tab

SK Empty tab

Don't show the usual Google stuff on the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "content_page.html"
  },
  "description": "Don't show the usual Google stuff on the new tab page",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "SK Empty tab",
  "short_name": "SK empty tab",
  "version": "1.0.1"
}