From 9de120b39b78dd28a08bd69a4f92c29d3a1334dd Mon Sep 17 00:00:00 2001 From: wanhose Date: Fri, 24 Apr 2020 19:57:52 +0200 Subject: [PATCH] fix(manifest): description --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4158500..530ba56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "NoMoreCookies", "version": "1.1", - "description": "A Chrome extension that allows you to refuse cookie-consent dialogs automatically", + "description": "A Chrome extension that allows you to refuse cookie consent dialogs automatically", "content_scripts": [ { "all_frames": true,