Add package.json with web-ext dev dependency and npm scripts for building, linting, signing, and running the Firefox extension. Signing produces a self-hosted .xpi that persists across restarts without needing the Mozilla store. https://claude.ai/code/session_01Dvgwe7XMoSxnWXkih8p1Cw
10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
node_modules/
|
|
.DS_Store
|
|
*.crx
|
|
*.pem
|
|
*.zip
|
|
*.xpi
|
|
dist/
|
|
.env
|
|
web-ext-artifacts/
|