diff options
Diffstat (limited to 'client/src/manifest.webmanifest')
-rw-r--r-- | client/src/manifest.webmanifest | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest new file mode 100644 index 000000000..3d3c7d6d5 --- /dev/null +++ b/client/src/manifest.webmanifest | |||
@@ -0,0 +1,47 @@ | |||
1 | { | ||
2 | "background_color": "#fff", | ||
3 | "theme_color": "#fff", | ||
4 | "description": "A federated video streaming platform using P2P", | ||
5 | "display": "standalone", | ||
6 | "orientation": "any", | ||
7 | "icons": [ | ||
8 | { | ||
9 | "src": "/client/assets/images/icons/icon-36x36.png", | ||
10 | "sizes": "36x36", | ||
11 | "type": "image/png" | ||
12 | }, | ||
13 | { | ||
14 | "src": "/client/assets/images/icons/icon-48x48.png", | ||
15 | "sizes": "48x48", | ||
16 | "type": "image/png" | ||
17 | }, | ||
18 | { | ||
19 | "src": "/client/assets/images/icons/icon-72x72.png", | ||
20 | "sizes": "72x72", | ||
21 | "type": "image/png" | ||
22 | }, | ||
23 | { | ||
24 | "src": "/client/assets/images/icons/icon-96x96.png", | ||
25 | "sizes": "96x96", | ||
26 | "type": "image/png" | ||
27 | }, | ||
28 | { | ||
29 | "src": "/client/assets/images/icons/icon-144x144.png", | ||
30 | "sizes": "144x144", | ||
31 | "type": "image/png" | ||
32 | }, | ||
33 | { | ||
34 | "src": "/client/assets/images/icons/icon-192x192.png", | ||
35 | "sizes": "192x192", | ||
36 | "type": "image/png" | ||
37 | }, | ||
38 | { | ||
39 | "src": "/client/assets/images/icons/icon-512x512.png", | ||
40 | "sizes": "512x512", | ||
41 | "type": "image/png" | ||
42 | } | ||
43 | ], | ||
44 | "name": "PeerTube", | ||
45 | "short_name": "PeerTube", | ||
46 | "start_url": "/videos/trending" | ||
47 | } | ||