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