Void New Tab

Void New Tab

Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Void New Tab",
  "manifest_version": 2,
  "version": "1.0.0.1",
  "author": "Thomas Day",
  "remove_button": true,
  "short_name": "Void",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "./img/16px.png",
    "32": "./img/32px.png",
    "48": "./img/48px.png",
    "64": "./img/64px.png",
    "128": "./img/128px.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}