mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
pwa: reposition doctoc
This commit is contained in:
parent
15edd716ad
commit
5a0d101cd0
@ -1,7 +1,27 @@
|
||||
# Potentially useful progressive web apps
|
||||
|
||||
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
|
||||
|
||||
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._**
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [Potentially useful progressive web apps](#potentially-useful-progressive-web-apps)
|
||||
- [Events](#events)
|
||||
- [Food](#food)
|
||||
- [Forums](#forums)
|
||||
@ -21,24 +41,7 @@
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# Potentially useful progressive web apps
|
||||
|
||||
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
|
||||
|
||||
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._**
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
## Events
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user