Re: [w3c/manifest] short_name to fall back to name & vice versa (#466)

FWIW, so far in the Firefox OS implementation we always do:

> name = short_name || name;

when displaying the app name because we basically always want the shortest version available.

---
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/issues/466#issuecomment-217215862

Received on Thursday, 5 May 2016 17:21:14 UTC