PebbleGolfScore/package.json
2026-05-10 21:18:21 -04:00

43 lines
1.0 KiB
JSON

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