Environments data model

This commit is contained in:
Gregory Schier
2023-10-22 18:28:56 -07:00
parent 5821e4c232
commit adea2c0e81
26 changed files with 132 additions and 1179 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Yaak",
"version": "2023.0.19"
"version": "2023.0.20"
},
"tauri": {
"windows": [],
@@ -18,8 +18,10 @@
"all": true
},
"protocol": {
"assetScope": ["$APPDATA/responses/*"],
"asset": true
"assetScope": [
"$APPDATA/responses/*"
],
"asset": true
},
"fs": {
"readFile": true,
@@ -51,7 +53,6 @@
"identifier": "co.schier.yaak",
"longDescription": "The best cross-platform visual API client",
"resources": [
"plugins/*",
"migrations/*"
],
"shortDescription": "The best API client",
@@ -76,8 +77,7 @@
"timestampUrl": ""
}
},
"security": {
},
"security": {},
"systemTray": {
"iconAsTemplate": true,
"iconPath": "icons/icon.png"