Working Prototype

This commit is contained in:
Matthew Bauer
2014-06-15 22:32:39 -07:00
parent bc9ff61941
commit 27c4912bbd
7 changed files with 198 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"resources": {
"media": [
{
"type": "png-trans",
"file": "images/action_icon_minus.png",
"name": "MINUS"
},
{
"type": "png-trans",
"file": "images/action_icon_plus.png",
"name": "PLUS"
},
{
"type": "png-trans",
"file": "images/reset.png",
"name": "RESET"
},
{
"type": "png",
"file": "images/icon.png",
"name": "ICON",
"menuIcon": true
}
]
},
"versionCode": 1,
"shortName": "counter",
"capabilities": [
""
],
"versionLabel": "1.0",
"longName": "Counter is a multipurpose counting app with applications ranging from lap tracking to card counting.",
"uuid": "36bab645-70c5-472b-b99f-afc9f8656c70",
"appKeys": {},
"companyName": "matthewbauer",
"watchapp": {
"watchface": false
}
}