app_manager/ExchangeApp Message

File: app_manager/ExchangeApp.msg

Raw Message Definition

# app name
string name
# user-friendly display name of application
string display_name
# the version of the package currently installed
string version
# latest version of the package avaliable
string latest_version
# the detailed description of the app
string description
# icon for showing app
Icon icon
# hidden apps are not show - used for cases where multiple apps are in a deb
bool hidden

Compact Message Definition

string name
string display_name
string version
string latest_version
string description
app_manager/Icon icon
bool hidden