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