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