24cbfbe746
Internal submission notes — paste copy for the Chrome Web Store Dashboard plus reviewer-targeted permission justifications. No reason for random repo visitors to read it. Local file stays on disk for quick-reference during future updates; .gitignore prevents accidental re-add.
16 lines
523 B
Plaintext
16 lines
523 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
dist/
|
|
|
|
# .crx is the packed extension build, .pem is the signing key.
|
|
# Losing the .pem means you can never update the same extension ID,
|
|
# so it lives outside git and gets backed up separately.
|
|
*.crx
|
|
*.pem
|
|
|
|
# Internal submission notes — paste copy for the Chrome Web Store
|
|
# Dashboard. Lives locally so we can quick-reference it during
|
|
# updates, but not for the public repo (random visitors don't need
|
|
# to see internal listing copy or reviewer-targeted justifications).
|
|
WEB_STORE_SUBMISSION.md
|