Skip to content

Commit

Permalink
Fix options page title
Browse files Browse the repository at this point in the history
  • Loading branch information
trekdemo committed Jun 5, 2011
1 parent 54c0fe1 commit 1bfb096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,6 +1,6 @@
{
"name": "The Hit List for Chrome",
"version": "0.1",
"version": "0.1.1",
"description": "Add a new task to The Hit List with the URL of the web page you are viewing",
"background_page": "background.html",
"browser_action": {
Expand All @@ -16,4 +16,4 @@
"permissions": [
"tabs", "http://*/*", "https://*/*"
]
}
}
2 changes: 1 addition & 1 deletion options.html
@@ -1,6 +1,6 @@
<html>
<head>
<title>Options for Omnicamp</title>
<title>The Hit List for Chrome options</title>
<style type="text/css">
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
j.mp/bestclearfix */
Expand Down

0 comments on commit 1bfb096

Please sign in to comment.