{
  "id": "/",
  "name": "TailgateQuote",
  "short_name": "TailgateQuote",
  "description": "Send estimates by text. Get signed. Collect deposits.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#ff8c00",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TailgateQuote — send estimates from the job site"
    }
  ],
  "shortcuts": [
    {
      "name": "New Estimate",
      "short_name": "New",
      "description": "Create a new estimate",
      "url": "/estimates/new",
      "icons": [{ "src": "/logo-icon.png", "sizes": "96x96" }]
    }
  ]
}
