Skip to content

chore(extension): version the store listing copy alongside the code - #198

Merged
ralyodio merged 2 commits into
masterfrom
chore/extension-store-listing
Jul 25, 2026
Merged

chore(extension): version the store listing copy alongside the code#198
ralyodio merged 2 commits into
masterfrom
chore/extension-store-listing

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

The tronbrowser.dev listing for CoinPay Wallet still advertises

Phase 1 ships wallet + receive; send and one-click x402 payment approval land in subsequent updates.

Both shipped in #189. The bundle it serves is current — today's extension-v0.1.0 release — but the store's publish flow only refreshes the bundle, so the copy stayed frozen at whatever it said the day the listing was created (updated_at is still 2026-07-07).

This adds packages/extension/store-listing.json so the text lives in the repo that actually knows what shipped, and can be synced on publish:

LISTING=packages/extension/store-listing.json ./scripts/publish-extension.sh

The LISTING step and the PATCH endpoint it calls are in profullstack/tronbrowser.dev#43 — that needs to land first. Owners can also now edit the copy directly from the extension's page on the store.

The description here is rewritten against what the extension actually does today: BIP-39 create/import with the seed encrypted at rest, signing confined to the background worker, BTC/BCH/ETH/POL/SOL (+USDC), backup gate and idle auto-lock, one-click x402 approval, and payBatch bulk payouts behind a single approval.

Follow-up not included here: packages/extension/README.md is stale the same way — it still says "Status — Phase 1 (wallet core) in progress".

🤖 Generated with Claude Code

The tronbrowser.dev listing still advertised "Phase 1 ships wallet +
receive; send and one-click x402 payment approval land in subsequent
updates" — untrue since #189 shipped x402 approval and payBatch bulk
payouts. The store's publish flow only refreshes the bundle, so the copy
stayed frozen at whatever it said the day the listing was created.

Keeping the text here means a publish can sync it from the repo that
actually knows what shipped, via the store's new listing PATCH:

  LISTING=packages/extension/store-listing.json ./publish-extension.sh

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 25, 2026 19:02
@github-actions

Copy link
Copy Markdown

vu1nz Security Review

0 finding(s) in PR #?

No security issues found.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a version-controlled store listing payload for the CoinPay Wallet browser extension so the published listing copy can be kept in sync with what the extension actually ships.

Changes:

  • Add packages/extension/store-listing.json containing the extension’s store listing name/summary/description/homepage fields.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

{
"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",
@@ -0,0 +1,6 @@
{
v0.1.0 was cut today from a master that already contained #189 (bulk
payments behind a single approval, x402 approval UI, the in-page
provider and content bridge), so the released bundle carries those
features under a version number that predates them.

Chromium auto-update keys off the manifest version: with it pinned at
0.1.0 there is no upgrade signal, and anyone already on 0.1.0 stays
there no matter what the store serves. Minor bump for a feature
release, applied to package.json and both manifests so the Chrome and
Firefox builds agree.

155 extension tests pass at 0.2.0.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 25, 2026 19:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

{
"name": "@profullstack/coinpay-extension",
"version": "0.1.0",
"version": "0.2.0",
@ralyodio
ralyodio merged commit 5f0622d into master Jul 25, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants