From 5be05880bfeb3d73de7a2305dc82b6bac29fa25f Mon Sep 17 00:00:00 2001 From: didierfred <didierfred@gmail.com> Date: Wed, 10 Jan 2018 17:53:20 +0100 Subject: [PATCH] rename SimpleModifyHeader in SimpleModifyHeaders --- README.md | 4 ++-- manifest.json | 4 ++-- popup/config.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81b2130..9f36ae4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# SimpleModifyHeader +# SimpleModifyHeaders Extension for firefox . -The extension rewrite the header based on a rules table. +The extension rewrite the headers based on a rules table. The rules table contains lines with the following parameters : - action : add, modify or delete a header field diff --git a/manifest.json b/manifest.json index 4549300..aa25251 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 2, "name": "simple-modify-header", "version": "1", - "homepage_url": "https://github.com/didierfred/SimpleModifyHeader", + "homepage_url": "https://github.com/didierfred/SimpleModifyHeaders", "icons": { "48": "icons/modify-48.png" }, @@ -19,7 +19,7 @@ "browser_action": { "default_icon": "icons/modify-32.png", - "default_title": "Simple Modify Header", + "default_title": "Simple Modify Headers", "default_popup": "popup/config.html" } diff --git a/popup/config.html b/popup/config.html index 3a1ca87..bf7f349 100644 --- a/popup/config.html +++ b/popup/config.html @@ -11,7 +11,7 @@ <table> <tr> <td width="450"> - <h2> SIMPLE MODIFY HEADER </h2> + <h2> SIMPLE MODIFY HEADERS </h2> Url Pattern : <input id="targetPage" type="text" value=""></input> </td> -- GitLab