Wraps the web app in a Tauri Android shell that provides native GPS via the geolocation plugin. Includes foreground service for background tracking, live map display, GPS data storage in workout sessions, and route visualization in workout history.
32 lines
621 B
JSON
32 lines
621 B
JSON
{
|
|
"productName": "Bocken Fitness",
|
|
"identifier": "org.bocken.fitness",
|
|
"version": "0.1.0",
|
|
"build": {
|
|
"devUrl": "http://192.168.1.4:5173",
|
|
"frontendDist": "http://192.168.1.4:5173"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "Bocken Fitness",
|
|
"url": "/fitness",
|
|
"fullscreen": false,
|
|
"useHttpsScheme": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|