Tutorial: application.createFromManifest

application.createFromManifest

Retrieves application's manifest and returns a wrapped application.

Example

fin.desktop.Application.createFromManifest('app/manifest/URI', function(app) {
  app.run();
}, function(error) {
  console.error('Failed to create app from manifest: ', error);
});