{ "productName": "Troubleshooting and RCA Assistant", "version": "0.2.50", "identifier": "com.trcaa.app", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "security": { "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: asset: https:; connect-src 'self' http://localhost:11434 http://localhost:8765 https://api.openai.com https://api.anthropic.com https://api.mistral.ai https://generativelanguage.googleapis.com https://auth.atlassian.com https://*.atlassian.net https://login.microsoftonline.com https://dev.azure.com" }, "windows": [ { "title": "Troubleshooting and RCA Assistant", "width": 1280, "height": 800, "resizable": true, "fullscreen": false, "minWidth": 960, "minHeight": 600 } ] }, "bundle": { "active": true, "targets": ["deb", "rpm", "nsis"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "Troubleshooting and RCA Assistant Contributors", "category": "Utility", "shortDescription": "Troubleshooting and RCA Assistant", "longDescription": "Structured AI-backed assistant for IT troubleshooting, 5-whys root cause analysis, and post-mortem documentation with offline Ollama support." } }