{
  "name": "RoadVault",
  "short_name": "RoadVault",
  "description": "The OS for Independent Trucking — book profitable loads, build business credit, and track tax deductions.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["business", "finance"],
  "lang": "en-US",
  "scope": "/",
  "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"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — Your Trucking Business at a Glance"
    },
    {
      "src": "/screenshots/screen-loads.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Load Booking — Real $/Mile Before You Book"
    },
    {
      "src": "/screenshots/screen-checklist.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Business Setup — 23-Step Checklist"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Load",
      "short_name": "Loads",
      "description": "Calculate profit and book your next load",
      "url": "/loads",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Business Checklist",
      "short_name": "Checklist",
      "description": "Continue your 23-step business setup",
      "url": "/checklist",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
