{ "$schema": "https://schema.tauri.app/config/2", "productName": "stealthreader", "version": "0.1.0", "identifier": "StealthReader", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist" }, "app": { "macOSPrivateApi": true, "windows": [ { "title": "幽灵阅读器", "width": 800, "height": 600, "transparent": true, "resizable": true, "decorations": false, "alwaysOnTop": false, "skipTaskbar": false, "shadow": true, "visible": true, "center": false } ], "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" ] } }