about꞉black - empty new tab page

about꞉black - empty new tab page

About as black as a blank empty new tab page can be. No permissions needed and not going to be updated. Keep it stupid, simple!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "black.html"
  },
  "name": "about꞉black - empty new tab page",
  "short_name": "about꞉black",
  "description": "About as black as a blank empty new tab page can be. No permissions needed and not going to be updated. Keep it stupid, simple!",
  "version": "127.0.0.1",
  "manifest_version": 2,
  "content_scripts": [],
  "web_accessible_resources": [],
  "permissions": [],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "about꞉black"
  }
}