# svn-assets/

Files in this directory are pushed to the `assets/` folder in the WP.org SVN repo.
They power the plugin's listing page (banner, icon, screenshots) but are NOT
included in the plugin zip that users download.

## Required files

| File | Size | Purpose |
|------|------|---------|
| `banner-772x250.png` | 772×250 px | Plugin directory banner (low-DPI) |
| `banner-1544x500.png` | 1544×500 px | Plugin directory banner (retina) |
| `icon-128x128.png` | 128×128 px | Plugin icon (low-DPI) |
| `icon-256x256.png` | 256×256 px | Plugin icon (retina) |
| `screenshot-1.png` | ≤1200 px wide | Screenshot 1 (matches == Description in readme.txt) |
| `screenshot-2.png` | ≤1200 px wide | Screenshot 2 |

Screenshots are referenced by number in the `== Screenshots ==` section of readme.txt.

## Deployment

These files are synced automatically when you run:

```bash
./tools/deploy-free-wporg.sh
```
