{
  "id": "com.myfieldforge.app",
  "name": "FieldForge",
  "short_name": "FieldForge",
  "description": "Schedule jobs, dispatch technicians, and manage your field service business.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#059669",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Technician View",
      "short_name": "Technician",
      "url": "/technician",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
