From db2b2bf86bfa0e0bba890ba3c44f6f81f18832b9 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 30 Nov 2019 18:03:05 +0000 Subject: [PATCH] Fix description longer than 132 chars --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 32c75f4..dacad36 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "SimpleLogin - protect your email inbox", - "description": "SimpleLogin is a solution to create quickly a random email address (aka alias). All emails sent to an alias will be *forwarded* to your personal email address", - "version": "1.0.1", + "description": "Create quickly a random email address (aka alias). All emails sent to an alias will be *forwarded* to your personal email address", + "version": null, "manifest_version": 2, "icons": { "48": "icons/icon_48.png",