- From: Edwin Reynoso <notifications@github.com>
- Date: Thu, 13 Aug 2015 18:12:43 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 14 August 2015 01:13:14 UTC
@marcoscaceres How would they be pre-granted? Having the following only shows it in the Site info ```JSON "permissions": [ "notifications" ] ``` I still have to request the permission: ```JS Notification.requestPermission(granted, denied); ``` The Site Info would show just like it does on Desktop **(Use global default: Ask)** In the spec It'll be specified that they **DON'T pre-grant** BTW: > A better approach, IMHO, is just to rely on the actual APIs and the Permissions API. Is how it currently works. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/395#issuecomment-130908405
Received on Friday, 14 August 2015 01:13:14 UTC