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 "app": {
23 "security": {
24 "csp": "https://photos.phazed.xyz; connect-src ipc: http://ipc.localhost"
25 },
26 "windows": [
27 {
28 "fullscreen": false,
29 "resizable": true,
30 "title": "VRChat Photo Manager",
31 "width": 1220,
32 "height": 580,
33 "minWidth": 600,
34 "minHeight": 400,
35 "visible": false,
36 "decorations": false,
37 "transparent": true,
38 "titleBarStyle": "Transparent"
39 }
40 ]
41 }
42}