Re: [manifest] Add meta tags equivs. for features were possible (#350)

>We currently define:
>   name === ```<title>```
>    icons === link@rel=icons
>    theme_color === meta@name=theme-color
> ...
> Thoughts on the above?

I disagree with this. These HTML tags define the title, icon and theme_color of a web page, not of a web application. A web application consists of multiple web pages, which is the reason for the scope property.

If all the manifest is doing is providing an alternative way to define metadata for a web page, there's very little point in its existence. See #272.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/350#issuecomment-90526642

Received on Tuesday, 7 April 2015 12:02:38 UTC