]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/manifest.json
Add ability to import video with youtube-dl
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
CommitLineData
9ccf1119 1{
93df58cc
C
2 "background_color": "#fff",
3 "theme_color": "#fff",
151edeee 4 "description": "A federated video streaming platform using P2P",
879ea0f7
LT
5 "display": "standalone",
6 "orientation": "any",
9ccf1119 7 "icons": [
151edeee
C
8 {
9 "src": "/client/assets/images/icons/icon-36x36.png",
9ccf1119
LT
10 "sizes": "36x36",
11 "type": "image/png"
12 },
13 {
151edeee 14 "src": "/client/assets/images/icons/icon-48x48.png",
9ccf1119
LT
15 "sizes": "48x48",
16 "type": "image/png"
151edeee
C
17 },
18 {
19 "src": "/client/assets/images/icons/icon-72x72.png",
20 "sizes": "72x72",
21 "type": "image/png"
9ccf1119
LT
22 },
23 {
151edeee 24 "src": "/client/assets/images/icons/icon-96x96.png",
9ccf1119
LT
25 "sizes": "96x96",
26 "type": "image/png"
27 },
28 {
151edeee 29 "src": "/client/assets/images/icons/icon-144x144.png",
9ccf1119
LT
30 "sizes": "144x144",
31 "type": "image/png"
32 },
33 {
151edeee 34 "src": "/client/assets/images/icons/icon-192x192.png",
9ccf1119
LT
35 "sizes": "192x192",
36 "type": "image/png"
151edeee
C
37 },
38 {
39 "src": "/client/assets/images/icons/icon-512x512.png",
40 "sizes": "512x512",
41 "type": "image/png"
42 }
9ccf1119
LT
43 ],
44 "name": "PeerTube",
45 "short_name": "PeerTube",
78967fca 46 "start_url": "/videos/trending"
151edeee 47}