Skip to content

Commit

Permalink
changed description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidc360 committed Nov 1, 2020
1 parent 0a68809 commit c4bc4a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"manifest_version": 2,
"name": "Slash to search",
"version": "0.0.1.1",
"description": "Press / to focus on the search bar.",
"version": "0.0.2.2",
"permissions": [
"<all_urls>",
"storage",
Expand All @@ -20,4 +19,4 @@
"browser_action": {
"default_popup": "popup/popup.html"
}
}
}
2 changes: 1 addition & 1 deletion popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3 class='title'>/ to search</h3>
</div>

<div id="note" class="hidden">
(note: feature is already built in on <span id="noteURL"></span>)
(note: feature is already built-in on <span id="noteURL"></span>)
<br/>
<br/>
</div>
Expand Down

0 comments on commit c4bc4a2

Please sign in to comment.