From fcc7c060374c3a547257d96af847352c14d6144b Mon Sep 17 00:00:00 2001 From: BO41 Date: Wed, 19 Sep 2018 18:27:10 +0200 Subject: rename manifest --- client/src/manifest.webmanifest | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 client/src/manifest.webmanifest (limited to 'client/src/manifest.webmanifest') 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 @@ +{ + "background_color": "#fff", + "theme_color": "#fff", + "description": "A federated video streaming platform using P2P", + "display": "standalone", + "orientation": "any", + "icons": [ + { + "src": "/client/assets/images/icons/icon-36x36.png", + "sizes": "36x36", + "type": "image/png" + }, + { + "src": "/client/assets/images/icons/icon-48x48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/client/assets/images/icons/icon-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/client/assets/images/icons/icon-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/client/assets/images/icons/icon-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/client/assets/images/icons/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/client/assets/images/icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "name": "PeerTube", + "short_name": "PeerTube", + "start_url": "/videos/trending" +} -- cgit v1.2.3