client: Change "back" icon in the QR scanner
[chachachat.git] / manifest.json
blob529cf3a039026b1b754703234e58a341b7487911
2   "name": "ChaChaChat!",
3   "short_name": "ChaChaChat",
4   "start_url": ".",
5   "display": "standalone",
6   "background_color": "#fff",
7   "description": "A chat app with end-to-end encryption",
8   "icons": [
9     {
10       "src": "media/chachachat-icon-16x16.png",
11       "sizes": "16x16",
12       "type": "image/png"
13     },
14     {
15       "src": "media/chachachat-icon-32x32.png",
16       "sizes": "32x32",
17       "type": "image/png"
18     },
19     {
20       "src": "media/chachachat-icon-64x64.png",
21       "sizes": "64x64",
22       "type": "image/png"
23     },
24     {
25       "src": "media/chachachat-icon-128x128.png",
26       "sizes": "128x128",
27       "type": "image/png"
28     },
29     {
30       "src": "media/chachachat-icon-256x256.png",
31       "sizes": "256x256",
32       "type": "image/png"
33     },
34     {
35       "src": "media/chachachat-icon-512x512.png",
36       "sizes": "512x512",
37       "type": "image/png"
38     }
39   ]