2023-06-07 17:45:13 +10:00
|
|
|
{
|
|
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
2024-04-09 08:04:36 -04:00
|
|
|
"app": {
|
2023-06-07 17:45:13 +10:00
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
},
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"fullscreen": false,
|
2023-06-19 10:16:45 +10:00
|
|
|
"height": 1200,
|
2023-06-07 17:45:13 +10:00
|
|
|
"resizable": true,
|
2023-12-19 14:19:34 -05:00
|
|
|
"title": "Zoo Modeling App",
|
2023-06-19 10:16:45 +10:00
|
|
|
"width": 1800
|
2023-06-07 17:45:13 +10:00
|
|
|
}
|
|
|
|
|
]
|
2024-04-09 08:04:36 -04:00
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"beforeDevCommand": "yarn start",
|
|
|
|
|
"devUrl": "http://localhost:3000",
|
|
|
|
|
"frontendDist": "../build"
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"category": "DeveloperTool",
|
|
|
|
|
"copyright": "",
|
|
|
|
|
"externalBin": [],
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
|
|
|
|
],
|
|
|
|
|
"linux": {
|
|
|
|
|
"deb": {
|
|
|
|
|
"depends": []
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"longDescription": "",
|
2024-05-03 15:18:10 -07:00
|
|
|
"macOS": {},
|
2024-04-09 08:04:36 -04:00
|
|
|
"resources": [],
|
|
|
|
|
"shortDescription": "",
|
|
|
|
|
"targets": "all"
|
|
|
|
|
},
|
|
|
|
|
"identifier": "dev.zoo.modeling-app",
|
|
|
|
|
"plugins": {
|
2024-04-25 05:52:08 -07:00
|
|
|
"cli": {
|
|
|
|
|
"description": "Zoo Modeling App CLI",
|
|
|
|
|
"args": [
|
|
|
|
|
{
|
|
|
|
|
"short": "v",
|
|
|
|
|
"name": "verbose",
|
|
|
|
|
"description": "Verbosity level"
|
|
|
|
|
},
|
|
|
|
|
{
|
2024-04-25 10:40:31 -04:00
|
|
|
"name": "source",
|
2024-04-30 12:34:02 -07:00
|
|
|
"description": "The file or directory to open",
|
|
|
|
|
"required": false,
|
2024-04-25 10:40:31 -04:00
|
|
|
"index": 1,
|
|
|
|
|
"takesValue": true
|
|
|
|
|
}
|
2024-04-25 05:52:08 -07:00
|
|
|
],
|
|
|
|
|
"subcommands": {}
|
|
|
|
|
},
|
2024-04-25 22:02:11 -07:00
|
|
|
"deep-link": {
|
|
|
|
|
"domains": [
|
2024-04-30 12:34:02 -07:00
|
|
|
{
|
|
|
|
|
"host": "app.zoo.dev"
|
|
|
|
|
}
|
2024-04-25 22:02:11 -07:00
|
|
|
]
|
|
|
|
|
},
|
2024-04-09 08:04:36 -04:00
|
|
|
"shell": {
|
|
|
|
|
"open": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"productName": "Zoo Modeling App",
|
2024-05-10 16:23:04 -04:00
|
|
|
"version": "0.21.0"
|
2023-06-07 17:45:13 +10:00
|
|
|
}
|