{
  "name": "Follow Me",
  "short_name": "Follow Me",
  "description": "Never lose the car you're following. Real-time convoy tracking.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["navigation", "utilities"],
  "shortcuts": [
    {
      "name": "Start Convoy",
      "url": "/",
      "description": "Create a new convoy instantly"
    }
  ]
}
