converse-tauri/dist/manifest.json

31 lines
702 B
JSON
Raw Normal View History

2022-09-30 21:53:45 -04:00
{
"short_name": "Converse",
"name": "Converse Chat",
"description": "Messaging Freedom",
2022-11-01 00:23:45 -04:00
"version": "10.0.0",
2022-09-30 21:53:45 -04:00
"categories": ["social"],
"icons": [
{
"src": "./dist/images/logo/conversejs-filled-512.png",
"sizes": "512x512"
},
{
"src": "./dist/images/logo/conversejs-filled-192.png",
"sizes": "192x192"
},
{
"src": "./dist/images/logo/conversejs-filled-192.svg",
"sizes": "192x192"
},
{
"src": "./dist/images/logo/conversejs-filled-512.svg",
"sizes": "512x512"
}
],
"start_url": "/out/index.html",
"background_color": "#397491",
"display": "standalone",
"scope": "/out/",
"theme_color": "#397491"
}