]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/manifest.json
Include Web Manifest (#273)
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
1 {
2 "background_color": "gray",
3 "description": "A federated decentralized video streaming platform",
4 "display": "fullscreen",
5 "icons": [
6 {
7 "src": "/client/assets/images/icons/hdpi.png",
8 "sizes": "72x72",
9 "type": "image/png"
10 },
11 {
12 "src": "/client/assets/images/icons/ldpi.png",
13 "sizes": "36x36",
14 "type": "image/png"
15 },
16 {
17 "src": "/client/assets/images/icons/mdpi.png",
18 "sizes": "48x48",
19 "type": "image/png"
20 },
21 {
22 "src": "/client/assets/images/icons/xhdpi.png",
23 "sizes": "96x96",
24 "type": "image/png"
25 },
26 {
27 "src": "/client/assets/images/icons/xxhdpi.png",
28 "sizes": "144x144",
29 "type": "image/png"
30 },
31 {
32 "src": "/client/assets/images/icons/xxxhdpi.png",
33 "sizes": "192x192",
34 "type": "image/png"
35 }
36 ],
37 "name": "PeerTube",
38 "short_name": "PeerTube",
39 "start_url": "/videos/recently-added"
40 }