PWA
PWA - Progressive Web APP. Technology that visually and functionally transforms a website into a mobile application.
PWA settings are made in the manifest.json file in the program root.
Description of some of the settings that you can change. It is not recommended to change the rest.
short_name - Short name of the application
name - Full name of the application
background_color - background color code in the application
theme_color - theme color code for the application
Icons
All icons used by the application are located in the file/i/manifest directory. New favicon versions are located in the same directory.
Last updated