{
"$schema": "https://schema.tauri.app/config/2",
"productName": "toMarkdown Viewer",
"version": "0.3.0",
"identifier": "com.carlomagnoglobal.tomarkdown",
"build": {
"frontendDist": "ui"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "main",
"title": "toMarkdown Viewer",
"width": 1240,
"height": 840,
"dragDropEnabled": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png"
],
"fileAssociations": [
{
"ext": [
"md",
"markdown"
],
"name": "Markdown",
"description": "Markdown document",
"role": "Editor",
"mimeType": "text/markdown"
}
]
}
}