Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
remove url pattern info link
  • Loading branch information
Lorenzo Sabatelli committed Oct 9, 2017
1 parent 12dc0d7 commit f9d9557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/html/browser-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4>Hello there! <i class="material-icons">&#xE24E;</i></h4>
<tr>
<td>
<input type="text" data-name="txt-editor-selector" class="inp" placeholder="URL pattern (regular expression)">
<a class="e-s-help material-icons" href="https://github.com/Lor-Saba/Code-Injector#url-pattern" target="_blank" tabindex="-1" title="The URL pattern specifies in what pages the rule should be applied. &#10;&#10;Click for documentation.">&#xE8FD;</a>
<i class="e-s-help material-icons" tabindex="-1" title="The URL pattern specifies in what pages the rule should be applied.">&#xE8FD;</i>
</td>
<td>
<button data-name="btn-editor-gethost" class="btn" tabindex="-1">Current host</button>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "Code Injector",
"version": "1.0.0",
"version": "0.1.0",

"description": "Inject code into websites! (JavaScript, CSS, HTML and Files)",
"permissions": [ "<all_urls>", "tabs", "activeTab", "storage", "webNavigation" ],
Expand Down
2 changes: 1 addition & 1 deletion src/style/browser-action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
right: 0;
text-decoration: none;
color: #ccc;
cursor: pointer;
cursor: help;

&:hover{
color: #aaa;
Expand Down

0 comments on commit f9d9557

Please sign in to comment.