mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
8 lines
202 B
TypeScript
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: "🧾",
|
|
}
|