From 7ad2b64c41d60fa3f4bc8ff50a71125d8d6ac41b Mon Sep 17 00:00:00 2001 From: Nilesh Date: Tue, 11 Aug 2020 01:28:41 +0530 Subject: [PATCH] Description should not be more than 132 chars --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 427ca2e..9b3bc7d 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "id": "{02d8a7bd-79ba-4808-8e11-f3e19af43f90}" } }, - "description": "This extension looks at your current URL, and recommends BETTER product/service alternatives via an in-page pop-up. BETTER could mean ethical / privacy-conscious / secure / local / cheaper / high-quality etc. The extension ships with a default list of recommendations but you can subscribe to lists maintained by others. This allows different interpretations of BETTER to exist and you can subscribe to those that appeals to your preferences the most.", + "description": "This extension looks at your current URL, and recommends BETTER product/service alternatives via an in-page pop-up.", "permissions": ["storage"], "background": { "scripts": ["background.js"],