aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/manifest.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-08 11:22:03 +0100
committerChocobozzz <me@florianbigard.com>2018-02-08 11:23:05 +0100
commit151edeee3a1bff047bda4cdb60d98ad74f627488 (patch)
tree5cf652abb3a1e255d62f7f5424b831ce4d8741fc /client/src/manifest.json
parent4dd626d34d10e6e13c9689c75f13e438b46c35f4 (diff)
downloadPeerTube-151edeee3a1bff047bda4cdb60d98ad74f627488.tar.gz
PeerTube-151edeee3a1bff047bda4cdb60d98ad74f627488.tar.zst
PeerTube-151edeee3a1bff047bda4cdb60d98ad74f627488.zip
Better peertube icons
Diffstat (limited to 'client/src/manifest.json')
-rw-r--r--client/src/manifest.json34
1 files changed, 20 insertions, 14 deletions
diff --git a/client/src/manifest.json b/client/src/manifest.json
index 3a0c58b96..ac5eac647 100644
--- a/client/src/manifest.json
+++ b/client/src/manifest.json
@@ -1,40 +1,46 @@
1{ 1{
2 "background_color": "gray", 2 "background_color": "gray",
3 "description": "A federated decentralized video streaming platform", 3 "description": "A federated video streaming platform using P2P",
4 "display": "fullscreen", 4 "display": "fullscreen",
5 "orientation": "portrait",
5 "icons": [ 6 "icons": [
6 { 7 {
7 "src": "/client/assets/images/icons/hdpi.png", 8 "src": "/client/assets/images/icons/icon-36x36.png",
8 "sizes": "72x72",
9 "type": "image/png"
10 },
11 {
12 "src": "/client/assets/images/icons/ldpi.png",
13 "sizes": "36x36", 9 "sizes": "36x36",
14 "type": "image/png" 10 "type": "image/png"
15 }, 11 },
16 { 12 {
17 "src": "/client/assets/images/icons/mdpi.png", 13 "src": "/client/assets/images/icons/icon-48x48.png",
18 "sizes": "48x48", 14 "sizes": "48x48",
19 "type": "image/png" 15 "type": "image/png"
20 }, 16 },
17 {
18 "src": "/client/assets/images/icons/icon-72x72.png",
19 "sizes": "72x72",
20 "type": "image/png"
21 },
21 { 22 {
22 "src": "/client/assets/images/icons/xhdpi.png", 23 "src": "/client/assets/images/icons/icon-96x96.png",
23 "sizes": "96x96", 24 "sizes": "96x96",
24 "type": "image/png" 25 "type": "image/png"
25 }, 26 },
26 { 27 {
27 "src": "/client/assets/images/icons/xxhdpi.png", 28 "src": "/client/assets/images/icons/icon-144x144.png",
28 "sizes": "144x144", 29 "sizes": "144x144",
29 "type": "image/png" 30 "type": "image/png"
30 }, 31 },
31 { 32 {
32 "src": "/client/assets/images/icons/xxxhdpi.png", 33 "src": "/client/assets/images/icons/icon-192x192.png",
33 "sizes": "192x192", 34 "sizes": "192x192",
34 "type": "image/png" 35 "type": "image/png"
35 } 36 },
37 {
38 "src": "/client/assets/images/icons/icon-512x512.png",
39 "sizes": "512x512",
40 "type": "image/png"
41 }
36 ], 42 ],
37 "name": "PeerTube", 43 "name": "PeerTube",
38 "short_name": "PeerTube", 44 "short_name": "PeerTube",
39 "start_url": "/videos/recently-added" 45 "start_url": "/videos/recently-added"
40} \ No newline at end of file 46}