←back to thread

143 points mathix | 3 comments | | HN request time: 0.001s | source
1. hackernudes ◴[] No.41850991[source]
I just switched to Firefox and struggled with this exact functionality. The posted site ships a script for curl|sh that creates a new firefox profile with a custom userChrome.css.

There is an official thread here with people discussing how the single-page-as-an-app functionality should work: https://connect.mozilla.org/t5/discussions/how-can-firefox-c...

I ended up writing a firefox extension to open up URLs in a new "popup" window[1]: https://addons.mozilla.org/en-US/firefox/addon/web-app-maker.... I just checked it on Windows (usually using linux) and the popup window type does not allow the maximize button to work. Oh well...

[1]https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

replies(2): >>41851570 #>>41860090 #
2. Zetaphor ◴[] No.41851570[source]
There's an excellent extension that makes this pretty simple to manage. Additionally the windows it creates have some pwa specific settings, like how links should be handled.

https://github.com/filips123/PWAsForFirefox/

3. dddw ◴[] No.41860090[source]
Oh nice extension, will check if cohesion works with it, the SSO buttons are broken there