{
  "name": "Roady",
  "short_name": "Roady",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#1A1A1A",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Park Here",
      "short_name": "Parking",
      "description": "Save or manage your parking location and timer",
      "url": "/?travelMode=true&modal=parking",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Log an expense for today",
      "url": "/?travelMode=true&modal=expense",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Quick Add Stop",
      "short_name": "Add Stop",
      "description": "Add a new stop with Google Maps or GPS",
      "url": "/?travelMode=true&modal=quickadd",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Daily Log",
      "short_name": "Daily Log",
      "description": "Write notes and highlights for today",
      "url": "/?travelMode=true&modal=dailylog",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
