-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
22 lines (22 loc) · 1007 Bytes
/
metadata.json
File metadata and controls
22 lines (22 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"id": "smartrep",
"name": "SmartRep",
"version": "0.01",
"type": "app",
"icon": "smartrep-icon.png",
"tags": "fitness,exercise,health",
"supports": ["BANGLEJS"],
"description": "SmartRep tracks and counts reps for 8 exercises using accelerometer data. Animated UI and feedback included.",
"storage": [
{ "name": "smartrep.app.js", "url": "smartrep.app.js" },
{ "name": "smartrep-icon.png", "url": "smartrep-icon.png" },
{ "name": "logic/benchpress.js", "url": "logic/benchpress.js" },
{ "name": "logic/bicepcurl.js", "url": "logic/bicepcurl.js" },
{ "name": "logic/cable_rows.js", "url": "logic/cable_rows.js" },
{ "name": "logic/lateralraise.js", "url": "logic/lateralraise.js" },
{ "name": "logic/pushup.js", "url": "logic/pushup.js" },
{ "name": "logic/shoulderpress.js", "url": "logic/shoulderpress.js" },
{ "name": "logic/tricepspushdown.js", "url": "logic/tricepspushdown.js" },
{ "name": "logic/squats.js", "url": "logic/squats.js" }
]
}