PWA Configuration: Logo & Name

Changing Name and Logo in PWA App:

  1. Locate the Files:
    Navigate to the Root Directory of the script. Here, you will find two files: manifest.json and delivery-manifest.json.
  2. Edit the Files:
    Open both manifest.json and delivery-manifest.json files in a text editor. Update the name field with your desired app name.
  3. 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.
  4. 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.