linkding/bookmarks/views/__init__.py
acbgbca cd66dcee7b
Added Apple web-app meta tag #358 (#359)
* Added Apple web-app meta tag #358

* Added manifest file for web app

* Changed manifest to use template #358

* Small tweaks, add tests

---------

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2023-05-23 21:20:58 +02:00

5 lines
129 B
Python

from .bookmarks import *
from .settings import *
from .toasts import *
from .health import health
from .manifest import manifest