1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-10 14:54:19 +00:00

feat: add PWA support (#938)

This commit is contained in:
Elias Schneider
2025-09-12 17:17:35 +02:00
committed by GitHub
parent 6c9147483c
commit 5367463239
5 changed files with 41 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
<link rel="icon" href="/api/application-configuration/favicon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<link rel="manifest" href="/app.webmanifest" />
<link rel="apple-touch-icon" href="/img/static-logo-512.png">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">