You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace all innerHTML assignments with safe DOM API construction (createElement, textContent, replaceChildren, createContextualFragment) to satisfy Firefox AMO linter requirements
Add getIconSVGElement() utility using createContextualFragment for safe SVG injection without innerHTML
Add data_collection_permissions to Firefox manifest as required by AMO