Initial build: SimpleScan Solo v0.1.0 - Freelancer receipt capture Chrome extension

This commit is contained in:
Bun Bun
2026-06-16 18:27:31 +00:00
commit df4d26c049
33 changed files with 3962 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export const DEFAULT_SETTINGS = {
defaultCurrency: 'USD',
taxYear: new Date().getFullYear().toString(),
ownerName: '',
};