We know that the beforeinstallprompt event is fired when the PWA meets the installability criteria. Two of them are: - The user needs to have clicked or tapped on the page at least once (at any time, even during a previous page load) - The user needs to have spent at least 30 seconds viewing the page (at any time) How can I reset the browser "memory" to test my PWA in a clean environment? If I open my PWA on my browser, I have already passed these two criteria so my PWA always prompts for the install banner. But I need to emulate a new user for which the beforeinstallprompt is not triggered immediately. I've tried in incognito mode, but Chrome doesn't quite fire the beforeinstallprompt event in this mode. How can I do? Many thanks in advance
Tried: incognito mode, deletion of cookies.