PWA Settings
SSL Certificate is required for PWA.
N.B: Browsers uses a huge cache for these icons. If you change these icons it won’t reflect on the customer installed app. So before customers browsing your site replace those icons, splash images.
-
Go to icons folder and change the images.
-
Open the manifest.json file in an editor and update the following infos:
- “name”: “Example Name”
- “short_name”: “ShortName”
- “description”: “Best Reward App Ever”
If you want to change the theme color then update these infos:
- “theme_color”: “Your Color”
- “background_color”: “Your Color”