NewX

NewX

Aiming to creating simple yet elegant new tab display!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewX",
  "description": "Aiming to creating simple yet elegant new tab display!",
  "version": "2.1.1",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "icons": {
    "16": "/images/x16.png",
    "48": "/images/x48.png",
    "128": "/images/x128.png"
  }
}