From e4e3f9499cf0677944da85b90241a4fb20fb7f7f Mon Sep 17 00:00:00 2001 From: FrenchHope Date: Fri, 14 Jul 2017 08:26:30 +0200 Subject: [PATCH] Description --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index af0fbb6..2b759ba 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version" : 2, "name": "Add to (Semantic)Scuttle", "version" : "0.2", - "description" : "Allow to add bookmarks to (Semantic)Scuttle, a social bookmarking tool experimenting with tags and collaborative tag descriptions.", + "description" : "Allows to add bookmarks to (Semantic)Scuttle, a social bookmarking tool experimenting with tags and collaborative tag descriptions.", "homepage_url" : "http://semanticscuttle.sourceforge.net/", "icons" : { "48" : "data/icon48.png" @@ -21,7 +21,8 @@ "notifications", "contextMenus", "activeTab", - "tabs"], + "tabs" + ], "browser_action" : { "default_title" : "Add to (Semantic)Scuttle", "default_icon" : "data/icon48.png"