From fcc7c060374c3a547257d96af847352c14d6144b Mon Sep 17 00:00:00 2001 From: BO41 Date: Wed, 19 Sep 2018 18:27:10 +0200 Subject: rename manifest --- client/angular.json | 4 ++-- client/src/index.html | 2 +- client/src/manifest.json | 47 ----------------------------------------- client/src/manifest.webmanifest | 47 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 client/src/manifest.json create mode 100644 client/src/manifest.webmanifest (limited to 'client') diff --git a/client/angular.json b/client/angular.json index 789eeb3d0..2cf2ecd62 100644 --- a/client/angular.json +++ b/client/angular.json @@ -24,7 +24,7 @@ }, "assets": [ "src/assets/images", - "src/manifest.json" + "src/manifest.webmanifest" ], "styles": [ "src/sass/application.scss" @@ -105,7 +105,7 @@ ], "assets": [ "src/assets/images", - "src/manifest.json" + "src/manifest.webmanifest" ] } }, diff --git a/client/src/index.html b/client/src/index.html index f00af8bff..593de4ac6 100644 --- a/client/src/index.html +++ b/client/src/index.html @@ -7,7 +7,7 @@ - + diff --git a/client/src/manifest.json b/client/src/manifest.json deleted file mode 100644 index 30914e35f..000000000 --- a/client/src/manifest.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "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" -} 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