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

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

Type String
Mandatory Yes

The name member is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon). name 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 name in left-to-right language:

"name": "Awesome application"

Right-to-left name in Arabic:

"dir": "rtl", "lang": "ar", "name": "!أنا من التطبيق"

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}