Open nbitzz opened 1 year ago
Can probably use web.dev as a reference:
Includes a web app manifest that includes:
short_name
orname
icons
- must include a 192px and a 512px iconstart_url
display
- must be one offullscreen
,standalone
, orminimal-ui
prefer_related_applications
must not be present, or befalse
IIRC a service worker was required in most browsers, but that's not present here; is this still true?
I'll probably experiment & work on this after I finish palettes && api-v1; api-v1 is pretty close to completion anyway so it's not like it matters
IIRC a service worker was required in most browsers, but that's not present here; is this still true?
Yeah, still true; I'll start this later
Also don't forget share_target
Would be nicer than having to go to the instance every time to upload a file
Originally posted by @auuub in https://github.com/mollersuite/monofile/issues/32#issuecomment-1765617476