Conwatch version history - 1 version
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1
Released Dec 13, 2025 - 2.33 MBWorks with firefox 109.0 and laterNotes to Reviewer:- Security Fixes: We've addressed "unsafe innerHTML" warnings by refactoring the DOM creation in sidepanel.js to use
document.createElement and textContent, enhancing security and preventing potential XSS vulnerabilities. - Version Update: The extension version has been incremented to 1.1.
- Manifest Configuration (
manifest-firefox.json):- The browser_specific_settings.gecko.data_collection_permissions key has been explicitly included to comply with
Firefox Add-on Store publishing requirements, despite potentially triggering a strict_min_version warning. This
is intentional for submission compliance. - The sidePanel.setPanelBehavior call in background.js is conditional (if (chrome.sidePanel)), ensuring it only
executes in compatible Chromium browsers and can be safely ignored for Firefox review.
- The browser_specific_settings.gecko.data_collection_permissions key has been explicitly included to comply with
Source code released under MIT License
- Security Fixes: We've addressed "unsafe innerHTML" warnings by refactoring the DOM creation in sidepanel.js to use