Todo.txt-Enyo/app/appinfo.json
Morgan McMillian 898287f932 Release 0.4.1 (WebOS only update)
* Adjust for Pre3 screen resolution
* Allow edit of internal file location on WebOS
2013-04-07 12:05:28 -04:00

23 lines
587 B
JSON

{
"id": "com.monkeystew.todotxtenyo.beta",
"version": "0.4.1",
"vendor": "Monkeystew",
"type": "web",
"main": "index.html",
"title": "Todo.txt Enyo beta",
"icon": "icon.png",
"uiRevision": 2,
"universalSearch": {
"search": {
"displayName":"Todo.txt Enyo",
"url":"com.monkeystew.todotxtenyo.beta",
"launchParam":"search"
},
"action": {
"displayName":"New todo.txt task",
"url":"com.monkeystew.todotxtenyo.beta",
"launchParam":"addTodoText"
}
}
}