Empty New Tab Page - Select Your Background.

Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.4.0",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "Thomas Tavernier <[email protected]>",
  "default_locale": "en",
  "icons": {
    "128": "assets/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab/empty_new_tab_page.html"
  },
  "action": {
    "default_popup": "popup/popup.html"
  }
}