Skip to content

Commit

Permalink
Changed naming a little
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jun 12, 2012
1 parent 60be471 commit 24ab43b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A simple Google Authenticator app written in HTML using jQuery Mobile, jsSHA and LocalStorage.
A simple application for use with Google Authenticator writtin in HTML using jQuery Mobile, jsSHA and LocalStorage.


Deployed test version is available at
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Google Authenticator</title>
<title>GAuth Authenticator</title>
<script src="jquery-1.7.2.min.js"></script>
<script src="jquery.mobile-1.1.0.min.js"></script>
<script src="sha.js"></script>
Expand All @@ -11,7 +11,7 @@
<div data-role="page" id="main">

<div data-role="header">
<h1>Google Authenticator</h1>
<h1>GAuth Authenticator</h1>
</div>

<div data-role="content">
Expand Down
4 changes: 2 additions & 2 deletions manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0",
"name": "Google Authenticator",
"description": "A simple Google Authenticator using HTML",
"name": "GAuth Authenticator",
"description": "A simple application for use with Google Authenticator writtin in HTML",
"icons": {
"48": "/images/icon-48.png"
},
Expand Down

0 comments on commit 24ab43b

Please sign in to comment.