# WordPress.org Plugin Assets

This directory contains assets that are displayed on the WordPress.org plugin directory page.

## Asset Requirements

### Banner Images
- `banner-772x250.png` - Standard banner (exactly 772×250 pixels)
- `banner-1544x500.png` - High-DPI banner (exactly 1544×500 pixels)

### Icon Images
- `icon-128x128.png` - Standard icon (exactly 128×128 pixels)
- `icon-256x256.png` - High-DPI icon (exactly 256×256 pixels)

### Screenshots
- `screenshot-1.png` - First screenshot
- `screenshot-2.png` - Second screenshot
- etc.

Screenshots should be named sequentially and referenced in the `readme.txt` file.

## Guidelines

1. **File formats**: Use PNG for all images
2. **File sizes**: Keep files optimized and under 1MB each
3. **Design**: Follow WordPress.org design guidelines
4. **Updates**: These assets are automatically deployed when pushed to the main branch

## Automatic Deployment

When you commit changes to this directory and push to the main branch, the GitHub Action workflow will automatically update these assets on WordPress.org without requiring a new plugin release.