export interface ExtensionListItem { id: string; name: string; url?: string; readme?: string; zipUrl: string; installed?: boolean; }