1
0
Fork 0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-11-08 16:20:06 +00:00
vault-otp-ui/static/manifest.json

30 lines
542 B
JSON
Raw Permalink Normal View History

{
"display": "standalone",
"icons": [
{
"sizes": "128x128",
"src": "padlock_128.png",
"type": "image/png"
},
{
"sizes": "144x144",
"src": "padlock_144.png",
"type": "image/png"
},
{
"sizes": "152x152",
"src": "padlock_152.png",
"type": "image/png"
},
{
"sizes": "192x192",
"src": "padlock_192.png",
"type": "image/png"
}
],
"name": "Vault OTP-UI",
"orientation": "portrait",
"short_name": "Vault OTP-UI",
"start_url": "/"
}