etesync / etesync-web

An EteSync web client
https://www.etesync.com
GNU Affero General Public License v3.0
245 stars 29 forks source link

Improve PWA manifest #226

Closed 2br-2b closed 2 years ago

2br-2b commented 3 years ago

This started when installing the PWA directed me to index.html, which gave me a 404 error. I decided to fix that, and while I was at it, I figured I might as well add a few more fields to the manifest!

All of the specs added were added as documented in https://developer.mozilla.org/en-US/docs/Web/Manifest.

The only improvement I can see to add would be screenshots, but as my calendar, tasks, etc. are filled with my personal info, I'd prefer not to upload my own screenshots :-). Is there any way you could generate some screenshots on a dummy account and host them on your website, Github, or IPFS so that they can be pulled in by the manifest?

2br-2b commented 3 years ago

Actually, see #227 for some other slight improvements to the manifest.

tasn commented 2 years ago

Thanks a lot, and sorry for the delay!