data | WebAppSettings | A list of additional meta-data on the app |
error? | string | Information regarding the error (if an error occurred) |
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. |
success | boolean | Whether the method executed successfully or not. |
type | "WebApp" | Declares the type of application. Can only be "WebApp" |
UID | string | - |