{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "pnpm build", "beforeDevCommand": "pnpm dev", "devPath": "http://localhost:5173", "distDir": "../dist" }, "package": { "productName": "GlobalProtect", "version": "2.0.0" }, "tauri": { "allowlist": { "shell": { "open": true }, "http": { "all": true, "request": true, "scope": ["https://**"] }, "window": { "all": true }, "process": { "exit": true }, "fs": { "scope": ["$TEMP/gp.conf"], "writeFile": true }, "os": { "all": true } }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.yuezk.gpgui", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "title": "GlobalProtect", "label": "main", "fullscreen": false, "width": 260, "height": 360, "resizable": false, "fileDropEnabled": false } ] } }