diff --git a/data/projects.ts b/data/projects.ts index e4f61c9..de89b1c 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -49,7 +49,24 @@ export const WEB_APPS: ProjectItem[] = [ }, ]; -export const EXTENSIONS: ProjectItem[] = []; +export const EXTENSIONS: ProjectItem[] = [ + { + id: "shortcut-injector", + title: "Shortcut Injector", + badge: "Cross-Browser", + image: "/projects/quick-fill.png", + href: "https://github.com/poyrazavsever/shortcut-injector", + description: "A cross-browser extension to quickly inject predefined personal data and links into web forms using custom keyboard shortcuts." + }, + { + id: "tab-audio-relay", + title: "Tab Audio Relay", + badge: "Corss-Browser Extension", + image: "/projects/sound_sync", + href: "https://github.com/poyrazavsever/tab-audio-relay", + description: "A browser extension that synchronizes audio playback between tabs. Automatically plays your music when your tutorial/lecture video stops, and pauses it when you resume learning. Perfect for deep work and seamless study sessions." + } +]; export const FIGMA_TEMPLATES: ProjectItem[] = [ { diff --git a/public/projects/quick-fill.png b/public/projects/quick-fill.png new file mode 100644 index 0000000..9a9a8ab Binary files /dev/null and b/public/projects/quick-fill.png differ diff --git a/public/projects/sound_sync.png b/public/projects/sound_sync.png new file mode 100644 index 0000000..8ffbc31 Binary files /dev/null and b/public/projects/sound_sync.png differ