Re: [w3c/manifest] Add info push notifications to extensions registry (#529)

That is the old chrome specific field for push notifications that is deprecated for standards based push (https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web)

> On Nov 15, 2016, at 10:34 AM, Rob Dolin (MSFT) <notifications@github.com> wrote:
> 
> BACKGROUND
> Looking for manifest files of popular websites, I noticed quora.com's manifest includes the following:
> 
> {
>   "name": "Desktop Push Notifications",
>   "gcm_sender_id": "602221294976"
> }
> I suspect gcm_sender_id may be a vendor-specific extension possibly documented at: https://developers.google.com/cloud-messaging/chrome/client
> 
> If that is the case, I recommend we document it in the Web App Manifest spec's Extensions Registry at: https://github.com/w3c/manifest/wiki/Extensions-Registry
> 
> /cc @mounirlamouri who may know more here
> 
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
> 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/529#issuecomment-260733545

Received on Tuesday, 15 November 2016 19:00:41 UTC