Ghost Shell

JavaScript NOASSERTION

Stars
0
Forks
0
Downloads
N/A
Open Issues
0
Files main

Repository Files

Loading file structure...
src-tauri/tauri.conf.json
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Ghost Shell",
  "version": "1.0.0",
  "identifier": "com.ghostcompiler.ghost-shell",
  "build": {
    "beforeDevCommand": "npm run dev",
    "devUrl": "http://localhost:1420",
    "beforeBuildCommand": "npm run build",
    "frontendDist": "../dist"
  },
  "app": {
    "windows": [
      {
        "title": "Ghost Shell",
        "width": 1000,
        "height": 600,
        "minWidth": 1000,
        "minHeight": 600,
        "resizable": true,
        "fullscreen": false,
        "titleBarStyle": "Overlay",
        "hiddenTitle": true,
        "visible": true,
        "dragDropEnabled": false
      }
    ],
    "security": {
      "csp": null
    }
  },
  "bundle": {
    "active": true,
    "targets": "all",
    "publisher": "Ghost Compiler",
    "copyright": "Copyright © Ghost Compiler. All rights reserved.",
    "shortDescription": "A fast, cross-platform SSH and SFTP client.",
    "longDescription": "Ghost Shell is a native SSH and SFTP client by Ghost Compiler. Manage hosts, encrypted keys, interactive terminal sessions, session logs, and secure vault import/export from one desktop app.",
    "category": "DeveloperTool",
    "homepage": "https://github.com/ghost-maintainer/ghost-shell",
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ]
  }
}