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

33 lines
741 B
JSON
Raw Normal View History

2020-04-21 18:38:02 +00:00
{
2020-04-23 05:54:08 +00:00
"title": "Workout B",
2020-04-21 18:38:02 +00:00
"exercises": [
{
"title": "Squats",
"weight": 40,
"unit": "Kg",
"sets": [5, 5, 5, 5, 5],
"restPeriod": 90
},
{
"title": "Bench press",
"weight": 20,
"unit": "Kg",
"sets": [5, 5, 5, 5, 5],
"restPeriod": 90
},
{
"title": "Row",
"weight": 20,
"unit":"Kg",
"sets": [5, 5, 5, 5, 5],
"restPeriod": 90
},
{
"title": "Tricep extension",
"weight": 20,
"unit": "Kg",
"sets": [10, 10, 10],
"restPeriod": 90
}
]
}