2 Commits

Author SHA1 Message Date
ngn
f45b101556 ups: update to 92e765c
All checks were successful
docker / docker (push) Successful in 1m46s
ups / ups (push) Successful in 1m24s
2025-07-11 22:04:51 +03:00
464086b071 fix: make webmanifest recognisable by browsers 2025-07-11 22:04:34 +03:00
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
"purpose": "any maskable" "purpose": "any maskable"
} }
], ],
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#b80040", "theme_color": "#b80040",
"background_color": "#ffe5ef" "background_color": "#ffe5ef"
} }

View File

@ -1,5 +1,5 @@
{ {
"upstream": "https://github.com/zyachel/libremdb", "upstream": "https://github.com/zyachel/libremdb",
"provider": "github", "provider": "github",
"commit": "dded1e59ca6df40ccb1b3f2c70de14144afbe922" "commit": "92e765cd3cf7482932619cc057e6c4fa62e7204e"
} }