# assets/ Branding and imagery used by the plugin manifest and (later) the WebUI. ``` assets/ ├── icons/ Plugin icon(s) referenced by plugin/podman.plg (icon="podman") │ and by webui/plugins/podman/. Unraid convention: PNG, square, │ ~64x64 or SVG. └── screenshots/ Screenshots used in README.md / docs/ once a WebUI exists. ``` No binary assets are checked in yet — this is scaffolding only. When adding the real plugin icon, keep a source (SVG) alongside the exported PNG(s) so it can be re-exported at other sizes later.