{
  "name": "Shipt Tracker",
  "short_name": "Shipt",
  "description": "Track mileage and earnings for Shipt deliveries",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#16a34a",
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Trip",
      "short_name": "New Trip",
      "description": "Log a single delivery",
      "url": "/new-trip",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Batch Entry",
      "short_name": "Batch",
      "description": "Log multiple deliveries from one store",
      "url": "/batch",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
