2022-03-23 19:30:44 +03:00
|
|
|
{
|
2022-05-03 18:26:16 +03:00
|
|
|
"$schema": "../../tooling/cli/schema.json",
|
2022-03-23 19:30:44 +03:00
|
|
|
"build": {
|
2022-03-24 02:45:43 +03:00
|
|
|
"distDir": ["index.html"],
|
|
|
|
"devPath": ["index.html"],
|
2022-03-23 19:30:44 +03:00
|
|
|
"withGlobalTauri": true
|
|
|
|
},
|
2022-06-22 02:36:26 +03:00
|
|
|
"package": {
|
|
|
|
"productName": "Parent Window",
|
|
|
|
"version": "0.1.0"
|
|
|
|
},
|
2022-03-23 19:30:44 +03:00
|
|
|
"tauri": {
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
|
|
|
"identifier": "com.tauri.dev",
|
|
|
|
"icon": [
|
2022-03-24 02:45:43 +03:00
|
|
|
"../.icons/32x32.png",
|
|
|
|
"../.icons/128x128.png",
|
|
|
|
"../.icons/128x128@2x.png",
|
|
|
|
"../.icons/icon.icns",
|
|
|
|
"../.icons/icon.ico"
|
2022-03-23 19:30:44 +03:00
|
|
|
],
|
|
|
|
"resources": [],
|
|
|
|
"externalBin": [],
|
|
|
|
"copyright": "",
|
|
|
|
"category": "DeveloperTool"
|
|
|
|
},
|
|
|
|
"allowlist": {},
|
|
|
|
"security": {
|
|
|
|
"csp": "default-src 'self'"
|
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|