From f11b24c470f22b89c3a83af456371ff3d0c1bac6 Mon Sep 17 00:00:00 2001 From: Dhatrik Jaikritha Date: Sat, 11 Jul 2026 13:17:16 +0530 Subject: [PATCH] Update manifest.json - our extension also recommends new Qs company wise --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e342c6f..d2d353b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "BetterLC", "version": "1.3", - "description": "Chrome extension to unlock leetcode company tags.", + "description": "Chrome extension to unlock leetcode company tags and also suggesting more company specific questions.", "host_permissions": [ "https://leetcode.com/problems/*" ],