repos
/ timelite-nextjs master

timelite-nextjs

mirror archived upstream

A dead simple time tracker that keeps everything in local storage. Next.js, no accounts and no server.

handcodedlocalstoragenextjsreactself-hostedserverlesstime-trackingtimer

292 B · 17 lines · JSON Raw History
 1{
 2  "name": "Timelite",
 3  "short_name": "Timelite",
 4  "background_color": "#0E0D0A",
 5  "display": "standalone",
 6  "scope": "/",
 7  "start_url": "/",
 8  "icons": [
 9    {
10      "src": "/static/logo.png",
11      "type": "image/png",
12      "sizes": "512x512"
13    }
14  ],
15  "theme_color": "#0E0D0A"
16}