]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/manifest.json
Video previews take all the width on mobile
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
1 {
2 "background_color": "white",
3 "description": "A federated video streaming platform using P2P",
4 "display": "fullscreen",
5 "orientation": "portrait",
6 "icons": [
7 {
8 "src": "/client/assets/images/icons/icon-36x36.png",
9 "sizes": "36x36",
10 "type": "image/png"
11 },
12 {
13 "src": "/client/assets/images/icons/icon-48x48.png",
14 "sizes": "48x48",
15 "type": "image/png"
16 },
17 {
18 "src": "/client/assets/images/icons/icon-72x72.png",
19 "sizes": "72x72",
20 "type": "image/png"
21 },
22 {
23 "src": "/client/assets/images/icons/icon-96x96.png",
24 "sizes": "96x96",
25 "type": "image/png"
26 },
27 {
28 "src": "/client/assets/images/icons/icon-144x144.png",
29 "sizes": "144x144",
30 "type": "image/png"
31 },
32 {
33 "src": "/client/assets/images/icons/icon-192x192.png",
34 "sizes": "192x192",
35 "type": "image/png"
36 },
37 {
38 "src": "/client/assets/images/icons/icon-512x512.png",
39 "sizes": "512x512",
40 "type": "image/png"
41 }
42 ],
43 "name": "PeerTube",
44 "short_name": "PeerTube",
45 "start_url": "."
46 }