From 5ad5ac1db5645bd374d1ac833d00c56328301efd Mon Sep 17 00:00:00 2001 From: Alkaison <505ganeshmourya@gmail.com> Date: Sat, 8 Jul 2023 14:52:40 +0530 Subject: [PATCH] Fix: updated description to less characters limit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f035009..f867722 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Link Saver", - "description": "Link Saver is a powerful Chrome extension tool designed to help users save their social media handle links and conveniently access them whenever needed by using simple shortcuts.", + "description": "Link Saver: A Chrome extension for saving social media handle links, providing quick access through handy shortcuts.", "version": "0.0.3", "action": { "default_popup": "./popup/index.html",