diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2019-07-12 08:52:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 08:52:29 +0000 |
commit | e0b0cdc66fb3849bf3851e1fdc37ce55d18494f6 (patch) | |
tree | 4b15c20a4e13053775be2f9ddbf6238707ab0d74 | |
parent | ccd18caf1dd033885745e88e684e6152db6cd06e (diff) | |
parent | 5411cd46e5919b6cd472c4154c82f9c4bdc0fd7a (diff) |
Merge pull request #154 from Gitoffthelawn/patch-7
Update 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", |