{ "$schema": "https://wails.io/schemas/config.v2.json", "name": "Daily Timer", "outputfilename": "daily-timer", "frontend:install": "npm install", "frontend:build": "npm run build", "frontend:dev:watcher": "npm run dev", "frontend:dev:serverUrl": "http://localhost:5173", "author": { "name": "Movida.Biz", "email": "admin@movida.biz" }, "info": { "companyName": "Movida.Biz", "productName": "Daily Timer", "productVersion": "1.0.0", "comments": "Meeting timer with participant time tracking", "copyright": "Copyright © 2026 Movida.Biz" } }