Re: [w3c/manifest] Add min_version and fingerprints to application objects (#566)

kenchris commented on this pull request.



> @@ -3141,27 +3142,69 @@ <h3 id="applying">
       </h2>
       <p>
         Each <dfn>application object</dfn> represents an application related to
-        the web application. An application object has three properties: a
-        <code>platform</code> which represents the platform it is associated
-        to, a <code>url</code> which represents the URL where the application
-        can be found and an <code>id</code> which can be used as an information
-        additional to the URL or instead of the URL, depending on the platform.
+        the web application. An application object has the following
+        properties:
+      </p>
+      <dl>
+        <dt>
+          <code>platform</code>
+        </dt>
+        <dd>
+          the platform it is associated to

to, not with?

-- 
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/566#pullrequestreview-32839176

Received on Friday, 14 April 2017 14:42:42 UTC