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:
@@ -0,0 +1,9 @@
|
||||
export const DEFAULT_SETTINGS = {
|
||||
hourlyRate: 50,
|
||||
defaultClient: 'Client',
|
||||
defaultProject: 'Project',
|
||||
userName: 'Your Name',
|
||||
userEmail: 'you@example.com',
|
||||
logoDataUrl: '',
|
||||
currency: '$',
|
||||
};
|
||||
Reference in New Issue
Block a user