# WordPress Plugin Assets

This directory contains assets that will be uploaded to the WordPress.org plugin repository's `assets` folder.

## Supported Assets

Place the following files in this directory:

- **icon-256x256.png** - Plugin icon (256x256 pixels, PNG format)
- **icon-128x128.png** - Plugin icon (128x128 pixels, PNG format)
- **banner-772x250.png** - Plugin banner (772x250 pixels, PNG format)
- **banner-1544x500.png** - High-resolution banner (1544x500 pixels, PNG format)
- **screenshot-1.png** - Screenshot 1
- **screenshot-2.png** - Screenshot 2
- **screenshot-3.png** - Screenshot 3
- ... (additional screenshots as needed)

## File Naming

- Icons: `icon-{size}x{size}.png` (e.g., `icon-256x256.png`)
- Banners: `banner-{width}x{height}.png` (e.g., `banner-772x250.png`)
- Screenshots: `screenshot-{number}.png` (e.g., `screenshot-1.png`)

## Notes

- All images should be in PNG format
- The deployment script will automatically copy these files to the SVN `assets` folder
- Files in this directory are excluded from being copied to the plugin `trunk` folder
