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