Nordic goose is a new tab extension (aka startpage) with nord colors and a dancing goose.
Features:
- 🦆 Look at a dancing goose
- 🎨 Beautiful new tab page
- 📂 Navigate through your bookmarks
- ⌨️ With full keyboard support
- 👀 Filter your bookmarks
Note: This startpage is accompanied by an firefox theme.
JS library: solid-js
CSS framework: vanilla-extract
Provided scripts:
// Start local development
npm run start
// Lint the code
npm run lint:fix
// Transpile to javascript
npm run build
// Validate the extension
npm run ext:lint
// Build the extension
npm run ext:build