Night Mode Tab

Night Mode Tab

Dark background tab featuring search engine and quick access to the most visited websites on the internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Dark background tab featuring search engine and quick access to the most visited websites on the internet",
  "manifest_version": 2,
  "version": "2.2",
  "name": "Night Mode Tab",
  "icons": {
    "128": "images/nightmode128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}