1
0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-09-19 17:13:00 +00:00
vault-otp-ui/static/manifest.json
Knut Ahlers 9680058e76
Add basic web application manifest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-06-15 00:06:39 +02:00

30 lines
542 B
JSON

{
"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": "/"
}