A photo manager for VRChat.
1{
2 "build": {
3 "beforeDevCommand": "pnpm dev",
4 "beforeBuildCommand": "pnpm build",
5 "frontendDist": "../dist",
6 "devUrl": "http://localhost:1420"
7 },
8 "bundle": {
9 "active": true,
10 "targets": "all",
11 "icon": [
12 "icons/32x32.png",
13 "icons/128x128.png",
14 "icons/128x128@2x.png",
15 "icons/icon.ico"
16 ]
17 },
18 "productName": "VRChat Photo Manager",
19 "version": "0.0.1",
20 "identifier": "uk.phaz.vrcpm",
21 "plugins": {
22 "shell": { "open": true }
23 },
24 "app": {
25 "security": {
26 "csp": "connect-src https://api.github.com ipc: http://ipc.localhost"
27 },
28 "windows": [
29 {
30 "fullscreen": false,
31 "resizable": true,
32 "title": "VRChat Photo Manager",
33 "width": 1220,
34 "height": 580,
35 "minWidth": 600,
36 "minHeight": 400,
37 "visible": false,
38 "decorations": true,
39 "transparent": true
40 }
41 ]
42 }
43}