Skip to content

Commit

Permalink
restore appinfo.json from bd35a33
Browse files Browse the repository at this point in the history
Restored per @jasoncalabrese.
  • Loading branch information
bewest committed May 20, 2014
1 parent 2bee4ba commit 3b92bec
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions appinfo.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
{
"versionCode": 2,
"shortName": "CGM",
"uuid": "a4e66a45-f30d-4a13-9f0f-59343c6b23a9",
"capabilities": [
"configurable"
],
"appKeys": {
"time": 4,
"delta": 5,
"readtime": 2,
"bg": 1,
"icon": 0,
"alert": 3
},
"resources": {
"media": [
{
"name": "IMAGE_MENU_ICON",
"type": "png",
"name": "IMAGE_NONE",
"file": "images/none.png"
"file": "images/logo.png",
"menuIcon": true
},
{
"name": "IMAGE_UP",
"type": "png",
"name": "IMAGE_DOWN45",
"file": "images/down45.png"
"file": "images/up.png"
},
{
"name": "IMAGE_UPUP",
"type": "png",
"name": "IMAGE_DOWNDOWN",
"file": "images/downdown.png"
"file": "images/upup.png"
},
{
"name": "IMAGE_UP45",
"type": "png",
"name": "IMAGE_DOWN",
"file": "images/down.png"
"file": "images/up45.png"
},
{
"type": "png",
"name": "IMAGE_FLAT",
"type": "png",
"file": "images/flat.png"
},
{
"name": "IMAGE_DOWN",
"type": "png",
"name": "IMAGE_UP45",
"file": "images/up45.png"
"file": "images/down.png"
},
{
"name": "IMAGE_DOWNDOWN",
"type": "png",
"name": "IMAGE_UPUP",
"file": "images/upup.png"
"file": "images/downdown.png"
},
{
"name": "IMAGE_DOWN45",
"type": "png",
"name": "IMAGE_UP",
"file": "images/up.png"
"file": "images/down45.png"
},
{
"menuIcon": true,
"name": "IMAGE_NONE",
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/logo.png"
"file": "images/none.png"
}
]
},
"versionLabel": "2.0.0",
"companyName": "HackingType1-CostikCare,LLC",
"versionCode": 2,
"shortName": "CGM",
"longName": "CGM",
"watchapp": {
"watchface": true
},
"uuid": "a4e66a45-f30d-4a13-9f0f-59343c6b23a9",
"appKeys": {
"alert": 3,
"bg": 1,
"icon": 0,
"readtime": 2,
"delta": 5,
"time": 4
},
"longName": "CGM"
"companyName": "HackingType1-CostikCare,LLC",
"versionLabel": "2.0.0"
}

0 comments on commit 3b92bec

Please sign in to comment.