chore: initial extension manifest, config, gitignore

This commit is contained in:
Padreug 2026-04-29 23:34:48 +02:00
commit 5c19cf6691
4 changed files with 43 additions and 0 deletions

8
config.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "Restaurant",
"short_description": "Restaurant CMS: menus, modifiers, inventory, orders, KDS, printer. Lightning-native via LNbits, Nostr-published menus (NIP-99) and order DMs (NIP-17).",
"tile": "/restaurant/static/image/restaurant.png",
"min_lnbits_version": "1.3.0",
"contributors": [],
"license": "MIT"
}