{ "$schema": "https://wails.io/schemas/config.v2.json", "name": "SnapGo", "outputfilename": "SnapGo", "frontend:install": "npm install", "frontend:build": "npm run build", "frontend:dev:watcher": "npm run dev", "frontend:dev:serverUrl": "auto", "author": { "name": "mmmy", "email": "mmmy@example.com" }, "info": { "productName": "SnapGo", "productVersion": "0.1.0", "copyright": "Copyright © 2026", "comments": "Cross-platform screenshot tool with one-click upload to S3" } }