Adds Workout Heart Rate Monitor App

pull/218/head
Markus Deibel 2020-02-16 09:48:07 +01:00 committed by GitHub
parent 911c0e454c
commit e562484360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -809,6 +809,17 @@
{"name":"-flagrse","url":"app.js"},
{"name":"*flagrse","url":"app-icon.js","evaluate":true}
]
},
{ "id": "wohrm",
"name": "Workout Heart Rate Monitor",
"icon": "wohrm.png",
"version":"0.01",
"description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.",
"tags": "hrm workout app",
"storage": [
{"name":"+wohrm","url":"wohrm.json"},
{"name":"-wohrm","url":"wohrm.js"},
{"name":"*wohrm","url":"wohrm-icon.js","evaluate":true}
]
}
]