paperless-ngx/src-ui/src/manifest.webmanifest

19 lines
406 B
Text
Raw Normal View History

{
"background_color": "white",
"description": "A supercharged version of paperless: scan, index and archive all your physical documents",
"display": "standalone",
"icons": [
{
"src": "favicon.ico",
2022-06-03 10:50:33 +02:00
"sizes": "256x256"
},
{
"src": "assets/logo-notext.svg",
"sizes": "any"
}
],
2022-06-04 12:29:12 +02:00
"name": "Paperless-ngx",
"short_name": "Paperless-ngx",
"start_url": "/"
2022-08-03 13:26:04 -07:00
}