fix: manifest author and homepage are blackbeard's, not polkadot{.js}'s

The rebrand renamed the extension but left the manifest's author as
"polkadot.{js}" and its homepage as the upstream GitHub repo. Browsers show
both on the add-on's details page. Package.json authorship stays upstream's:
that is credit for the code, not the extension's identity.

Refs #2, #15

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012uDUodEcRbBwNRi3UCmw8f
This commit is contained in:
2026-09-16 20:50:20 +03:00
parent e0aa78360a
commit 851500a5fb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"author": "polkadot.{js}",
"author": "blackbeard",
"description": "A post-quantum wallet for the Quantus Network: ML-DSA-65 and ML-DSA-87 accounts, wormhole balances, and signing for dapps.",
"homepage_url": "https://github.com/polkadot-js/extension",
"homepage_url": "https://git.lair.cafe/quantus/extension",
"name": "blackbeard",
"short_name": "blackbeard",
"manifest_version": 3,

View File

@@ -1,7 +1,7 @@
{
"author": "polkadot.{js}",
"author": "blackbeard",
"description": "A post-quantum wallet for the Quantus Network: ML-DSA-65 and ML-DSA-87 accounts, wormhole balances, and signing for dapps.",
"homepage_url": "https://github.com/polkadot-js/extension",
"homepage_url": "https://git.lair.cafe/quantus/extension",
"name": "blackbeard",
"short_name": "blackbeard",
"manifest_version": 3,