Working Golf Score
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "golf_score",
|
||||
"author": "Mike Eberlein",
|
||||
"version": "1.0.0",
|
||||
"description": "Track golf strokes and putts across an 18-hole round.",
|
||||
"keywords": ["pebble-app", "golf", "sports"],
|
||||
"dependencies": {},
|
||||
"pebble": {
|
||||
"displayName": "Golf Score",
|
||||
"uuid": "73037cc5-ba10-41ed-b93f-f55a102774a9",
|
||||
"sdkVersion": "3",
|
||||
"enableMultiJS": true,
|
||||
"targetPlatforms": [
|
||||
"basalt",
|
||||
"chalk",
|
||||
"diorite",
|
||||
"emery",
|
||||
"flint",
|
||||
"gabbro"
|
||||
],
|
||||
"watchapp": {
|
||||
"watchface": false
|
||||
},
|
||||
"resources": {
|
||||
"media": [
|
||||
{
|
||||
"type": "png",
|
||||
"menuIcon": true,
|
||||
"name": "APP_ICON_SMALL",
|
||||
"file": "images/app_icon_small.png",
|
||||
"targetPlatforms": ["basalt", "chalk", "diorite", "emery", "flint", "gabbro"]
|
||||
},
|
||||
{
|
||||
"type": "png",
|
||||
"name": "APP_ICON_LARGE",
|
||||
"file": "images/app_icon_large.png",
|
||||
"targetPlatforms": ["basalt", "chalk", "diorite", "emery", "flint", "gabbro"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user