mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-14 04:55:27 +00:00
feat: invoice generator
This commit is contained in:
7
app/(app)/apps/invoices/manifest.ts
Normal file
7
app/(app)/apps/invoices/manifest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AppManifest } from "../common"
|
||||
|
||||
export const manifest: AppManifest = {
|
||||
name: "Invoice Generator",
|
||||
description: "Generate custom invoices and send them to your customers",
|
||||
icon: "🧾",
|
||||
}
|
||||
Reference in New Issue
Block a user