urbit / shrub

An operating function (Prototype)
https://urbit.org
MIT License
28 stars 2 forks source link

sky: add installable app manifest #21

Closed will-hanlen closed 3 months ago

will-hanlen commented 3 months ago

this allows you to install this as a PWA on any modern device, including laptops (via Chrome).

the make the manifest installable, it needs to have an image. so the icon image is a hardcoded base64 png that was randomly generated. it is intended as an obviously ugly stub for the eventual real icon.

this also required taking the document out of quirks mode which in turn required that i ditch +manx-response:server for a builder that can add the necessary DOCTYPE directive.

will-hanlen commented 3 months ago

combining this PR with the larger feather rewrite