Mandatory setup
Web App Setup
- Web Logo: Open
<project>/web/
and replace logo.png with your own logo. - Favicon: Open
<project>/web/
and replace favicon.png with your own icon. - Title for Web: Open
<project>/web/index.html
and set your app name in title tag.
/web/index.html
<title>APP_NAME_HERE</title>
- PWA Name: Open
<project>/web/manifest.json
file and set the value ofname
andshort_name
with your preferred one.