mirror of https://github.com/iv-org/invidious.git
Add shortcuts
This commit is contained in:
parent
877037e114
commit
6d177b5fa4
|
@ -17,5 +17,15 @@
|
||||||
"background_color": "#575757",
|
"background_color": "#575757",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"description": "An alternative front-end to YouTube",
|
"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