Icon Requirements for Electron App
=====================================

You need to add an icon.png file to this directory for the Electron app.

Requirements:
- File name: icon.png
- Recommended size: 512x512 pixels or larger
- Format: PNG with transparency
- This will be used for:
  - Windows executable icon
  - Mac app icon
  - Linux app icon
  - Taskbar/dock icon

For production builds, you can also create platform-specific icons:
- Windows: icon.ico (256x256)
- Mac: icon.icns
- Linux: icon.png (512x512)

Until you add a custom icon, the app will use the default Electron icon.
