{
  "name": "One Love Outdoors",
  "short_name": "One Love",
  "description": "Mobile bike service — book, track, and message your mechanic.",
  "start_url": "/schedule-service",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a3328",
  "background_color": "#ffffff",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Service",
      "url": "/schedule-service",
      "description": "Schedule a bike pickup"
    }
  ]
}
