{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devUrl": "http://localhost:5173", "frontendDist": "../dist" }, "bundle": { "active": true, "targets": "all", "identifier": "com.frenocorp.app", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "category": "Productivity", "shortDescription": "FrenoCorp Desktop", "longDescription": "Real-time collaboration software for screenwriters", "resources": ["../README.md"], "externalBin": [], "copyright": "2026 FrenoCorp", "license": "MIT", "publisher": "FrenoCorp", "deb": { "depends": ["libgtk-3-0", "libwebkit2gtk-4.0"] }, "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "plugins": { "fs": { "allow": ["$APP/*", "$HOME/Documents/*"], "requireLiteralLeadingDot": true }, "store": { "auto": true } }, "security": { "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost", "dangerousAllowNumericLiteralId": false }, "systemTray": { "iconPath": "icons/tray-icon.png", "iconAsTemplate": true }, "windows": [ { "title": "FrenoCorp", "width": 1280, "height": 800, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false, "decorations": true, "transparent": false, "alwaysOnTop": false, "visible": true, "center": true, "skipTaskbar": false } ], "allowlist": { "all": true, "fs": { "all": true, "scope": ["$APP/*", "$HOME/Documents/FrenoCorp/*"] }, "shell": { "all": true, "open": true }, "dialog": { "all": true, "open": true, "save": true }, "http": { "all": true, "scope": ["http://*", "https://*"] } }, "macOSPrivateApi": true }