{ "$schema": "../../../tooling/cli/schema.json", "build": { "distDir": [ "../index.html" ], "devPath": [ "../index.html" ], "beforeDevCommand": "", "beforeBuildCommand": "" }, "tauri": { "bundle": { "active": true, "targets": "all", "identifier": "com.tauri.dev-file-associations-demo", "icon": [ "../../.icons/32x32.png", "../../.icons/128x128.png", "../../.icons/128x128@2x.png", "../../.icons/icon.icns", "../../.icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "", "category": "DeveloperTool", "fileAssociations": [ { "ext": ["png"], "mimeType": "image/png" }, { "ext": ["jpg", "jpeg"], "mimeType": "image/jpeg" }, { "ext": ["gif"], "mimeType": "image/gif" } ], "shortDescription": "", "longDescription": "", "deb": { "depends": [] }, "macOS": { "frameworks": [], "exceptionDomain": "" } }, "windows": [], "security": { "csp": "default-src 'self'" } } }