- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 19 Jul 2021 17:13:28 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 July 2021 00:13:40 UTC
@marcoscaceres commented on this pull request.
> + The [=manifest's=] <code><dfn data-export="" data-dfn-for=
+ "manifest">id</dfn></code> member is a <a>string</a> that
+ represents the <dfn>id</dfn> for the application.
+ </p>
+ <p>The |id| is used by user agents uniquely identify the application
+ globally. When |id| is changed, it's recognized as a new app and
+ can be installed separately. When id is not changed, it can be used
+ to find installed application to perform manifest update.
+ </p>
+ <p>
+ The |id| can also be used by third party entities such as PWA stores
+ to uniquely identify and reference web apps
+ </p>
+ <p>
+ To <dfn>process the `id` member</dfn>, given [=object=]
+ |json:JSON|, [=ordered map=] |manifest:ordered map|.:
```suggestion
|json:JSON|, [=ordered map=] |manifest:ordered map|:
```
--
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/pull/988#pullrequestreview-710079666
Received on Tuesday, 20 July 2021 00:13:40 UTC