{
  "name": "Electron Field App",
  "short_name": "Field",
  "description": "Mobile field management for construction projects",
  "start_url": "/mobile",
  "display": "standalone",
  "background_color": "#F7F8FA",
  "theme_color": "#10B981",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/image.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View all projects",
      "url": "/mobile/projects",
      "icons": [{ "src": "/image.png", "sizes": "96x96" }]
    },
    {
      "name": "Take Photo",
      "short_name": "Camera",
      "description": "Capture a photo",
      "url": "/mobile/camera",
      "icons": [{ "src": "/image.png", "sizes": "96x96" }]
    }
  ]
}
