chatelet/config.json
Padreug e1f1629662 chore: add extension icon + fix broken tile reference
config.json tile pointed at a non-existent chatelet.png. Add the shared aio
logo (static/image/aio.png) and point the tile at it — matches the fleet
convention (satmachineadmin/spirekeeper) and gives the catalog a valid icon.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019VUQCfdqiLSsFS2jcGnaFD
2026-07-19 23:15:05 +02:00

23 lines
555 B
JSON

{
"id": "chatelet",
"version": "0.1.0",
"name": "Chatelet",
"repo": "https://git.atitlan.io/aiolabs/chatelet",
"short_description": "Nostr-native room rentals (Airbnb-style) for LNbits",
"description": "",
"tile": "/chatelet/static/image/aio.png",
"min_lnbits_version": "1.4.0",
"contributors": [
{
"name": "padreug",
"uri": "https://git.atitlan.io/padreug",
"role": "Author"
}
],
"images": [],
"license": "MIT",
"paid_features": "",
"tags": ["Merchant", "Nostr"],
"donate": "",
"hidden": false
}