Files
btcpayserver-breez-nodeless…/dist/BTCPayServer.Plugins.BreezSpark.json
Aljaz Ceru 90a5c9c098 Fix: Update all view references from Breez to BreezSpark
- Fixed controller action references in Info.cshtml
- Updated partial view path in Payments.cshtml
- Fixed all SetActivePage calls to use BreezSpark
- Updated BreezPaymentsTable to BreezSparkPaymentsTable
- Fixed CSS IDs and selectors throughout views
- All navigation now correctly references BreezSpark controller
2025-12-10 21:17:46 +01:00

15 lines
392 B
JSON

{
"Identifier": "BTCPayServer.Plugins.BreezSpark",
"Name": "BreezSpark Lightning Plugin",
"Version": "1.1.0",
"Description": "Nodeless Lightning payments powered by Breez Spark SDK",
"Author": "Aljaz Ceru",
"AuthorLink": "https://github.com/aljazceru",
"SystemPlugin": false,
"Dependencies": [
{
"Identifier": "BTCPayServer",
"Condition": ">=2.2.0"
}
]
}