{
  "name": "4Cast Manufacturing",
  "short_name": "4Cast",
  "description": "Concrete manufacturing management system for production tracking, quotes, and workforce coordination",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#793834",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/4CastLogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/4CastLogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "4Cast Manufacturing Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Quote",
      "short_name": "New Quote",
      "description": "Create a new quote quickly",
      "url": "/quotes/new",
      "icons": [
        {
          "src": "/4CastLogo.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/4CastLogo.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
