Changing customer and delivery application name

Video Walkthrough

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

  1. Find the file manifest.json

  2. Change the nameand 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.

IMPORTANT

Last updated