-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtauri.conf.json
More file actions
executable file
·147 lines (147 loc) · 4.94 KB
/
tauri.conf.json
File metadata and controls
executable file
·147 lines (147 loc) · 4.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"$schema": "https://raw.githubusercontent.com/CodeEditorLand/Tauri/Current/crates/tauri-cli/config.schema.json",
"app": {
"enableGTKAppId": true,
"macOSPrivateApi": false,
"security": {
"assetProtocol": {
"enable": false,
"scope": []
},
"capabilities": [],
"csp": {
"block-all-mixed-content": "",
"connect-src": "'self' land: http://localhost:* https://tauri.localhost wss://tauri.localhost https: https://update.editor.land",
"default-src": "'self' land:",
"font-src": "'self' land: vscode-remote-resource: vscode-managed-remote-resource: http://localhost:* https://tauri.localhost",
"frame-src": "'self' vscode-webview: http://localhost:* https://tauri.localhost https://*.vscode-cdn.net",
"img-src": "'self' land: data: blob: vscode-remote-resource: vscode-managed-remote-resource: http://localhost:* https://tauri.localhost https:",
"manifest-src": "'self' http://localhost:* https://tauri.localhost",
"media-src": "'self' http://localhost:* https://tauri.localhost",
"require-trusted-types-for": "'script'",
"script-src": "'self' 'unsafe-inline' 'unsafe-eval' blob: http://localhost:* https://tauri.localhost",
"style-src": "'self' 'unsafe-inline'",
"trusted-types": "WorkerApplication amdLoader cellRendererEditorText defaultWorkerFactory diffEditorWidget diffReview domLineBreaksComputer dompurify editorGhostText editorViewLayer notebookRenderer stickyScrollViewLayer tokenizeToString notebookChatEditController richScreenReaderContent collapsedCellPreview chatDebugTokenizer"
},
"dangerousDisableAssetCspModification": true,
"devCsp": {
"block-all-mixed-content": "",
"connect-src": "'self' land: http://localhost:* https://tauri.localhost wss://tauri.localhost https: https://update.editor.land",
"default-src": "'self' land:",
"font-src": "'self' land: vscode-remote-resource: vscode-managed-remote-resource: http://localhost:* https://tauri.localhost",
"frame-src": "'self' vscode-webview: http://localhost:* https://tauri.localhost https://*.vscode-cdn.net",
"img-src": "'self' land: data: blob: vscode-remote-resource: vscode-managed-remote-resource: http://localhost:* https://tauri.localhost https:",
"manifest-src": "'self' http://localhost:* https://tauri.localhost",
"media-src": "'self' http://localhost:* https://tauri.localhost",
"require-trusted-types-for": "'script'",
"script-src": "'self' 'unsafe-inline' 'unsafe-eval' blob: http://localhost:* https://tauri.localhost",
"style-src": "'self' 'unsafe-inline'",
"trusted-types": "WorkerApplication amdLoader cellRendererEditorText defaultWorkerFactory diffEditorWidget diffReview domLineBreaksComputer dompurify editorGhostText editorViewLayer notebookRenderer stickyScrollViewLayer tokenizeToString notebookChatEditController richScreenReaderContent collapsedCellPreview chatDebugTokenizer"
},
"freezePrototype": false,
"pattern": {
"use": "brownfield"
}
},
"trayIcon": {
"iconAsTemplate": false,
"iconPath": "icons/icon.png",
"id": "Tray",
"showMenuOnLeftClick": true,
"title": "FIDDEE",
"tooltip": "Open"
},
"windows": [],
"withGlobalTauri": false
},
"build": {
"beforeBuildCommand": "pnpm run prepublishOnly --filter=@codeeditorland/sky --force",
"beforeBundleCommand": "",
"beforeDevCommand": "pnpm run Run --filter=@codeeditorland/sky --force",
"devUrl": null,
"features": [],
"frontendDist": "../Sky/Target",
"runner": "cargo"
},
"bundle": {
"active": true,
"android": {
"minSdkVersion": 24
},
"category": "DeveloperTool",
"copyright": "PlayForm",
"createUpdaterArtifacts": false,
"externalBin": [],
"fileAssociations": [],
"homepage": "https://Editor.Land",
"iOS": {
"developmentTeam": "Land",
"frameworks": [],
"minimumSystemVersion": "13.0",
"template": ""
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"license": "CC0",
"licenseFile": "LICENSE",
"linux": {
"appimage": {
"bundleMediaFramework": false,
"files": {}
},
"deb": {
"files": {}
},
"rpm": {
"epoch": 0,
"files": {},
"release": "1"
}
},
"longDescription": "",
"macOS": {
"dmg": {
"appPosition": {
"x": 0,
"y": 0
},
"applicationFolderPosition": {
"x": 0,
"y": 0
},
"windowSize": {
"height": 600,
"width": 800
}
},
"entitlements": "./Entitlements.plist",
"files": {},
"hardenedRuntime": true,
"minimumSystemVersion": "10.0"
},
"publisher": "PlayForm",
"resources": null,
"shortDescription": "",
"targets": "all",
"windows": {
"allowDowngrades": true,
"certificateThumbprint": null,
"digestAlgorithm": null,
"signCommand": null,
"timestampUrl": null,
"tsp": false,
"webviewInstallMode": {
"silent": false,
"type": "embedBootstrapper"
}
}
},
"identifier": "land.editor.binary",
"productName": "Mountain",
"version": "0.0.1"
}