diff --git a/packages/extension/manifest/manifest.chrome.json b/packages/extension/manifest/manifest.chrome.json index f2b969a3..c1a2633e 100644 --- a/packages/extension/manifest/manifest.chrome.json +++ b/packages/extension/manifest/manifest.chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "CoinPay Wallet", "description": "Non-custodial multi-chain CoinPay wallet with one-click x402 payments and bulk payouts.", - "version": "0.1.0", + "version": "0.2.0", "action": { "default_title": "CoinPay", "default_popup": "popup/index.html" diff --git a/packages/extension/manifest/manifest.firefox.json b/packages/extension/manifest/manifest.firefox.json index cd0293be..cc3f3e93 100644 --- a/packages/extension/manifest/manifest.firefox.json +++ b/packages/extension/manifest/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "CoinPay Wallet", "description": "Non-custodial multi-chain CoinPay wallet with one-click x402 payments and bulk payouts.", - "version": "0.1.0", + "version": "0.2.0", "action": { "default_title": "CoinPay", "default_popup": "popup/index.html" diff --git a/packages/extension/package.json b/packages/extension/package.json index 67e43415..08846f39 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/coinpay-extension", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "description": "CoinPay cross-browser (MV3) wallet + x402 payment extension with bulk payouts. See docs/BROWSER_EXTENSION_PRD.md and docs/BULK_PAYMENTS.md.", diff --git a/packages/extension/store-listing.json b/packages/extension/store-listing.json new file mode 100644 index 00000000..24238046 --- /dev/null +++ b/packages/extension/store-listing.json @@ -0,0 +1,6 @@ +{ + "name": "CoinPay Wallet", + "summary": "Non-custodial multi-chain wallet with one-click x402 payments and bulk payouts.", + "description": "CoinPay Wallet is a non-custodial, cross-browser (MV3) wallet for the CoinPay multi-chain platform.\n\n- Create or import a BIP-39 wallet. The seed is encrypted at rest (WebCrypto AES-256-GCM + PBKDF2) and never leaves your device; signing happens inside the extension's background worker, so private keys are never exposed to a web page.\n- Derives addresses for BTC, BCH, ETH, POL and SOL (with USDC on ETH/POL/SOL), matching the CoinPay web wallet.\n- Backup-confirmation gate before the wallet is usable, plus a configurable idle auto-lock.\n- One-click x402 (HTTP 402) payment approval for sites that request payment.\n- Bulk payouts: a site can request many payments at once via window.coinpay.payBatch and you approve the whole run once, with per-payment progress — built for payables queues like ugig.net's accepted-invoice list.\n- Sites connect per-origin and only after you approve the prompt.\n\nSource: https://github.com/profullstack/coinpayportal/tree/master/packages/extension", + "homepageUrl": "https://coinpayportal.com" +}