This object defines the properties contained in an app meta object. AppMeta is essentially the information that is saved about the app in the fw.json file. This object stores that information. It is used in tandem with the AppMeta Service, and should probably not be called directly. But this is the internal "app-meta" object, so you can know when using the service, what properties are available for each app.

Show:

api

String

Relative api path

apiUrl

Computed String

API path relative to the webroot. computed.

appId

String

App ID

author

Array

Author of the app.

maintainers

Array

Array of current maintainers of the app.

name

String

Name of the app

previousMaintainers

Array

Array of previous maintainers for the app.

repo

String

Git repository

url

Array

App URL relative to webroot

urlClean

Computed String

Computed URL with no trailing slash. Used by FwAppLink.

version

String

App version

Computed String

App logo relative to the webroot. Computed.