# Simple text-based icons for the Chrome extension # These are placeholder files - replace with actual PNG icons for production # Create simple SVG icons that can be converted to PNG ICON_16_SVG = ''' 🖨 ''' ICON_48_SVG = ''' 🖨️ ''' ICON_128_SVG = ''' 🖨️ ''' # For now, create simple text placeholders # In production, convert these SVGs to PNG files