# BaseCloud Shield - Plugin Assets

This directory contains all visual assets for the WordPress.org plugin directory listing.

## 📁 Files

### Icons
- **icon-128x128.png** - Standard resolution plugin icon (128x128px)
- **icon-256x256.png** - High resolution plugin icon for retina displays (256x256px)

### Banners
- **banner-772x250.png** - Standard plugin header banner (772x250px)
- **banner-1544x500.png** - Retina plugin header banner (1544x500px)

### Screenshots
Add screenshots as needed:
- **screenshot-1.png** - Main settings interface
- **screenshot-2.png** - OTP verification screen
- **screenshot-3.png** - Additional features

## 🎨 Design Guidelines

All assets follow BaseCloud brand guidelines:
- **Primary Color**: Navy #0f2c52
- **Accent Color**: Green #4bc46a
- **Style**: Professional, clean, modern

## 📦 Usage

These assets are automatically deployed to WordPress.org when using the deployment scripts:

```bash
.\deploy.ps1 patch
```

Or manually via SVN:

```bash
cd svn-repo
xcopy ..\assets\*.png assets\ /Y
svn commit -m "Updated plugin assets"
```

## 📝 Requirements

For detailed asset requirements and guidelines, see [ASSETS.md](../ASSETS.md) in the root directory.

---

**BaseCloud Shield Asset Management System v1.0**
