tauri.conf.json json
39 lines 1.0 KB
Raw
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor ⚠ breaking 1 day ago
1 {
2 "$schema": "https://schema.tauri.app/config/2",
3 "productName": "Overseer Kit",
4 "version": "0.1.0",
5 "identifier": "com.overseer.kit.desktop",
6 "build": {
7 "beforeBuildCommand": "../scripts/bundle-desktop-kit.sh",
8 "frontendDist": "../src"
9 },
10 "app": {
11 "withGlobalTauri": false,
12 "windows": [
13 {
14 "label": "main",
15 "title": "Overseer Kit",
16 "width": 1200,
17 "height": 800,
18 "url": "about:blank"
19 }
20 ],
21 "security": {
22 "csp": "default-src 'self' http://127.0.0.1:* http://localhost:*; connect-src 'self' http://127.0.0.1:* http://localhost:*; script-src 'self' 'unsafe-inline' http://127.0.0.1:* http://localhost:*; style-src 'self' 'unsafe-inline' http://127.0.0.1:* http://localhost:*"
23 }
24 },
25 "bundle": {
26 "active": true,
27 "targets": "all",
28 "resources": [
29 "resources/kit/"
30 ],
31 "icon": [
32 "icons/32x32.png",
33 "icons/128x128.png",
34 "icons/[email protected]",
35 "icons/icon.icns",
36 "icons/icon.ico"
37 ]
38 }
39 }
File History 1 commit
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor 1 day ago