WordPress.org SVN assets (upload separately from trunk)
======================================================

These files live in the `assets/` directory at the root of your WordPress.org SVN
repository (sibling to `trunk/` and `tags/`). They are NOT included in the plugin ZIP.

Generated assets (v1.0.6)
-------------------------
icon-128x128.png       Plugin icon (128×128)
icon-256x256.png       Plugin icon (256×256, retina)
banner-772x250.png     Plugin banner (772×250)
banner-1544x500.png     Plugin banner (1544×500, retina)
screenshot-1.png       Frontend chat widget with channel selector (1200×900)
screenshot-2.png       Settings page with response rules
screenshot-3.png       Omnichannel settings (WhatsApp, Messenger, Telegram)
screenshot-4.png       Go PRO feature comparison page

Regenerate locally
------------------
python tools/generate-wporg-assets.py

SVN upload (after approval)
---------------------------
svn co https://plugins.svn.wordpress.org/siddik-chat-widget
cd siddik-chat-widget
# Copy assets/*.png into assets/
svn add assets/*
svn ci -m "Add plugin listing assets"
