From beb2f6b34f40af2b8f49eace32cf06e3aeac6413 Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Thu, 31 Jul 2025 22:48:16 +1200 Subject: [PATCH] Update bookmarks and site history data Replaced Google and GitHub bookmarks with a Portfolio entry in bookmarks.json and added a backup file. Updated YouTube icon and modified site-history.json to include new entries and reorder existing ones. --- bookmarks.backup.json | 7 +++++++ bookmarks.json | 13 ++++--------- site-history.json | 4 +++- 3 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 bookmarks.backup.json diff --git a/bookmarks.backup.json b/bookmarks.backup.json new file mode 100644 index 0000000..1f4b730 --- /dev/null +++ b/bookmarks.backup.json @@ -0,0 +1,7 @@ +[ + { + "title": "Portfolio", + "url": "https://www.andrewzambazos.com", + "icon": "videogame_asset" + } +] \ No newline at end of file diff --git a/bookmarks.json b/bookmarks.json index c1c7ba7..04a04cb 100644 --- a/bookmarks.json +++ b/bookmarks.json @@ -1,17 +1,12 @@ [ { - "title": "Google", - "url": "https://www.google.com", - "icon": "search" - }, - { - "title": "GitHub", - "url": "https://github.com", - "icon": "code" + "title": "Portfolio", + "url": "https://www.andrewzambazos.com", + "icon": "videogame_asset" }, { "title": "YouTube", "url": "https://www.youtube.com", - "icon": "play_arrow" + "icon": "play_circle" } ] \ No newline at end of file diff --git a/site-history.json b/site-history.json index fc51572..f5f4082 100644 --- a/site-history.json +++ b/site-history.json @@ -1,9 +1,11 @@ [ + "https://www.youtube.com/", + "https://www.andrewzambazos.com/", + "file:///X:/Projects/Code/NebulaBrowser/renderer/index.html", "https://duckduckgo.com/?q=dogs&ia=web", "https://duckduckgo.com/?q=dogs", "https://www.bing.com/search?q=dogs", "https://www.google.com/search?q=cats", - "https://www.youtube.com/", "https://github.com/", "file:///X:/Projects/Code/NebulaBrowser/renderer/index.html", "file:///X:/Projects/Code/NebulaBrowser/renderer/index.html",