Remove shortcuts

As per PR comment https://github.com/iv-org/invidious/pull/4145#issuecomment-1750048450
This commit is contained in:
Jake Anto 2023-10-06 21:47:51 +05:30 committed by GitHub
parent 6d177b5fa4
commit 572d9cf4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -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": "/"
}