28 lines
509 B
JSON
28 lines
509 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Contractless Wallet",
|
|
"version": "0.1.0",
|
|
"identifier": "dev.contractless.wallet",
|
|
"build": {
|
|
"frontendDist": "frontend"
|
|
},
|
|
"bundle": {
|
|
"active": false
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "Contractless Wallet",
|
|
"width": 1180,
|
|
"height": 760,
|
|
"minWidth": 360,
|
|
"minHeight": 620
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
}
|