Add manifest file to add to home screen and launch in full screen mode.

This commit is contained in:
Jan Wiebe
2020-12-30 14:45:15 +01:00
parent 118149c539
commit b092bb6848
3 changed files with 149 additions and 131 deletions

View File

@@ -0,0 +1,14 @@
{
"background_color": "white",
"description": "A supercharged version of paperless: scan, index and archive all your physical documents",
"display": "fullscreen",
"icons": [
{
"src": "favicon.ico",
"sizes": "128x128"
}
],
"name": "Paperless NG",
"short_name": "Paperless NG",
"start_url": "/"
}