export interface AppMetadata { name: string; url?: string; description?: string; icon?: string; additionalInfo?: string; }