getmango / Mango

Mango is a self-hosted manga server and web reader
https://getmango.app
MIT License
1.7k stars 122 forks source link

Fix for Error 404 on manifest.json #327

Closed phlhg closed 2 years ago

phlhg commented 2 years ago

Loading manifest.json would result in an Error 404, which prevented Mango from being added to the homescreen as a fullscreen web app. Fixed that by adding /manifest.json to the static files.

hkalexling commented 2 years ago

Good catch, thanks!