description
Type | String |
---|
The description
member is a string in which developers can explain what the application does. description
is directionality-capable, which means it can be displayed left to right or right to left based on the values of the dir
and lang
manifest members.
Examples
Simple description
in left-to-right language:
json
"description": "Awesome application that will help you achieve your dreams."
description
in Arabic, which will be displayed right-to-left:
json
"dir": "rtl",
"lang": "ar",
"description": ".تطبيق رائع سيساعدك على تحقيق أحلامك"
Specifications
Specification |
---|
Web App Manifest - Application Information # description-member |
Browser compatibility
BCD tables only load in the browser