Add shortcuts

このコミットが含まれているのは:
Jake Anto 2023-10-05 15:26:18 +05:30 committed by GitHub
コミット 6d177b5fa4
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更11行の追加1行の削除

ファイルの表示

@ -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"
}
]
}