From 08e07344c04d612c2e4150521f848a7a80d2bbdc Mon Sep 17 00:00:00 2001 From: achmizs Date: Tue, 29 Jan 2019 13:51:13 -0500 Subject: [PATCH] Tweaked wording of description in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c0a719d..8fb4436 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "AlwaysKillSticky", "version": "0.1", - "description": "Get rid of fixed elements on websites - permanently!", + "description": "Get rid of sticky elements on websites - permanently!", "permissions": [ "activeTab", "storage" ], "content_scripts": [ {