diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 22:03:43 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 22:56:52 -0500 |
| commit | a13da619efe4d441f8224bc77adc7458820ef00c (patch) | |
| tree | 03de6fe8650916c3a1243422916a7a8679d59981 /src/components | |
| parent | 25323664449802336c3aae84bd5492732e2a63a8 (diff) | |
| download | personal-website-a13da619efe4d441f8224bc77adc7458820ef00c.tar.gz personal-website-a13da619efe4d441f8224bc77adc7458820ef00c.tar.bz2 personal-website-a13da619efe4d441f8224bc77adc7458820ef00c.zip | |
Favicon; Added project
Diffstat (limited to 'src/components')
| -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" + } + ] } ] |
