/** * This script handles the logic for the extension's popup. * As the real-time conversion is removed, this popup is now minimal. */ document.addEventListener('DOMContentLoaded', () => { // No specific functionality needed for the popup with context menu approach. // This script can be removed or kept minimal if no UI elements are required. });