Files
pocket-id-pocket-id-1/frontend/static/app.webmanifest
2025-09-12 10:17:35 -05:00

28 lines
488 B
JSON

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