Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/manifest/description/index.md
6567 views
---
title: description slug: Web/Manifest/description browser-compat: html.manifest.description
---

{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}

Type String
Mandatory No

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:

"description": "Awesome application that will help you achieve your dreams."

description in Arabic, which will be displayed right-to-left:

"dir": "rtl", "lang": "ar", "description": ".تطبيق رائع سيساعدك على تحقيق أحلامك"

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}