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

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

Received on Thursday, 17 December 2015 12:41:51 UTC