From d9fd71a18eb99a0b58a956e1db17c8c355ab7b95 Mon Sep 17 00:00:00 2001 From: Harshil Gupta Date: Wed, 7 Aug 2024 18:45:39 +0530 Subject: [PATCH] added iterm2 --- frontend/src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 33e89fb1..d29b1a66 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -1,4 +1,11 @@ [ + { + "productName": "iTerm2", + "category": "Tool", + "image": "https://iterm2.com/img/logo2x.jpg", + "link": "https://iterm2.com/", + "description": "iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted." +}, { "productName": "Sentry", "category": "Tool",