Skip to main content

overwolf.extensions.GetManifestResult

Overwolf APIs / overwolf / overwolf / extensions / GetManifestResult

Representation of manifest.json

Extends

  • Result.Manifest

Properties

PropertyTypeDescription
dataWebAppSettingsA list of additional meta-data on the app
error?stringInformation regarding the error (if an error occurred)
manifest_versionnumberTargets the manifest version you are working on. Currently there is only one version, therefore this value is always "1"
max_rotation_log_filesnumberIncrease the app's log file rotation (defaults to 10, max is 40).
metaMetadataIncludes app metadata
permissionsPermission[]An array of permissions that the app requires.
successbooleanWhether the method executed successfully or not.
type"WebApp"Declares the type of application. Can only be "WebApp"
UIDstring-