Skip to content

Commit 11f5da1

Browse files
committed
Added manifest+icon to allow for use as a google chrome packaged app
1 parent 021d4fb commit 11f5da1

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
app_icon aquired from
3+
http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_keyboard.png

app_icon.png

3.44 KB
Loading

manifest.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Required
3+
"name": "KeyZen",
4+
"version": "1.0",
5+
6+
"description": "A touch typing app for Chrome, src is @ https://github.com/wwwtyro/keyzen",
7+
"icons": {
8+
"128": "app_icon.png"
9+
},
10+
"app": {
11+
"launch": {
12+
"local_path": "index.html"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)