[claude] Fix missing manifest.json PWA support (#832) (#888)

This commit is contained in:
2026-04-06 17:59:45 +00:00
parent 3b4c5e7207
commit fd75985db6
2 changed files with 40 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&family=Orbitron:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="manifest" href="./manifest.json">
<style>
:root {
--color-bg: #050510;