type WCMetadata = { description: string; icons: Array<string>; name: string; redirect?: { native?: string; universal?: string }; url: string;};