# WordPress Plugin Assets

This directory contains all the visual assets for the BaseCloud Security Manager WordPress plugin that will be deployed to the WordPress.org plugin repository.

## Required Assets

### Plugin Icons
- **icon-128x128.png** - Main plugin icon (128x128 pixels)
- **icon-256x256.png** - High-resolution plugin icon (256x256 pixels)

### Plugin Banners
- **banner-772x250.png** - Standard plugin banner (772x250 pixels)
- **banner-1544x500.png** - Retina plugin banner (1544x500 pixels)

### Screenshots
- **screenshot-1.png** - Primary screenshot showing main interface
- **screenshot-2.png** - Secondary screenshot showing settings
- **screenshot-3.png** - Additional screenshots as needed

## Design Guidelines

### Colors
- Primary: #2271b1 (WordPress blue)
- Secondary: #135e96 (darker blue)
- Accent: #00a32a (WordPress green)
- Background: #f0f0f1 (WordPress gray)

### Typography
- Use system fonts or WordPress-compatible fonts
- Ensure text is readable at all sizes
- High contrast for accessibility

### Style Guidelines
- Clean, professional design
- Consistent with WordPress admin interface
- Focus on security/shield iconography
- Use BaseCloud branding colors when appropriate

## File Requirements

### Icons
- **Format**: PNG with transparency
- **Size**: Exactly 128x128px and 256x256px
- **Content**: Should clearly represent security/protection
- **Background**: Transparent or solid color

### Banners
- **Format**: PNG or JPG
- **Size**: Exactly 772x250px and 1544x500px
- **Content**: Plugin name, key features, professional appearance
- **Text**: Should be readable and not too small

### Screenshots
- **Format**: PNG or JPG
- **Size**: Recommended 1200x900px (4:3 ratio)
- **Content**: Clear views of plugin interface and features
- **Quality**: High resolution, clear text

## Deployment

These assets are automatically included in the plugin deployment process. When you run the deployment script, these files will be:

1. Validated for correct dimensions and format
2. Optimized for web delivery
3. Included in the WordPress.org SVN commit
4. Made available immediately in the WordPress plugin directory

## To Add/Update Assets

1. Place your asset files in this directory with the correct names
2. Run the deployment script as usual
3. The assets will be automatically deployed with the next version

## Current Status

- [ ] icon-128x128.png
- [ ] icon-256x256.png  
- [ ] banner-772x250.png
- [ ] banner-1544x500.png
- [ ] screenshot-1.png
- [ ] screenshot-2.png
- [ ] screenshot-3.png
