1
0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-09-19 09:03:00 +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": "/"
}