-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkaroo-app-manifest.json
More file actions
22 lines (22 loc) · 1.38 KB
/
Copy pathkaroo-app-manifest.json
File metadata and controls
22 lines (22 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"label": "KPedal",
"packageName": "io.github.kpedal",
"latestApkUrl": "https://github.com/yrkan/KPedal/releases/latest/download/kpedal.apk",
"latestVersion": "1.8.2",
"latestVersionCode": 19,
"iconUrl": "https://raw.githubusercontent.com/yrkan/KPedal/main/assets/icon.png",
"developer": "Yuri Kan",
"description": "Real-time pedaling efficiency metrics from ANT+ Cycling Dynamics. Displays Balance, Torque Effectiveness, and Pedal Smoothness with customizable data fields, alerts, and training drills.",
"releaseNotes": "v1.8.2: Polish all DataType layouts — larger fonts, removed redundant labels, fixed text truncation. Contact info@kpedal.com to troubleshoot any issues.",
"screenshotUrls": [
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/1.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/2.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/3.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/4.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/5.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/6.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/7.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/8.png",
"https://raw.githubusercontent.com/yrkan/KPedal/main/screenshots/9.png"
]
}