diff --git a/README.md b/README.md
index 113d6e7..eed5f63 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
+
+
+
+
+
+
+
+[](./LICENSE)
+[](https://github.com/lnbits/lnbits)
+
# Onchain Wallet (watch-only) - [LNbits](https://github.com/lnbits/lnbits) extension
For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions)
@@ -95,3 +105,10 @@ You can now use this wallet on the LNbits [SatsPayServer](https://github.com/lnb
- screenshot 4:

+
+## Powered by LNbits
+
+[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.
+
+[](https://shop.lnbits.com/)
+[](https://my.lnbits.com/login)
diff --git a/config.json b/config.json
index bb30d8a..2392d12 100644
--- a/config.json
+++ b/config.json
@@ -1,6 +1,10 @@
{
+ "id": "watchonly",
+ "version": "1.0.0",
"name": "Onchain Wallet",
+ "repo": "https://github.com/lnbits/watchonly",
"short_description": "Onchain watch only wallets",
+ "description": "",
"tile": "/watchonly/static/bitcoin-wallet.png",
"min_lnbits_version": "1.0.0",
"contributors": [
@@ -22,8 +26,8 @@
],
"images": [
{
- "uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/1.jpg",
- "link": "https://www.youtube.com/embed/Xx09tzeZIok?si=Ju9LjOfiZVPrlGGp"
+ "uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/image/watchonly_thumbnail.png",
+ "link": "https://www.youtube.com/watch?v=Xx09tzeZIok"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/1.png"
@@ -40,5 +44,9 @@
],
"description_md": "https://raw.githubusercontent.com/lnbits/watchonly/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/watchonly/main/toc.md",
- "license": "MIT"
+ "license": "MIT",
+ "paid_features": "",
+ "tags": ["Wallet", "Onchain", "xpub, ypub, zpub"],
+ "donate": "",
+ "hidden": false
}
diff --git a/description.md b/description.md
index 346dd84..67c9218 100644
--- a/description.md
+++ b/description.md
@@ -1,7 +1,12 @@
-Monitor an onchain wallet and generate addresses for onchain payments.
+Monitor on-chain Bitcoin wallets and generate addresses without spending keys.
-Can be used directly with LNbits $10 hardware wallet/
+Its functions include:
-Monitor an extended public key and generate deterministic fresh public keys with this simple watch only wallet. Invoice payments can also be generated, both through a publically shareable page and API.
+- Importing extended public keys (xpub) for watch-only access
+- Generating fresh receiving addresses deterministically
+- Creating on-chain payment invoices
+- Integrating with other extensions for on-chain functionality
-Other extensions can make use of this extension to add onchain functionality.
+Essential for security-conscious users who want to monitor on-chain funds and generate receiving addresses while keeping private keys completely offline.
+
+Note: Essential extension for onchain operations in SatsPay
diff --git a/static/image/watchonly_thumbnail.png b/static/image/watchonly_thumbnail.png
new file mode 100644
index 0000000..e1924b5
Binary files /dev/null and b/static/image/watchonly_thumbnail.png differ