ICON GENERATION INSTRUCTIONS
=============================

The SVG icons need to be converted to PNG format for Chrome.

Option 1: Use an online converter
- Go to https://svgtopng.com/
- Upload each SVG file
- Download the PNGs

Option 2: Use ImageMagick (if installed)
- Run: .\build-icons.ps1

Option 3: Create simple icons manually
- Use any image editor
- Create 16x16, 48x48, and 128x128 PNG files
- Use a purple gradient background (#8b5cf6 to #a78bfa)
- Add a white play triangle in the center

The icons should be named:
- icon16.png
- icon48.png  
- icon128.png

