Files
TaxHacker_s23/app/(app)/apps/invoices/manifest.ts
2025-05-07 14:53:13 +02:00

8 lines
202 B
TypeScript

import { AppManifest } from "../common"
export const manifest: AppManifest = {
name: "Invoice Generator",
description: "Generate custom invoices and send them to your customers",
icon: "🧾",
}