feat(ui): PWA splash screen, animated logo, dynamic favicon, manifest shortcuts, splash-loader.js

This commit is contained in:
2026-05-26 08:45:56 +00:00
parent 031c190635
commit eb107e2778
17 changed files with 187 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
<link rel="stylesheet" href="/pos/static/css/pos-glass.css" />
<link rel="manifest" href="/pos/static/pwa/manifest.json" />
<meta name="theme-color" content="#F5A623" />
<link rel="shortcut icon" type="image/png" href="/pos/static/pwa/icon-192.png" />
<link rel="stylesheet" href="/pos/static/css/marketplace.css">
</head>