Skip to content

Commit

Permalink
Added manifest+icon to allow for use as a google chrome packaged app
Browse files Browse the repository at this point in the history
  • Loading branch information
devdave committed Mar 2, 2012
1 parent 021d4fb commit 11f5da1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

app_icon aquired from
http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_keyboard.png
Binary file added app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Required
"name": "KeyZen",
"version": "1.0",

"description": "A touch typing app for Chrome, src is @ https://github.com/wwwtyro/keyzen",
"icons": {
"128": "app_icon.png"
},
"app": {
"launch": {
"local_path": "index.html"
}
}
}

0 comments on commit 11f5da1

Please sign in to comment.