forked from midou/invidious
Add shortcuts
This commit is contained in:
parent
877037e114
commit
6d177b5fa4
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user