castle/config.json
2025-10-22 12:33:45 +02:00

11 lines
308 B
JSON

{
"name": "Castle Accounting",
"short_description": "Double-entry accounting system for collective projects",
"tile": "/castle/static/image/castle.png",
"contributors": [
"Your Name"
],
"hidden": false,
"migration_module": "lnbits.extensions.castle.migrations",
"db_name": "ext_castle"
}