You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, whenever Lemmy is used as a PWA, the default icon, name, and description are always used.
For example, the instance lemmygrad.ml is named "Lemmygrad" and has the following icon:
Compare this to what the icon for the Lemmygrad PWA looks like on my phone:
Currently, the site name, icon, and description are set in the admin page and saved in the database. To implement this, I think we'll have to either have instance admins set those things in the site config, or we could generate the manifest dynamically when a page is being fetched.
The text was updated successfully, but these errors were encountered:
The webmanifest currently is just a static file, but it could built on the fly and served from the node server. It could at least get the correct name of the site and at least one size for the icon.
Currently, whenever Lemmy is used as a PWA, the default icon, name, and description are always used.
![Lemmygrad icon](https://camo.githubusercontent.com/90c2e0bd763f4a019aa1df3863b50d9f903ecf4946ff0b7d48eeb772cb3fa678/68747470733a2f2f6c656d6d79677261642e6d6c2f7069637472732f696d6167652f6742387950306f4646352e706e673f666f726d61743d77656270267468756d626e61696c3d3936)
For example, the instance lemmygrad.ml is named "Lemmygrad" and has the following icon:
Compare this to what the icon for the Lemmygrad PWA looks like on my phone:
![PWA_icon](https://user-images.githubusercontent.com/28871516/236080000-708bd037-e316-480e-96bc-25e60da0e2bd.jpg)
Currently, the site name, icon, and description are set in the admin page and saved in the database. To implement this, I think we'll have to either have instance admins set those things in the site config, or we could generate the manifest dynamically when a page is being fetched.
The text was updated successfully, but these errors were encountered: