Skip to content

prinzpiuz/looi

Repository files navigation

looi

A Minimal, Customisable New Tab page for Firefox, Chrome, and Edge.

get in firefox get in chrome

Name

The name "Looi" was my first dog's name. Unfortunately, he is no longer with us.

Features

  • Widgets
    • Calendar
    • To-Do
    • Speed Checker
  • Bookmarks
  • Sync settings with GitHub

Usage

Install dependencies with npm install before running the following scripts.

  • Local development server
    • npm run start
  • Production build
    • Firefox: npm run build:firefox
    • Chrome: npm run build:chrome