31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"short_name": "Converse",
|
|
"name": "Converse Chat",
|
|
"description": "Messaging Freedom",
|
|
"version": "9.1.1",
|
|
"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"
|
|
}
|