Let's say a user visits https://mywebapp.com and starts using a PWA.
Later down the road, the user gets prompted to install the PWA onto their device so that they may use it as a native app.
My question is: Can this process go a step further, whereby the user gets prompted a 2nd time to install more functionality that only resides inside of the native Android application (thus converting the PWA into an actual native application)?
In summary, is there a standard to go from webapp --> installed pwa on device --> native application on android / ios?