|
2 | 2 | "bundle": { |
3 | 3 | "targets": "all", |
4 | 4 | "active": true, |
5 | | - "icon": ["icons/icon.png", "icons/icon.icns", "icons/icon.ico"], |
| 5 | + "icon": [ |
| 6 | + "icons/icon.png", |
| 7 | + "icons/icon.icns", |
| 8 | + "icons/icon.ico" |
| 9 | + ], |
6 | 10 | "windows": { |
7 | 11 | "timestampUrl": "", |
8 | 12 | "certificateThumbprint": null, |
|
37 | 41 | "devUrl": "http://localhost:3001" |
38 | 42 | }, |
39 | 43 | "identifier": "com.smith.devbox", |
40 | | - "version": "1.0.0", |
| 44 | + "version": "1.1.0", |
41 | 45 | "productName": "Devbox", |
42 | 46 | "mainBinaryName": "devbox", |
43 | 47 | "plugins": { |
44 | 48 | "updater": { |
45 | | - "endpoints": ["https://github.com/smithg09/devbox/releases/latest/download/latest.json"], |
| 49 | + "endpoints": [ |
| 50 | + "https://github.com/smithg09/devbox/releases/latest/download/latest.json" |
| 51 | + ], |
46 | 52 | "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IENFNzFGMjVDNjFFMEI3QkIKUldTN3QrQmhYUEp4em5JRjBvTkFPRG1Zd1RsMkVuOUZKcnhwc1JOWnA4Vm03RkZocHFhTzBwY0IK" |
47 | 53 | } |
48 | 54 | }, |
|
51 | 57 | "security": { |
52 | 58 | "assetProtocol": { |
53 | 59 | "enable": true, |
54 | | - "scope": ["http://asset.localhost"] |
| 60 | + "scope": [ |
| 61 | + "http://asset.localhost" |
| 62 | + ] |
55 | 63 | }, |
56 | | - "dangerousDisableAssetCspModification": ["style-src"], |
| 64 | + "dangerousDisableAssetCspModification": [ |
| 65 | + "style-src" |
| 66 | + ], |
57 | 67 | "csp": { |
58 | 68 | "connect-src": [ |
59 | 69 | "https://www.google-analytics.com", |
|
81 | 91 | "tauri:", |
82 | 92 | "asset:" |
83 | 93 | ], |
84 | | - "worker-src": ["'self'", "blob:", "https://unpkg.com"], |
| 94 | + "worker-src": [ |
| 95 | + "'self'", |
| 96 | + "blob:", |
| 97 | + "https://unpkg.com" |
| 98 | + ], |
85 | 99 | "script-src": [ |
86 | 100 | "'self'", |
87 | 101 | "'unsafe-inline'", |
88 | 102 | "'unsafe-eval'", |
89 | 103 | "https://www.googletagmanager.com", |
90 | 104 | "https://www.google-analytics.com" |
91 | 105 | ], |
92 | | - "style-src": ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"], |
93 | | - "font-src": ["'self'", "data:", "https://fonts.gstatic.com"], |
| 106 | + "style-src": [ |
| 107 | + "'self'", |
| 108 | + "'unsafe-inline'", |
| 109 | + "https://fonts.googleapis.com" |
| 110 | + ], |
| 111 | + "font-src": [ |
| 112 | + "'self'", |
| 113 | + "data:", |
| 114 | + "https://fonts.gstatic.com" |
| 115 | + ], |
94 | 116 | "img-src": [ |
95 | 117 | "'self'", |
96 | 118 | "data:", |
|
0 commit comments