Easy New Tab

Easy New Tab

New tab page with beautiful background and without distracting things

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.1",
  "name": "Easy New Tab",
  "description": "New tab page with beautiful background and without distracting things",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_title": "Open Easy New Tab"
  },
  "background": {
    "service_worker": "js/bg.js"
  }
}