manifest/chrome.json now carries a fixed public key, so the extension id and the chrome.storage.local partition holding the wallet stay stable across checkout moves and re-clones instead of being derived from the absolute path. A release entrypoint produces a self-contained versioned artifact per browser, including the files that sit at dist/ root outside both browser directories. One version source of truth, enforced: the build fails naming the culprit when the two manifests and package.json disagree, and BUILD_COMMIT now marks a dirty tree as dirty. Firefox ships an unsigned XPI; the README states that release Firefox and ESR refuse it, that Developer Edition or Unbranded is required, and that Remove is irreversible except from the recovery phrase, which is asserted by test.
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
# .git is deliberately NOT excluded: build.js shells out to `git rev-parse` for
|
|
# build-info stamping and the Dockerfile runs `make build`, so excluding it
|
|
# would make every built extension report commitHash "unknown".
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
release
|