overwolf.extensions.shareddata.repairUrlProtocol
Overwolf APIs / overwolf.extensions.sharedData / repairUrlProtocol
function repairUrlProtocol(callback: CallbackFunction<Result>): void;
Repairs the schema registration, for an extension where the manifest contains url_protocol
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<Result> | A function called with the manifest data. |
Returns
void