{
    "productName": "Icons",
    "identifier": "com.pake.022f45",
    "version": "1.0.0",
    "app": {
        "withGlobalTauri": true,
        "security": {
            "headers": {},
            "csp": null
        }
    },
    "build": {
        "frontendDist": "../dist"
    },
    "bundle": {
        "icon": [
            "icons/icons.icns"
        ],
        "active": true,
        "targets": [
            "dmg"
        ],
        "macOS": {
            "signingIdentity": "-",
            "hardenedRuntime": true,
            "dmg": {
                "background": "assets/macos/dmg/background.png",
                "windowSize": {
                    "width": 680,
                    "height": 420
                },
                "appPosition": {
                    "x": 190,
                    "y": 250
                },
                "applicationFolderPosition": {
                    "x": 500,
                    "y": 250
                }
            }
        },
        "resources": [
            "icons/icons.icns"
        ]
    },
    "mainBinaryName": "pake-icons"
}
