export interface InstalledApp { packageName: string; appName: string; versionName: string; icon: string; }