This repository contains a minimal Chrome-compatible extension that overrides the standard New Tab page with the animated "Starry Hill" scene found in starry-hill/.
- Open Google Chrome (or any Chromium-based browser such as Edge or Brave).
- Navigate to
chrome://extensions/in the address bar. - Enable Developer mode using the toggle in the top-right corner.
- Click Load unpacked and choose the project's root folder (the one that contains
manifest.json). - Open a new tab – you should now see the Starry Hill animation.
├── manifest.json – Extension manifest (MV3)
├── starry-hill/
│ ├── index.html – New Tab markup
│ └── index.css – Animation styles
└── README.md – This file
- Bump the
versionfield insidemanifest.jsonevery time you publish. - Zip the contents of the extension folder (not the folder itself).
- Upload the ZIP in the Chrome Web Store Developer Dashboard and follow the publishing steps.
Enjoy your new starry night every time you open a tab!