# WordPress.org Plugin Assets

This directory contains assets that are deployed to the WordPress.org plugin directory's `assets/` folder.

## Required Files

| File | Dimensions | Description |
|------|------------|-------------|
| `banner-772x250.png` | 772x250 | Standard resolution banner |
| `icon-128x128.png` | 128x128 | Standard resolution icon |

## Recommended Files

| File | Dimensions | Description |
|------|------------|-------------|
| `banner-1544x500.png` | 1544x500 | Retina/HiDPI banner (2x) |
| `icon-256x256.png` | 256x256 | Retina/HiDPI icon (2x) |
| `icon.svg` | N/A | SVG icon (preferred over PNG) |

## Screenshots

Screenshots should be named `screenshot-N.png` where N corresponds to the screenshot number in `readme.txt`.

Example:
- `screenshot-1.png` - Dashboard overview
- `screenshot-2.png` - Settings page

## Notes

- PNG format is required for banners and icons (except SVG icons)
- JPG format is also supported for banners
- Assets in this folder are automatically deployed via the GitHub Actions workflow
