paperless-ngx/src-ui/src/manifest.webmanifest
2022-08-03 13:26:04 -07:00

19 lines
406 B
JSON

{
"background_color": "white",
"description": "A supercharged version of paperless: scan, index and archive all your physical documents",
"display": "fullscreen",
"icons": [
{
"src": "favicon.ico",
"sizes": "256x256"
},
{
"src": "assets/logo-notext.svg",
"sizes": "any"
}
],
"name": "Paperless-ngx",
"short_name": "Paperless-ngx",
"start_url": "/"
}