diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-23 10:58:44 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-23 10:58:44 +0000 |
commit | 354b7325e453c3fa259ecd9a07b4634d09cf5afe (patch) | |
tree | b137bf64bfe82e06d99e83c234875d8f08ecad3f /manifest.json | |
parent | 96560ba904512a429378531c65c70ecaceb9b241 (diff) |
Build correctly for Firefox + allow to turn on logging
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 405765d..aa2fbf7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Redirector", - "description": "Redirect pages based on user-defined patterns.", + "description": "Automatically redirect pages based on user-defined rules. E.g. always redirect an article url to its printer-friendly version.", "version": "3.0", "icons": { "16": "images/icon-active-16.png", |