Low-key New Tab Plaza

Low-key New Tab Plaza

Vaporwave vibes on the new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Low-key New Tab Plaza",
  "version": "1.0.1",
  "description": "Vaporwave vibes on the new tab",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "favicon.png"
  }
}