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.
Structure of file:
Inside the file:
Changing the name of the PWA
- Find the file
manifest.json
- Change the
name
and the short_name
values in this file
- Save the file.
The same can be achieved for the delivery application as well with the delivery-manifest.json
file.
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.
IMPORTANT
DO NOT change the gcm_sender_id
value in any of these files