diff options
author | Gitoffthelawn <Gitoffthelawn@users.noreply.github.com> | 2019-07-11 00:38:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 00:38:05 -0700 |
commit | 5411cd46e5919b6cd472c4154c82f9c4bdc0fd7a (patch) | |
tree | 4b15c20a4e13053775be2f9ddbf6238707ab0d74 | |
parent | ccd18caf1dd033885745e88e684e6152db6cd06e (diff) |
Update manifest to fit entire description inside new Firefox about:addons page
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index a97c569..1458390 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "manifest_version": 2, "name": "Redirector", - "description": "Automatically redirect pages based on user-defined rules. E.g. always redirect an article url to its printer-friendly version.", - "version": "3.2.1", + "description": "Automatically redirect content based on user-defined rules.", + "version": "3.2.2", "icons": { "16": "images/icon-active-16.png", "32": "images/icon-active-32.png", |