aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-23 22:03:43 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-23 22:56:52 -0500
commita13da619efe4d441f8224bc77adc7458820ef00c (patch)
tree03de6fe8650916c3a1243422916a7a8679d59981 /src/components
parent25323664449802336c3aae84bd5492732e2a63a8 (diff)
downloadpersonal-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.json14
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"
+ }
+ ]
}
]