{ "$schema": "https://schema.tauri.app/config/2", "productName": "Pena", "version": "0.1.2", "identifier": "com.pena.app", "build": { "frontendDist": "../src" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "Pena — Markdown Viewer", "width": 1280, "height": 800, "decorations": false } ], "security": { "csp": null } }, "bundle": { "active": false, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }