Re: [manifest] Allow developers to detect when the user has added the site to their home screen (or equivalent) (#417)

Why not simply use the events? The current one (`beforeinstallprompt`)
combined with `installed` should offer the same information.

On Thu, 17 Dec 2015, at 12:41, Kenneth Rohde Christiansen wrote:
> What about
> 
> ```
> engagementchange(EngagementChangeReason reason)
> 
> enum EngagementChangeReason {
>   "uninstalled",
>   "installed-manually",
>   "install-prompt-shown",
>   "install-prompt-cancelled",
>   "install-prompt-accepted",
>   "install-prompt-denied"
> }
> ```
> 
> ---
> Reply to this email directly or view it on GitHub:
> https://github.com/w3c/manifest/issues/417#issuecomment-165442341


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/417#issuecomment-165455506

Received on Thursday, 17 December 2015 13:41:03 UTC