{
  "name": "AutoLedger",
  "short_name": "AutoLedger",
  "id": "/",
  "description": "Garage operations app for intake, repair, billing, and delivery.",
  "start_url": "/#/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#0f766e",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vehicle Search",
      "short_name": "Search",
      "url": "/#/search"
    },
    {
      "name": "Job Board",
      "short_name": "Jobs",
      "url": "/#/repairs"
    },
    {
      "name": "Ready for Billing",
      "short_name": "Billing",
      "url": "/#/ready-for-billing"
    }
  ]
}
