overwolf.extensions.Manifest
Overwolf APIs / overwolf / overwolf / extensions / Manifest
Representation of manifest.json
Extended by
Properties
| Property | Type | Description |
|---|
data | WebAppSettings | A list of additional meta-data on the app |
manifest_version | number | Targets the manifest version you are working on. Currently there is only one version, therefore this value is always "1" |
max_rotation_log_files | number | Increase the app's log file rotation (defaults to 10, max is 40). |
meta | Metadata | Includes app metadata |
permissions | Permission[] | An array of permissions that the app requires. |
type | "WebApp" | Declares the type of application. Can only be "WebApp" |
UID | string | - |