BangleApps/apps/buffgym/buffgym-workout-a.json

33 lines
728 B
JSON
Raw Permalink Normal View History

2020-04-21 18:38:02 +00:00
{
2020-04-23 05:54:08 +00:00
"title": "Workout A",
2020-04-21 18:38:02 +00:00
"exercises": [
{
"title": "Squats",
"weight": 40,
"unit": "Kg",
"sets": [5, 5, 5, 5, 5],
"restPeriod": 90
},
{
"title": "Overhead press",
"weight": 20,
"unit": "Kg",
"sets": [5, 5, 5, 5, 5],
"restPeriod": 90
},
{
"title": "Deadlift",
"weight": 20,
"unit": "Kg",
"sets": [5],
"restPeriod": 90
},
{
"title": "Pullups",
"weight": 0,
"unit": "Kg",
"sets": [10, 10, 10],
"restPeriod": 90
}
]
}