On this pageNormalize (ui)Functions normalizeManifestPath Convert Windows backslashes to forward slashes for use in Chrome extension manifests. import { normalizeManifestPath } from '@hexajs-dev/ui'; function normalizeManifestPath(filePath: string): string