Compare commits

..

6 Commits

View File

@ -4,20 +4,54 @@ Method for distinguishing PWAs from normal websites: adding them to
iOS homescreen and seeing which open as "their own apps" *or* having iOS homescreen and seeing which open as "their own apps" *or* having
Chromium suggest "installing" them without manually "installing" them. Chromium suggest "installing" them without manually "installing" them.
Proper identification: `view-source` (`CTRL - U`) and `CTRL - F` for
`manifest` e.g. `<link rel="manifest" href="/manifest.webmanifest">` in `<head>`.
* https://caniuse.com/web-app-manifest
* https://developer.mozilla.org/docs/Web/Manifest
It looks like `about:apps` on Edge (or all Chromiums?) has a
`Show applications menu on toolbar` button which then when pressed on a tab
has more details for PWAs. "App whatever is available" with logo and "Publisher:"
fields.
***TODO: Some of these may be miscategorized while not fullfilling the criteria of PWA.***
## Events ## Events
* Mobilizon - all instances of the federated event & group site function as * Mobilizon - all instances of the federated event & group site function as
PWAs. PWAs.
* https://calendar.google.com/ - Google's Calendar app
## Food ## Food
* https://menu.unicafe.fi/ - menu for UniCafes * https://menu.unicafe.fi/ - menu for UniCafes
* https://resq-club.com/app/ - waste food pickup ordering app
* https://www.fiksuruoka.fi/ - Finnish waste/expiring grocery store
## Instant messaging ## Instant messaging
* https://fluffychat.im/web/ - Matrix client ### Matrix
* https://glowing-bear.org/ - WeeChat Relay (protocol) client
* https://fluffychat.im/web/ - Matrix client with multiaccount support
* https://hydrogen.element.io/ - very basic Matrix client for lowend devices * https://hydrogen.element.io/ - very basic Matrix client for lowend devices
* Element Web - Matrix web client with most features such as /devtools, essential for modding
* https://app.element.io/ - stable
* https://staging.element.io/ - rc/beta?
* https://develop.element.io/ - bleeding edge
### Telegram
* https://web.telegram.org/z/
* https://web.telegram.org/k/
### Misc
* https://glowing-bear.org/ - WeeChat Relay (protocol) client
## Learning
* https://www.duolingo.com/ - language learning website
## Localization ## Localization
@ -27,6 +61,10 @@ Chromium suggest "installing" them without manually "installing" them.
* https://music.youtube.com/ - YouTube Music (Player) * https://music.youtube.com/ - YouTube Music (Player)
## Shopping
* https://www.verkkokauppa.com/ - Finnish online retailer
## Social media ## Social media
* Lemmy - federated social news aggregator (Reddit clone) * Lemmy - federated social news aggregator (Reddit clone)