mathix420 / free-the-web-apps

Turn any website into an app in seconds!
https://ftwa.mathix.dev
GNU General Public License v3.0
267 stars 4 forks source link

Use Chrome native way of doing apps #10

Open maelp opened 16 hours ago

maelp commented 16 hours ago

While researching this issue, I saw that the solution is actually quite simple (although unfortunately not as simple and shareable as a script):

and this does exactly the same as your script, except the window is now standalone, and can be closed using CMD+Q

Perhaps there's a way to automate doing this with your script?

mathix420 commented 14 hours ago

Oh I wasn't aware you could do this without the website having a web manifest! But it still shows differently on linux, which was the main point of me developing this software. I will give a bit more information about this on the website tho.

FTWA on the left and PWA on the right.

image