GoogleChromeLabs / bubblewrap

Bubblewrap is a Command Line Interface (CLI) that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWAs) using a Trusted Web Activity.
Apache License 2.0
2.29k stars 152 forks source link

PWA shortcuts not showing up #831

Closed cbHasib closed 9 months ago

cbHasib commented 9 months ago

My pwa works fine on browser and also showing up my all shortcuts. But after installing from play store (made with bubblewrap) these shortcut not showing up

Screenshot_20231015-212216 Screenshot_20231015-212301

cbHasib commented 9 months ago

So, it's my fault. I thought manifest will be updated automatically for Android also. But after changing manifest it's important to build a new bundle for play store.

Thank you