From 572d9cf4a7a54a8537236fae2504c16c025fa31b Mon Sep 17 00:00:00 2001 From: Jake Anto <64896514+jake-anto@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:47:51 +0530 Subject: [PATCH] Remove shortcuts As per PR comment https://github.com/iv-org/invidious/pull/4145#issuecomment-1750048450 --- assets/site.webmanifest | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/assets/site.webmanifest b/assets/site.webmanifest index d3cd7d47..2db6ed9e 100644 --- a/assets/site.webmanifest +++ b/assets/site.webmanifest @@ -17,15 +17,5 @@ "background_color": "#575757", "display": "standalone", "description": "An alternative front-end to YouTube", - "start_url": "/", - "shortcuts": [ - { - "name": "Popular", - "url": "/feed/popular" - }, - { - "name": "Trending", - "url": "/feed/trending" - } - ] + "start_url": "/" }