# WordPress.org plugin directory assets

Put **banner**, **icon**, and **readme screenshots** here. They are uploaded to the WordPress.org SVN `assets/` folder (not inside the plugin ZIP). Filenames must be **lowercase**.

| File | Purpose |
|------|---------|
| `banner-772x250.png` or `.jpg` | Plugin page header |
| `banner-1544x500.png` or `.jpg` | Optional HiDPI banner |
| `icon-128x128.png` | Plugin icon |
| `icon-256x256.png` | Optional HiDPI icon |
| `icon.svg` | Optional vector icon (provide PNG fallbacks too) |
| `screenshot-1.png` … `screenshot-n.png` | Match the `== Screenshots ==` list in `readme.txt` order |

See [Plugin assets](https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/).

Commit these files to git. The deploy workflow copies this directory to WordPress.org `assets/`; `.distignore` keeps it out of the downloadable plugin package.
