Files
kjvstudy.org/src-tauri/tauri.conf.json

44 lines
1.1 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "KJV Study",
"version": "0.1.0",
"identifier": "org.kjvstudy.desktop",
"build": {
"beforeBuildCommand": "",
"beforeDevCommand": ""
},
"app": {
"withGlobalTauri": false,
"windows": [],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["dmg", "app"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": ["../dist/kjvstudy-server"],
"category": "Education",
"shortDescription": "Offline KJV Bible Study Application",
"longDescription": "A comprehensive offline Bible study application featuring the 1769 Cambridge King James Version with commentary, cross-references, interlinear Hebrew/Greek analysis, Strong's concordance, and more.",
"macOS": {
"minimumSystemVersion": "10.15",
"frameworks": [],
"entitlements": null,
"signingIdentity": null
}
},
"plugins": {
"shell": {
"open": true
}
}
}