Foodomaa®
  • Introduction
  • The Flow
  • Installation
    • Installation on Server
    • Installation on LocalHost
    • Update From an Older Version
  • Configurations
    • Google Maps API Keys
    • Google Distance Matrix API
    • SMS Gateway Settings
    • Push Notification Keys
    • One Signal Setup for Store Dashboard Notification
    • Changing customer and delivery application name
    • Email Configuration
    • Cache Configuration
    • Promo Sliders
    • Category Slider and Filters
    • Social Login
    • Store Scheduling (Open/Close)
  • FAQs
    • Zones in Foodomaa
    • White Screen Issues
    • Push Notifications & Alerts
    • How are Stores shown to the Customers?
    • Bulk CSV Upload
    • StoreOwner Dashboard Translations
    • How "Add to Homescreen" works?
    • How does Wallet works?
    • When is the next update?
    • Creating and Linking Pages
    • Razorpay Webhooks
  • Advanced Usage
    • Using the Full Source Code
  • Premium Modules
    • SuperCache Module
    • Delivery Area Pro Module
    • Thermal Printer Module
    • Call And Order Module
    • Order Schedule Module
  • Extras
    • Change Log
    • Change Log (old)
    • Requirements for Foodomaa
    • Limitations
    • Scope of Support
    • Refund Policy
    • License
Powered by GitBook
On this page
  • Video Walkthrough
  • Changing the name of the PWA
  • IMPORTANT

Was this helpful?

  1. Configurations

Changing customer and delivery application name

PreviousOne Signal Setup for Store Dashboard NotificationNextEmail Configuration

Last updated 3 years ago

Was this helpful?

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.

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_sendervalue in any of these files