ente/web/apps/auth/public/manifest.json
2024-03-01 12:21:07 +05:30

39 lines
1 KiB
JSON

{
"short_name": "ente Auth",
"name": "ente Auth | encrypted 2FA app",
"icons": [
{
"src": "/images/auth/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/auth/256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/images/auth/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#191919",
"display": "standalone",
"scope": "/",
"theme_color": "#111",
"description": "Open-source 2FA app with end-to-end encrypted backups",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=io.ente.auth",
"id": "io.ente.photos"
},
{
"platform": "itunes",
"url": "https://apps.apple.com/in/app/ente-photos/id6444121398"
}
]
}