mirror of
https://github.com/Luzifer/vault-otp-ui.git
synced 2024-11-08 16:20:06 +00:00
29 lines
542 B
JSON
29 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": "/"
|
|
}
|