Tutorial: Platform.fetchManifest

Platform.fetchManifest

Fetches a JSON manifest using the browser process and returns a Javascript object. Can be overwritten using Platform.init.

Example

const platform = fin.Platform.getCurrentSync();
const manifest = await platform.fetchManifest('https://www.path-to-manifest.com/app.json');
console.log(manifest);