FurryChat/web/manifest.json

23 lines
593 B
JSON
Raw Permalink Normal View History

2020-03-14 10:25:52 +00:00
{
2020-10-22 07:49:09 +00:00
"name": "FurryChat",
"short_name": "FurryChat",
2020-05-20 15:48:16 +00:00
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "The cutest messenger in the Matrix network",
"orientation": "portrait-primary",
"prefer_related_applications": false,
2020-03-29 10:17:45 +00:00
"icons": [
{
2020-05-20 15:48:16 +00:00
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
2020-03-29 10:17:45 +00:00
}
2020-05-20 15:48:16 +00:00
]
2020-03-14 10:25:52 +00:00
}