Add shortcuts

This commit is contained in:
Jake Anto 2023-10-05 15:26:18 +05:30 committed by GitHub
parent 877037e114
commit 6d177b5fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -17,5 +17,15 @@
"background_color": "#575757",
"display": "standalone",
"description": "An alternative front-end to YouTube",
"start_url": "/"
"start_url": "/",
"shortcuts": [
{
"name": "Popular",
"url": "/feed/popular"
},
{
"name": "Trending",
"url": "/feed/trending"
}
]
}