Load and apply the module manifest.
Future<void> loadManifest(Map<String, dynamic> manifestJson) async { _manifest = NiceModuleManifest.fromJson(manifestJson); }