{ "package": { "productName": "Modrinth" }, "build": { "distDir": "../build", "devPath": "http://localhost:3000", "beforeDevCommand": "pnpm dev:web", "beforeBuildCommand": "pnpm run build:web" }, "tauri": { "bundle": { "active": true, "targets": [ "dmg", "deb", "appimage", "msi" ], "identifier": "com.modrinth.theseus", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "", "category": "Game", "shortDescription": "", "longDescription": "", "deb": { "depends": [], "useBootstrapper": false }, "macOS": { "frameworks": [], "minimumSystemVersion": "", "useBootstrapper": false, "exceptionDomain": "", "signingIdentity": null, "providerShortName": null, "entitlements": null }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "updater": { "active": false }, "allowlist": { "all": true }, "security": { "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" } } }