mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
pwa: add proper PWA identification method
This commit is contained in:
parent
9bbb51d06e
commit
aea0648d4b
@ -4,6 +4,12 @@ Method for distinguishing PWAs from normal websites: adding them to
|
||||
iOS homescreen and seeing which open as "their own apps" *or* having
|
||||
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
|
||||
|
||||
## Events
|
||||
|
||||
* Mobilizon - all instances of the federated event & group site function as
|
||||
|
Loading…
Reference in New Issue
Block a user