{ "$schema": "https://schema.tauri.app/config/2", "productName": "Firelink", "version": "1.3.1", "identifier": "com.nimbold.firelink", "build": { "beforeDevCommand": "node scripts/stage-engines.js && npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "node scripts/before-tauri-build.js", "frontendDist": "../dist" }, "app": { "macOSPrivateApi": true, "windows": [ { "create": false, "title": "Firelink", "width": 1280, "height": 760, "minWidth": 960, "minHeight": 640, "transparent": false } ], "security": { "csp": "default-src 'self'; img-src 'self' data: https:; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; connect-src 'self' ws://localhost:* http://localhost:* http://127.0.0.1:* ws://127.0.0.1:*" } }, "bundle": { "active": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": { "engine-dist/": "engine-dist/", "../THIRD_PARTY_NOTICES.md": "THIRD_PARTY_NOTICES.md" }, "fileAssociations": [ { "ext": ["torrent"], "mimeType": "application/x-bittorrent", "name": "BitTorrent file", "description": "BitTorrent metadata file", "role": "Viewer", "rank": "Alternate", "exportedType": { "identifier": "org.bittorrent.torrent", "conformsTo": ["public.data", "public.item"] } } ] }, "plugins": { "deep-link": { "desktop": { "schemes": ["firelink", "magnet"] } } } }