# Icon Placeholder
An icon.png file is required for the MCPB bundle.
## To Create the Icon:
### Option 1: Run the Icon Generator Script
```bash
pip install Pillow
python3 create_icon.py
```
This will generate a 512x512 PNG icon with a mathematical symbol (π) on a gradient background.
### Option 2: Create Manually
Create a 512×512 pixel PNG image named `icon.png` with:
- A mathematical symbol (π, ∫, Σ, ∂, or Manim logo)
- Dark background with vibrant accents
- High contrast for visibility
- Professional appearance
### Recommended Design:
- Background: Dark blue/purple gradient (#1a1a2e to #6a5acd)
- Symbol: White or light blue mathematical notation
- Style: Clean, modern, minimal
Place the file in the root directory as `icon.png`.