TickSimple v1.0.0 — Dead-simple time tracker for freelancers. One-tap timer, PDF reports, invoice generation, Chrome extension MV3.

This commit is contained in:
Bun Bun
2026-06-20 00:30:24 +00:00
commit c02d5ef2ae
37 changed files with 4689 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export const DEFAULT_SETTINGS = {
hourlyRate: 50,
defaultClient: 'Client',
defaultProject: 'Project',
userName: 'Your Name',
userEmail: 'you@example.com',
logoDataUrl: '',
currency: '$',
};