3 Commits

Author SHA1 Message Date
d2ccfbe422 chore(deps): update dependency sass to v1.89.2 2025-07-25 02:02:04 +00:00
ngn
f45b101556 ups: update to 92e765c
All checks were successful
docker / docker (push) Successful in 1m46s
ups / ups (push) Successful in 42s
2025-07-11 22:04:51 +03:00
taibhse
464086b071 fix: make webmanifest recognisable by browsers 2025-07-11 22:04:34 +03:00
3 changed files with 4 additions and 8 deletions

8
pnpm-lock.yaml generated
View File

@@ -1373,10 +1373,6 @@ packages:
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
engines: {node: '>=8'} engines: {node: '>=8'}
source-map-js@1.0.2:
resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
engines: {node: '>=0.10.0'}
source-map-js@1.2.1: source-map-js@1.2.1:
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
@@ -2822,7 +2818,7 @@ snapshots:
dependencies: dependencies:
nanoid: 3.3.6 nanoid: 3.3.6
picocolors: 1.0.0 picocolors: 1.0.0
source-map-js: 1.0.2 source-map-js: 1.2.1
prelude-ls@1.2.1: {} prelude-ls@1.2.1: {}
@@ -2962,8 +2958,6 @@ snapshots:
slash@3.0.0: {} slash@3.0.0: {}
source-map-js@1.0.2: {}
source-map-js@1.2.1: {} source-map-js@1.2.1: {}
standard-as-callback@2.1.0: {} standard-as-callback@2.1.0: {}

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"
} }