bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
9.37k stars 1.21k forks source link

PWA: Convert website into a real app. #1584

Open peerem opened 1 year ago

peerem commented 1 year ago

Why don't you turn your website into a real app (Progressive Web Apps/PWA)?

Simple instructions for converting the website can be found here.

https://medium.com/@OPTASY.com/3-essential-steps-to-convert-your-website-to-a-progressive-web-app-c63d7c1c6322

The icons for all platforms can be created here. The icon Json for the manifest is also generated there at the same time.

https://www.pwabuilder.com/imageGenerator

An example of an (almost) complete manifest can be found here:

https://desktop.peerem.com/manifest.json

By the way, Twitter is also an example of a good PWA!

https://twitter.com/manifest.json

intrnl commented 1 year ago

btw as a side note, might want to look into inverting the page title from XXX - Bluesky to Bluesky - XXX or even remove the app name entirely from page title if PWA is detected

this is because Chrome tries to omit the app name off the page title, but it only does so if the page title starts with the app name.

Doing XXX - Bluesky would just make the actual window title be Bluesky - XXX - Bluesky