{
  "short_name": "Trinity Rush",
  "name": "Trinity Rush - Local Rideshare",
  "description": "Your trusted local rideshare service for Trinity County, CA",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#DC2626",
  "background_color": "#0A0A0B",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["transportation", "travel"],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "short_name": "Book",
      "url": "/rider",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
