11 lines
308 B
JSON
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"
|
|
}
|