CoffeeChat/webapp/public/manifest.backup
2026-04-03 12:35:13 +02:00

60 lines
1.4 KiB
Plaintext

{
"name": "CoffeeChat",
"short_name": "CoffeeChat",
"start_url": "chat.rootbranch.co.za",
"display": "standalone",
"description": "Start chatting with your communities",
"lang": " en",
"dir": "auto",
"theme_color": "#59168b",
"background_color": "#59168b",
"orientation": "any",
"icons": [
{
"src": "/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
"sizes": "2880x1800",
"type": "image/png",
"description": "Communities Home Page"
}
],
"related_applications": [
{
"platform": "windows",
"url": "https://chat.rootbranch.co.za"
}
],
"prefer_related_applications": false,
"shortcuts": [
{
"name": "CoffeeChat",
"url": "chat.rootbranch.co.za",
"description": "Start chatting with your communities"
}
]
}