On 23/09/2012, at 12:00 PM, Ian Bicking wrote: >> Google has a <link> for the Chrome Web Store, and I believe that >> standardizing metadata for "here's where to buy this" has its place, >> but this proposal is targeted toward in-development or standalone OWAs >> in addition to ones listed in a marketplace, so that would ideally be >> a separate effort. >> > > What if we could have the manifest point to the preferred purchase page? > That would fix this issue, and I think would be useful if we make > navigating to a manifest trigger installation ( > https://bugzilla.mozilla.org/show_bug.cgi?id=756976) > > So then you might have: > > { > ... > preferred_installation_page: "https://marketplace/app/this-app" > }
Or like the Chrome web store have a <link rel="preffered-installation"...> that points to the store: https://developers.google.com/chrome/web-store/docs/inline_installation#cws-link I'm not sure which of another link element or a link pointing to a manifest pointing to the store is preferable. But I do think pointing to the store will become important for many apps. _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
