Allow for Alias domains
-
It might make sense for Privatebin to have the ability to display under multiple alias domains, save from having multiple instances per domain.
-
-
-
Just tested, works perfectly!
(Obviously, people will want to think about this if they want separate tiles and storage for clients, but overall, good to have options to save resources where the separation isn't needed. Plus, there's always the option to create shortcut icons, if just separate tile icons were needed.)
-
I think unless upstream reports support for multiple domains, it's safer not to support it on the packaging side. An app can use many feature like local storage, csp, display in the ui etc which are domain based and won't work with multiple domains. This is the main reason why multiDomain is an opt-in in the manifest and not turned on by default for all apps.