Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/extension/manifest/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/store-listing.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading