{
  "name": "Landed",
  "short_name": "Landed",
  "description": "Freight intelligence from factory to job site",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B1120",
  "theme_color": "#0B1120",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "New Shipment",
      "url": "/intake",
      "description": "Start a new landed cost analysis"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View all shipments"
    },
    {
      "name": "Build Queue",
      "url": "/admin/build",
      "description": "Submit a build prompt from your phone"
    }
  ]
}
