ApplicationFileTypeData
ApplicationFileTypeData
Information about the file type supported by the application.
JSON Example
{
"description": "Firefox Document",
"type": ".html"
}
string
description
Optional
Friendly name for the file type. If unset, no friendly name will be displayed.
string As ^[^/]*$
type
Required
File type supported by this application. This value is case insensitive. If multiple file types are specified using the same (case insensitive) name and description, all but one will be ignored.