Aaron Gustafson
Aaron Gustafson
Developer Info: #6 Publisher Info: #3 Policies: #16
Questions: * **Should `developer` & `publisher` be different fields?** It feels like yes because they may not be the same one. * **Should the linked policies be associated with the...
Considering this (and the related items), I’d propose we consider the following structure: ```json { "name": "App Name", "publisher": { "name": "Company X", "url": "https://domain.tld" }, "policies": { "usage": "/terms",...
> Relative links are of course great, but I think it should be explicitly mentioned that absolute URLs are supported as well, and that they are not affected by the...
@JudahGabriel Does this proposal align with what the Microsoft Store is interested in? Any feedback you have would be much-appreciated.
**Use Case 1:** Web apps are currently forced to deliver the same content and scripts to all users and cannot vary those based on whether the app is installed. For...
> Is it a non-starter if they are shown when the site is opened in a tab? If the site requires an install to function properly, then the UX will...
> This doesn't seem like a 'use case' to me as much as an unreliable signal for installed - is that right? It’s another inference (like display mode) that indirectly...
Interesting. Thanks for that info @tomayac. I wasn't aware gIRA had that capability. Unfortunately, gIRA is client side only, so we still need the Client Hint for server side, but...
> If implemented as a client hint, wouldn't the information be sent to any 3rd-party origin as well? A DOM API feels more appropriate to me. Also there's no need...