aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/manifest.webmanifest
diff options
context:
space:
mode:
authorBO41 <lukasw41@gmail.com>2018-09-19 18:27:10 +0200
committerChocobozzz <me@florianbigard.com>2018-09-20 08:22:29 +0200
commitfcc7c060374c3a547257d96af847352c14d6144b (patch)
tree203bd6a583a6b1285fb82236072827f881585fb8 /client/src/manifest.webmanifest
parentf41d6aacdf3b67e0c8d4e7a599b331d90aa607b7 (diff)
downloadPeerTube-fcc7c060374c3a547257d96af847352c14d6144b.tar.gz
PeerTube-fcc7c060374c3a547257d96af847352c14d6144b.tar.zst
PeerTube-fcc7c060374c3a547257d96af847352c14d6144b.zip
rename manifest
Diffstat (limited to 'client/src/manifest.webmanifest')
-rw-r--r--client/src/manifest.webmanifest47
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}