andrews/maydo/keyzen/manifest.json

16 lines
269 B
JSON

{
// 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"
}
}
}