Rebrand as blackbeard #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #1. The extension still presents itself as "polkadot{.js} extension". It becomes blackbeard, sharing the sigil and palette of blackbeard.observer.
Visible
nameandshort_namebecomeblackbeard, anddefault_titleand page<title>s follow.sigil.svg, which also replaces the header'spjs.svg.#FF7D01) to the sigil's gold (#BD8829).Behavioural, and why they are part of this
window.injectedWeb3['polkadot-js']to'blackbeard'. With the real polkadot{.js} extension also installed, both wrote the same key and one silently replaced the other. qapi console's extension list gets a label for the new name.short_name(EXTENSION_PREFIX, used to namespace page and content-script messages). Sharingpolkadot{.js}with the real extension meant each content script answered the other's page messages.{7e3ce1f0-…}toextension@blackbeard.observer, so Firefox no longer treats this as polkadot{.js}.EXTENSION_PREFIXunless it was literallypolkadot{.js}, so renaming would orphan every account and wallet already stored.chrome.storageis per-extension already, so the prefix adds nothing there; the keys become fixed.Not in scope
@polkadot/extension-*package names. They aren't user-visible, and renaming them touches every import in the monorepo and the forks.