~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
ui/src-tauri/tauri.conf.json
{ "$schema": "https://schema.tauri.app/config/2", "productName": "only_bible_app", "version": "0.1.0", "identifier": "dev.pyrossh.only_bible_app", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:4321", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "only_bible_app", "width": 800, "height": 600 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }}