Skip to content
Snippets Groups Projects
Commit 5be05880 authored by didierfred's avatar didierfred
Browse files

rename SimpleModifyHeader in SimpleModifyHeaders

parent 75b6ca9f
No related branches found
No related tags found
No related merge requests found
# 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
......
......@@ -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"
}
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment