Skip to main content

Documentation Index

Fetch the complete documentation index at: https://extension.js.org/llms.txt

Use this file to discover all available pages before exploring further.

Keep extension releases stable by combining debugging, security, performance, testing, and CI workflows.

Workflow chooser

GoalRead this
Diagnose local failures quicklyTroubleshooting
Understand dev reload outcomesDev update behavior
Lock down extension safety checksSecurity checklist
Reduce runtime and startup regressionsPerformance playbook
Add end-to-end confidence checksPlaywright E2E
Set up CI templatesCI templates
Apply cross-command controlsGlobal flags

Release confidence loop

  1. Run targeted local checks (dev + troubleshooting).
  2. Build production artifacts (build / start).
  3. Validate critical flows with end-to-end (E2E) and smoke checks.
  4. Run CI templates before store submission.

Next steps

Video walkthrough