overwolf.extensions.getManifest
Overwolf APIs / overwolf / overwolf / extensions / getManifest
function getManifest(
id: string,
callback: CallbackFunction<GetManifestResult>,
): void;
Returns the requested extension's manifest object.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The id of the extension to get the manifest for. |
callback | CallbackFunction<GetManifestResult> | A function called with the manifest data. |
Returns
void