Files
homepage/src-tauri/tauri.conf.json
Alexander Bocken c86d6f487a feat: styled offline page with app install hint, bump versions
Replace bare offline fallback with styled page matching the app's
design (glass nav, dark/light mode, wifi-off icon, retry button).
Add hint to install Android APK or PWA for offline use.

Site: 1.0.0 → 1.1.0
Android/Tauri: 0.1.0 → 0.2.0
2026-04-06 00:21:03 +02:00

32 lines
588 B
JSON

{
"productName": "Bocken",
"identifier": "org.bocken.app",
"version": "0.2.0",
"build": {
"devUrl": "http://192.168.1.4:5173",
"frontendDist": "https://bocken.org"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "Bocken",
"url": "/",
"fullscreen": false,
"useHttpsScheme": true
}
]
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}