{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "",
"beforeDevCommand": "",
"frontendDist": "./src"
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "Copyright © 2024 Jun Kawasaki. All rights reserved.",
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"longDescription": "Next.js-like web application framework built with Rust and running as a desktop application using Tauri v2.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "Next.js-like framework for Rust desktop apps",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"plugins": {
"shell": {
"open": true
},
"fs": {
"readFile": true,
"writeFile": true,
"readDir": true,
"copyFile": true,
"createDir": true,
"removeDir": true,
"removeFile": true,
"renameFile": true,
"exists": true,
"scope": ["$APPDATA", "$DESKTOP", "$DOCUMENT", "$DOWNLOAD", "$HOME", "$PICTURE"]
},
"dialog": {
"open": true,
"save": true,
"message": true,
"ask": true,
"confirm": true
}
},
"productName": "Densha",
"version": "0.1.2",
"identifier": "com.junkawasaki.densha"
}