{ "$schema": "https://schema.tauri.app/config/2", "productName": "Hackatime Desktop", "version": "1.7.5", "identifier": "com.hackclub.hackatime", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Hackatime Desktop", "width": 1100, "height": 700, "minWidth": 1100, "minHeight": 700, "visible": true, "skipTaskbar": false, "decorations": false, "alwaysOnTop": false, "resizable": true, "minimizable": true, "maximizable": true, "closable": true, "hiddenTitle": true } ], "security": { "csp": "default-src 'self' ipc: http://ipc.localhost; connect-src 'self' ipc: http://ipc.localhost https://hackatime.hackclub.com https://desktop.hackatime.hackclub-assets.com wss://*.ingest.us.sentry.io https://us.i.posthog.com https://fonts.googleapis.com https://fonts.gstatic.com; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com; worker-src 'self' blob:;" }, "withGlobalTauri": true }, "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": "v1Compatible", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "macOS": { "entitlements": "entitlements.plist", "hardenedRuntime": true, "minimumSystemVersion": "10.15" } }, "plugins": { "shell": { "open": true }, "deep-link": { "desktop": { "schemes": [ "hackatime" ] } }, "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdERjg4QTFCNTJFMDk0MUQKUldRZGxPQlNHNHI0ZlRkMDN0MGI1MnllY1dUVStZalV3dVdhcTFuREx5SGtBc0txQ2xnTWs3WU4K", "endpoints": [ "https://desktop.hackatime.hackclub-assets.com/update-manifest.json" ] } } }