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