For the complete documentation index, see llms.txt. This page is also available as Markdown.

Description

The description member is a string that allows the developer to describe the purpose of the web application. It serves as the accessible description of an installed web application.

/config/packages/pwa.yaml
pwa:
    manifest:
        enabled: true
        description: "This application helps you donate to worthy causes."

Last updated

Was this helpful?