New Tab Background Image Extension

New Tab Background Image Extension

Replace the default new tab page content with any background image.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Background Image Extension",
  "version": "1.4.0",
  "manifest_version": 3,
  "description": "Replace the default new tab page content with any background image.",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "icons": {
    "128": "./icon.png"
  }
}