RegistrationContent - fullphat/snarl_network_protocol GitHub Wiki

Used By

Syntax

{
  "AppId": null,
  "Icons": {
    "Stock": null,
    "File": null,
    "Encoded": null,
    "App": null,
    "Resource": null,
    "Url": null,
    "Base64": null
  },
  "Events": [],
  "Name": null,
  "Description": null,
  "Version": null,
  "ConfigurationUrl": null,
  "ReplyPort": null
}

Properties

Name Type Description
AppId String Required. The application identifier.
Title String Required. The name of the application.
ConfigurationUrl String URL to the application's configuration page, if it supports this feature.
Description String Provides more information about the application.
Events List List of EventContent objects that specify event classes to be added.
Icon String Specifies the icon to use. Can be a URL, file path, or stock icon.
Version String Free-form string that indicates the version number of the application.

Example

{
  "AppId": "foo",
  "Title": "App Foo",
  "Icon": "!misc-chair",
  "Description": "This is application Foo",
  "Version": "6.1.2.3.foo",
}