You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

35 lines
644 B

{
"name": "Loop Habit Tracker",
"author": "Álinson S Xavier",
"version": "1.0.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "Loop Habit Tracker",
"uuid": "82629d99-8ea6-4631-a022-9ca77a12a058",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"basalt"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"dummy"
],
"resources": {
"media": [
{
"type": "raw",
"name": "CONFIRM_SEQUENCE",
"file": "confirm_sequence.pdc"
}
]
}
}
}