FurryChat/web/manifest.json

17 lines
440 B
JSON
Raw Normal View History

2020-03-14 10:25:52 +00:00
{
2020-03-29 10:17:45 +00:00
"short_name": "FluffyChat",
"name": "FluffyChat",
"description": "Chat with your friends",
"icons": [
{
"src": "assets/assets/logo.png",
"type": "image/png",
"sizes": "181x182"
}
],
"start_url": "https://christianpauly.gitlab.io/fluffychat-flutter",
"background_color": "#FFFFFF",
"display": "standalone",
"scope": "/",
"theme_color": "#5625BA"
2020-03-14 10:25:52 +00:00
}