Files
twenty/packages/twenty-apps/hello-world/package.json
T
martmullandGitHub 5105b4284e Remove twenty-app.jsonc (#14662)
As title, use package.json instead of twenty-app.jsonc
2025-09-23 16:54:24 +02:00

9 lines
359 B
JSON

{
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/schemas/app-manifest.schema.json",
"standardId": "550e8400-e29b-41d4-a716-446655440000",
"label": "Hello World 👋",
"description": "A friendly AI companion that greets users and helps them get started with Twenty CRM",
"icon": "🌟",
"version": "1.0.0"
}