From f9e4dff052291260e0ff5dbf46c77c48ce620ebe Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 10 Jun 2017 17:44:28 -0700 Subject: [PATCH] CB-10916 - Add documentation about display name --- www/docs/en/dev/config_ref/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md index b8283dfe84..9c29757bbd 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -102,6 +102,17 @@ Examples: ``` +### short name +Specifies an optional display name for the app. Sometimes the app name should be displayed differently on device's home screen than on informational and app-store interfaces due to limited space. + +Examples: + +```xml + + HelloCordova + +``` + ## description Specifies metadata that may appear within app-store listings.