PWA Configuration: Logo & Name
Changing Name and Logo in PWA App:
-
Locate the Files:
Navigate to the Root Directory of the script. Here, you will find two files:manifest.json
anddelivery-manifest.json
. -
Edit the Files:
Open bothmanifest.json
anddelivery-manifest.json
files in a text editor. Update the name field with your desired app name. -
Change the Logo and Icon:
Replace the existing logo and icon references in both files with the paths to your custom images. Ensure the new images are uploaded to the appropriate directory. -
Apply the Changes:
Save the updated files. Perform a cache refresh or clear the browser cache to reflect the new changes in your PWA app.
Follow the same steps for both manifest.json
and delivery-manifest.json
to ensure consistency across the app.

