1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 14:00:05 +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

@@ -0,0 +1,27 @@
{
"name": "Pocket ID",
"orientation": "any",
"display": "minimal-ui",
"dir": "auto",
"start_url": "/",
"icons": [
{
"src": "img/static-logo-rounded-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "img/static-logo-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "img/static-logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable monochrome"
}
]
}