mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Change PWA Manifest to use Standalone Display (#4129)
This commit is contained in:
parent
b238ba054d
commit
3205bb3bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"background_color": "white",
|
"background_color": "white",
|
||||||
"description": "A supercharged version of paperless: scan, index and archive all your physical documents",
|
"description": "A supercharged version of paperless: scan, index and archive all your physical documents",
|
||||||
"display": "fullscreen",
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue