diff options
Diffstat (limited to 'src/components/projects.json')
| -rw-r--r-- | src/components/projects.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/projects.json b/src/components/projects.json index 1639297..7da01c9 100644 --- a/src/components/projects.json +++ b/src/components/projects.json @@ -28,5 +28,19 @@ "url": "https://snug-cup.alee14.me" } ] + }, + { + "name": "YouTube TV Client", + "description": "A electron app that goes to youtube.com/tv using a Samsung Smart TV as the user agent.", + "links": [ + { + "name": "Download", + "url": "https://github.com/Alee14/YouTube-TV-Client/releases" + }, + { + "name": "Source Code", + "url": "https://github.com/Alee14/YouTube-TV-Client" + } + ] } ] |
