# Changing customer and delivery application name

## Video Walkthrough

{% embed url="<https://youtu.be/xRfQGhlKaFI>" %}

There are two files shipped for the two PWA's (Customer Application and the Delivery Application)

* manifest.json
* delivery-manifest.json

These two files are responsible for the PWA configurations like PWA color, name, favicons, etc.

Both of these files can be found on the Root Directory of the Foodomaa application.

### Changing the name of the PWA&#x20;

1. Find the file **`manifest.json`**
2. Change the **`name`**&#x61;nd the **`short_name`** values in this file
3. Save the file.

**The same can be achieved for the delivery application as well with `delivery-manifest.json` file.**

{% hint style="warning" %}
As both the Customer Application and the Delivery Application share the same domain, both cannot be installed as a PWA on the same device. Both can be used on a browser on the same device though.
{% endhint %}

### IMPORTANT

{% hint style="danger" %}
**DO NOT** change the **`gcm_sender`**&#x76;alue in any of these files
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foodomaa.com/configurations/changing-customer-and-delivery-application-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
