From 0098fd24bb21cdcfac4e7b8f94385cf01446ac5b Mon Sep 17 00:00:00 2001 From: Jyotsna Gupta Date: Mon, 8 Oct 2018 03:19:42 +0530 Subject: [PATCH] updated description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 41223f7..82466d5 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Http board", "version": "2.0", - "description": "A beautiful Firefox browser addon to remind you to drink water while enjoying browsing.", + "description": "A Firefox browser add-on which gives you the details of recent http calls", "icons": { "48": "icons/http.png" }, @@ -19,4 +19,4 @@ "background": { "scripts": ["background.js"] } -} \ No newline at end of file +}