ente/apps/photos/public/manifest.json

39 lines
1 KiB
JSON
Raw Normal View History

2021-05-23 14:25:48 +00:00
{
2023-11-17 04:51:51 +00:00
"short_name": "ente Auth",
2023-04-29 16:49:28 +00:00
"name": "ente | encrypted photo storage",
"icons": [
{
2023-11-17 04:51:51 +00:00
"src": "/images/auth/192.png",
2023-04-29 16:49:28 +00:00
"type": "image/png",
"sizes": "192x192"
},
{
2023-11-17 04:51:51 +00:00
"src": "/images/auth/256.png",
2023-04-29 16:49:28 +00:00
"type": "image/png",
"sizes": "256x256"
},
{
2023-11-17 04:51:51 +00:00
"src": "/images/auth/512.png",
2023-04-29 16:49:28 +00:00
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#191919",
"display": "standalone",
"scope": "/",
"theme_color": "#111",
"description": "ente provides a simple way to back up your memories.",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=io.ente.photos",
"id": "io.ente.photos"
},
{
"platform": "itunes",
"url": "https://apps.apple.com/in/app/ente-photos/id1542026904"
}
]
2021-05-23 14:25:48 +00:00
}