Fetches a JSON manifest using the browser process and returns a Javascript object.
Example
const manifest = await fin.System.fetchManifest('https://www.path-to-manifest.com');
console.log(manifest);
Fetches a JSON manifest using the browser process and returns a Javascript object.
const manifest = await fin.System.fetchManifest('https://www.path-to-manifest.com');
console.log(manifest);