App Icon
Custom app icon configuration for universal apps. Replace the default Android icon with your branded app icon for a professional appearance in device launchers and app stores.
Configuration
App icons are automatically detected and applied when placed in the correct location. No additional configuration is required in your app settings.
Custom Icon Setup
File Location
Place your custom app icon at public/icon.jpg
File Structure
your-project/
├── public/
│ └── icon.jpg # Your custom app icon
├── src/
└── package.json
Supported File Extensions
.png
.jpg
.jpeg
.gif
.bmp
.svg
.webp
Behavior
Default Behavior
- No Custom Icon: Default Android icon is displayed
- With Custom Icon: Automatically uses
public/icon.jpg
as the app icon
Important Notes
- Icon replacement is automatic - no code changes required
- Changes take effect on the next app build
- Default Android icon is used as fallback if custom icon is not found
- Icon appears in device launchers, app stores, and system settings