forked from conversejs/converse.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 691 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"short_name": "Converse",
"name": "Converse Chat",
"description": "Messaging Freedom",
"version": "12.0.0",
"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": "/fullscreen.html",
"background_color": "#397491",
"display": "standalone",
"scope": "/",
"theme_color": "#397491"
}