{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "gdown", "version": "0.1.1", "identifier": "com.tauri.dev", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [ { "label": "main", "title": "gdown", "width": 1280, "height": 860, "minWidth": 1080, "minHeight": 720, "resizable": true, "fullscreen": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "resources": [ "resources/engine/**/*" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "plugins": { "deep-link": { "desktop": { "schemes": [ "gdown" ] } } } }