A Vite powered WebExtension (Chrome, FireFox, etc.) for Morning accounting service (Israel Only).
- Add an expense by uploading document via API.
pnpm i
pnpm devThen load extension in browser with the dist/ folder.
To build the extension, run
pnpm buildAnd then pack files under dist, you can upload dist.crx or dist.xpi to appropriate extension store.
This app based on template by: https://github.com/mubaidr/vite-vue3-chrome-extension-v3