{
  "name": "BluRun — Blueprint Delivery",
  "short_name": "BluRun",
  "description": "Order blueprint prints delivered to your job site in 2 hours.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2D3748",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "url": "/contractor/new-order",
      "description": "Place a new blueprint print order"
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/contractor/orders",
      "description": "Track your print orders"
    }
  ]
}
