From bf644fffef447f98a37796ea1a10822915f810dc Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Wed, 8 May 2024 22:01:52 -0600 Subject: [PATCH 1/4] Update apps.json added invidious cuz youtube wont work --- public/apps.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/apps.json b/public/apps.json index d8e788e..383c781 100644 --- a/public/apps.json +++ b/public/apps.json @@ -48,5 +48,10 @@ "title": "Facebook", "image": "https://cdn.pixabay.com/photo/2021/06/15/12/51/facebook-6338507_1280.png", "url": "https://facebook.com/home" + }, + { + "title": "Invidious - Youtube", + "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Invidious-logo.svg/1200px-Invidious-logo.svg.png", + "url": "https://yewtu.be" } ] From 01ab1ada03ed267bebbb0a63484ba1d2a2a4a693 Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Wed, 8 May 2024 22:02:59 -0600 Subject: [PATCH 2/4] Update apps.json added github --- public/apps.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/apps.json b/public/apps.json index 383c781..03570db 100644 --- a/public/apps.json +++ b/public/apps.json @@ -53,5 +53,9 @@ "title": "Invidious - Youtube", "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Invidious-logo.svg/1200px-Invidious-logo.svg.png", "url": "https://yewtu.be" - } + }, + { + "title": "Github", + "image": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png", + "url": "https://github.com" ] From d9cb9abc5f504c45588dd3d4566ba0a4866933c9 Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Wed, 8 May 2024 22:03:35 -0600 Subject: [PATCH 3/4] Update apps.json fixed an issue with github app code --- public/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/apps.json b/public/apps.json index 03570db..a48026e 100644 --- a/public/apps.json +++ b/public/apps.json @@ -58,4 +58,5 @@ "title": "Github", "image": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png", "url": "https://github.com" + } ] From b1f7cd532c4c19141764a4e571841e27b7d3d971 Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Wed, 8 May 2024 22:17:35 -0600 Subject: [PATCH 4/4] Update games.json fixed more images tommorow gonna replace all images with images withing the website to prevent this issue in the future --- public/games.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/games.json b/public/games.json index 78d28c6..b99bc4f 100644 --- a/public/games.json +++ b/public/games.json @@ -62,17 +62,17 @@ { "title": "Cool Math Games", - "image": "https://tse1.mm.bing.net/th?q=old%20cool%20math%20games%20logo", + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS3xYV_CE_r3d9dErO_f3TY74IWWMYsYHVV-ff4S87_cw&s", "url": "https://coolmathgames.com/" }, { "title": "Minesweeper", - "image": "https://play-lh.googleusercontent.com/W9J-umdekIKo8CVAy8HHmBkdaf49UpoQTAs9zvV-Eu8Djbv8j-29ej6EMaOQmKDIzUg", + "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Minesweeper_flag.svg/1024px-Minesweeper_flag.svg.png", "url": "https://assets.3kh0.net/minesweeper/" }, { "title": "little Alchemy", - "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTMcwnAaXwUDc6ZsD6pusHRVF0PPAvvKt9B-Q&usqp=CAU", + "image": "https://cdn-1.webcatalog.io/catalog/poki-little-alchemy/poki-little-alchemy-icon-filled-256.png?v=1677999282501", "url": "https://littlealchemy.com/" } ]