cyb/src-tauri/tauri.conf.json

{
  "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json",
  "productName": "cyb",
  "version": "0.1.7",
  "identifier": "ai.cyb.app",
  "build": {
    "beforeBuildCommand": "deno task build-tauri",
    "beforeDevCommand": "IS_TAURI=true IS_DEV=true deno task start",
    "devUrl": "http://localhost:3001",
    "frontendDist": "../build"
  },
  "app": {
    "withGlobalTauri": true,
    "security": {
      "csp": null
    },
    "windows": [
      {
        "label": "main",
        "fullscreen": false,
        "maximized": true,
        "visible": false,
        "height": 760,
        "resizable": true,
        "title": "BOSTROM cyb.ai",
        "width": 1200
      },
      {
        "label": "splashscreen",
        "fullscreen": false,
        "visible": false,
        "height": 760,
        "resizable": false,
        "decorations": false,
        "center": true,
        "title": "BOSTROM cyb.ai",
        "width": 1200,
        "url": "splashscreen.html"
      }
    ]
  },
  "plugins": {
    "deep-link": {
      "mobile": [
        {
          "scheme": ["https"],
          "host": "cyb.ai",
          "pathPrefix": ["/"],
          "appLink": true
        }
      ],
      "desktop": {
        "schemes": ["cyb"]
      }
    }
  },
  "bundle": {
    "active": true,
    "category": "DeveloperTool",
    "copyright": "",
    "targets": "all",
    "externalBin": [
      "bin/ipfs"
    ],
    "icon": [
      "icons/32x32.png",
      "icons/64x64.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ],
    "linux": {
      "deb": {
        "depends": []
      }
    },
    "macOS": {
      "entitlements": null,
      "exceptionDomain": "",
      "frameworks": [],
      "providerShortName": null,
      "signingIdentity": null
    },
    "resources": [],
    "windows": {
      "certificateThumbprint": null,
      "digestAlgorithm": "sha256",
      "timestampUrl": ""
    }
  }
}

Neighbours