export interface ClientMetadata { name: string; description: string; url: string; icons: string[]; }