relatica/web/manifest.json

36 wiersze
783 B
JSON
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
{
2023-01-20 03:37:00 +00:00
"name": "relatica",
"short_name": "relatica",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Friendica Social Network Client",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
2022-11-03 03:25:29 +00:00
}